- generateSharedKey() - Method in interface craterdog.security.MessageEncryption
-
This method generates a shared (secret) key to be used for encrypting
large amounts of data.
- getAsymmetricEncryptionAlgorithm() - Method in interface craterdog.security.MessageEncryption
-
This method returns the asymmetric encryption algorithm used by this cryptex.
- getAsymmetricSignatureAlgorithm() - Method in interface craterdog.security.MessageEncryption
-
This method returns the asymmetric signature algorithm used by this cryptex.
- getEncodingType() - Method in interface craterdog.security.MessageEncryption
-
This method returns the encoding type supported by this cryptex.
- getHashAlgorithm() - Method in interface craterdog.security.MessageEncryption
-
This method returns the hash algorithm.
- getSymmetricEncryptionAlgorithm() - Method in interface craterdog.security.MessageEncryption
-
This method returns the symmetric encryption algorithm used by this cryptex.
- getSymmetricKeySize() - Method in interface craterdog.security.MessageEncryption
-
This method returns the symmetric key size used by this cryptex.