- getAlgorithm() - Method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the algorithm of this provider.
- getCipher(int) - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets a new cipher instance.
- getCipher(int) - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Gets a new cipher instance.
- getDigestInputStream(InputStream) - Method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the digest input stream for this class.
- getDigestOf(byte[]) - Method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the digest of the specified array.
- getDigestOutputStream(OutputStream) - Method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the digest output stream for this class.
- getInitializationVector() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the initialization vector.
- getLength() - Method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the length of the algorithm in bytes.
- getMD5Instance(boolean) - Static method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the instance for MD5.
- getName() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the name of the cipher factory.
- getName() - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Gets the name of the cipher factory.
- getPassword() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the password.
- getSalt() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the salt in use.
- getSettings() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the cipher settings as a byte array.
- getSettings() - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Gets the cipher settings as a byte array.
- getSettingsLength() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the length of the settings byte array.
- getSettingsLength() - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Gets the length of the settings byte array.
- getSettingsNoSecrets() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the cipher settings as a byte array without secrets.
- getSettingsNoSecrets() - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Gets the cipher settings as a byte array without secrets.
- getSettingsNoSecretsLength() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets the length of the settings byte array without secrets.
- getSettingsNoSecretsLength() - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Gets the length of the settings byte array without secrets.
- getSHA1Instance(boolean) - Static method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the instance for SHA-1.
- getSHA256Instance(boolean) - Static method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the instance for SHA-256.
- getSHA512Instance(boolean) - Static method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Gets the instance for SHA-512.