public interface ISecureKey
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias() |
javax.crypto.Cipher |
getDecryptionCipher(java.security.Key key) |
javax.crypto.Cipher |
getEncryptionCipher(java.security.Key key) |
javax.crypto.SecretKey |
getKey() |
java.lang.String |
getTransformation() |
java.lang.String getAlias()
java.lang.String getTransformation()
javax.crypto.Cipher getEncryptionCipher(java.security.Key key) throws EncryptionException
EncryptionExceptionjavax.crypto.Cipher getDecryptionCipher(java.security.Key key) throws EncryptionException
EncryptionExceptionjavax.crypto.SecretKey getKey() throws EncryptionException
EncryptionException