public class CryptoUtil
extends java.lang.Object
Constructor and Description |
---|
CryptoUtil(java.util.Properties secureVaultProperties)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] encryptedBytes)
Method used to decrypt and encode or decode accordingly.
|
void |
init(java.util.Properties secureVaultProperties)
Method to initialise crypto util.
|
boolean |
isInitialized() |
public CryptoUtil(java.util.Properties secureVaultProperties) throws org.apache.axis2.AxisFault
secureVaultProperties
- org.apache.axis2.AxisFault
public void init(java.util.Properties secureVaultProperties) throws org.apache.axis2.AxisFault
secureVaultProperties
- org.apache.axis2.AxisFault
public byte[] decrypt(byte[] encryptedBytes)
encryptedBytes
- public boolean isInitialized()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.