public class EncryptedInfo
extends java.lang.Object
Constructor and Description |
---|
EncryptedInfo(byte[] encryptedBytes,
java.lang.String keyAlias)
This constructor takes the encrypted bytes and a keyAlias as parameters.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncryptedBytes()
This returns the encrypted bytes.
|
java.lang.String |
getKeyAlias()
This returns the key alias.
|
public EncryptedInfo(byte[] encryptedBytes, java.lang.String keyAlias)
public byte[] getEncryptedBytes()
public java.lang.String getKeyAlias()