- cipherAttributesModified() - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Gets if the cipher settings attributes have been modified.
- cipherAttributesModified() - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Gets if the cipher settings attributes have been modified.
- CipherException - Exception in com.captainalm.lib.stdcrypt.encryption
-
This class provides the cipher exception wrapper class.
- CipherException(String) - Constructor for exception com.captainalm.lib.stdcrypt.encryption.CipherException
-
Constructs a new exception with the specified detail message.
- CipherException(String, Throwable) - Constructor for exception com.captainalm.lib.stdcrypt.encryption.CipherException
-
Constructs a new exception with the specified detail message and
cause.
- CipherException(Throwable) - Constructor for exception com.captainalm.lib.stdcrypt.encryption.CipherException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- clone() - Method in class com.captainalm.lib.stdcrypt.digest.DigestProvider
-
Clones this object.
- com.captainalm.lib.stdcrypt.digest - package com.captainalm.lib.stdcrypt.digest
-
This package contains the digest objects.
- com.captainalm.lib.stdcrypt.encryption - package com.captainalm.lib.stdcrypt.encryption
-
This package contains the encryption objects.
- compareDigests(byte[], byte[]) - Static method in class com.captainalm.lib.stdcrypt.digest.DigestComparer
-
Compares two digests.
- compareDigests(InputStream, byte[]) - Static method in class com.captainalm.lib.stdcrypt.digest.DigestComparer
-
Compares a digest from an InputStream
with a digest array.