public class CryptoUtil extends Object
Constructor and Description |
---|
CryptoUtil(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(Properties secureVaultProperties)
Method to initialise crypto util.
|
boolean |
isInitialized() |
public CryptoUtil(Properties secureVaultProperties) throws org.apache.axis2.AxisFault
secureVaultProperties
- org.apache.axis2.AxisFault
public void init(Properties secureVaultProperties) throws org.apache.axis2.AxisFault
secureVaultProperties
- org.apache.axis2.AxisFault
public byte[] decrypt(byte[] encryptedBytes)
encryptedBytes
- public boolean isInitialized()
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.