-
public interface ISecureKey
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAlias()abstract StringgetTransformation()abstract CiphergetEncryptionCipher(Key key)abstract CiphergetDecryptionCipher(Key key)abstract SecretKeygetKey()-
-
Method Detail
-
getTransformation
abstract String getTransformation()
-
getEncryptionCipher
abstract Cipher getEncryptionCipher(Key key)
-
getDecryptionCipher
abstract Cipher getDecryptionCipher(Key key)
-
-
-
-