- generateKeyPair() - Method in class craterdog.security.MessageCryptex
-
This method generates a new public/private key pair.
- generateSharedKey() - Method in class craterdog.security.MessageCryptex
-
This method generates a shared (secret) key to be used for encrypting
large amounts of data.
- getAsymmetricEncryptionAlgorithm() - Method in class craterdog.security.MessageCryptex
-
This method returns the asymmetric encryption algorithm used by this cryptex.
- getAsymmetricKeySize() - Method in class craterdog.security.MessageCryptex
-
This method returns the asymmetric key size.
- getAsymmetricKeyType() - Method in class craterdog.security.MessageCryptex
-
This method returns the asymmetric key type string.
- getAsymmetricSignatureAlgorithm() - Method in class craterdog.security.MessageCryptex
-
This method returns the asymmetric signature algorithm used by this cryptex.
- getHashAlgorithm() - Method in class craterdog.security.MessageCryptex
-
This method returns the hash algorithm.
- getPasswordEncodingType() - Method in class craterdog.security.MessageCryptex
-
This method returns the password encoding type used for password based encryption (PBE)
used by this cryptex.
- getSymmetricEncryptionAlgorithm() - Method in class craterdog.security.MessageCryptex
-
This method returns the symmetric encryption algorithm used by this cryptex.
- getSymmetricKeySize() - Method in class craterdog.security.MessageCryptex
-
This method returns the symmetric key size used by this cryptex.
- getSymmetricKeyType() - Method in class craterdog.security.MessageCryptex
-
This method returns the symmetric key type used by this cryptex.