All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- ABAProvider().
Constructor for class au.net.aba.crypto.provider.ABAProvider
- Construct a new provider.
- ABAProvider().
Constructor for class au.net.aba.crypto.provider.ABAProvider
- Construct a new provider.
- AlgorithmParameters(AlgorithmParametersSpi, Provider, String).
Constructor for class au.net.aba.security.AlgorithmParameters
- Creates an AlgorithmParameters object.
- AlgorithmParameters(AlgorithmParametersSpi, Provider, String).
Constructor for class au.net.aba.security.AlgorithmParameters
- Creates an AlgorithmParameters object.
- AlgorithmParametersSpi().
Constructor for class au.net.aba.security.AlgorithmParametersSpi
-
- AlgorithmParametersSpi().
Constructor for class au.net.aba.security.AlgorithmParametersSpi
-
- aliases().
Method in class au.net.aba.security.KeyStore
- Lists all the alias names of this keystore.
- aliases().
Method in class au.net.aba.security.KeyStore
- Lists all the alias names of this keystore.
- AsciiEncodedKeySpec(String).
Constructor for class au.net.aba.crypto.spec.AsciiEncodedKeySpec
- Create the KeySpec from the given string.
- AsciiEncodedKeySpec(String).
Constructor for class au.net.aba.crypto.spec.AsciiEncodedKeySpec
- Create the KeySpec from the given string.
- available().
Method in class javax.crypto.CipherInputStream
- Returns the number of bytes that can be read from this input stream
without blocking.
- available().
Method in class javax.crypto.CipherInputStream
- Returns the number of bytes that can be read from this input stream
without blocking.
- BadPaddingException().
Constructor for class javax.crypto.BadPaddingException
- Constructs a BadPaddingException with no detail message.
- BadPaddingException().
Constructor for class javax.crypto.BadPaddingException
- Constructs a BadPaddingException with no detail message.
- BadPaddingException(String).
Constructor for class javax.crypto.BadPaddingException
- Constructs a BadPaddingException with the specified detail message.
- BadPaddingException(String).
Constructor for class javax.crypto.BadPaddingException
- Constructs a BadPaddingException with the specified detail message.
- BLOCK_SIZE.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- BLOCK_SIZE.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- BlockCipher().
Constructor for class au.net.aba.crypto.provider.BlockCipher
-
- BlockCipher().
Constructor for class au.net.aba.crypto.provider.BlockCipher
-
- Blowfish().
Constructor for class au.net.aba.crypto.provider.Blowfish
-
- Blowfish().
Constructor for class au.net.aba.crypto.provider.Blowfish
-
- BlowfishKey(byte[]).
Constructor for class au.net.aba.crypto.provider.BlowfishKey
- The basic constructor
Keylength is variable up to 448 bits.
- BlowfishKey(byte[]).
Constructor for class au.net.aba.crypto.provider.BlowfishKey
- The basic constructor
Keylength is variable up to 448 bits.
- BlowfishKeyFactory().
Constructor for class au.net.aba.crypto.provider.BlowfishKeyFactory
-
- BlowfishKeyFactory().
Constructor for class au.net.aba.crypto.provider.BlowfishKeyFactory
-
- BlowfishKeyGenerator().
Constructor for class au.net.aba.crypto.provider.BlowfishKeyGenerator
-
- BlowfishKeyGenerator().
Constructor for class au.net.aba.crypto.provider.BlowfishKeyGenerator
-
- BlowfishKeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.BlowfishKeySpec
- Uses the first 56 bytes (if available) as the key, starting at 0
- BlowfishKeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.BlowfishKeySpec
- Uses the first 56 bytes (if available) as the key, starting at 0
- BlowfishKeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.BlowfishKeySpec
- Uses the first 56 bytes (if available) in key, beginning at offset,
as the Blowfish key
- BlowfishKeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.BlowfishKeySpec
- Uses the first 56 bytes (if available) in key, beginning at offset,
as the Blowfish key
- buffer.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- buffer.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- bufferPos.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- bufferPos.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- CBC.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- CBC.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- cbcV.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- cbcV.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- cipher.
Variable in class au.net.aba.crypto.provider.PBE
-
- cipher.
Variable in class au.net.aba.crypto.provider.PBE
-
- cipher(byte).
Method in class au.net.aba.crypto.provider.RC4
- Encrypt the specified byte and return the encrypted byte.
- cipher(byte).
Method in class au.net.aba.crypto.provider.RC4
- Encrypt the specified byte and return the encrypted byte.
- Cipher(CipherSpi, Provider, String).
Constructor for class javax.crypto.Cipher
- Creates a Cipher object.
- Cipher(CipherSpi, Provider, String).
Constructor for class javax.crypto.Cipher
- Creates a Cipher object.
- CipherInputStream(InputStream).
Constructor for class javax.crypto.CipherInputStream
- Constructs a CipherInputStream from an InputStream without specifying
a Cipher.
- CipherInputStream(InputStream).
Constructor for class javax.crypto.CipherInputStream
- Constructs a CipherInputStream from an InputStream without specifying
a Cipher.
- CipherInputStream(InputStream, Cipher).
Constructor for class javax.crypto.CipherInputStream
- Constructs a CipherInputStream from an InputStream and a Cipher.
- CipherInputStream(InputStream, Cipher).
Constructor for class javax.crypto.CipherInputStream
- Constructs a CipherInputStream from an InputStream and a Cipher.
- CipherOutputStream(OutputStream).
Constructor for class javax.crypto.CipherOutputStream
- Constructs a CipherOutputStream from an OutputStream without
specifying a Cipher.
- CipherOutputStream(OutputStream).
Constructor for class javax.crypto.CipherOutputStream
- Constructs a CipherOutputStream from an OutputStream without
specifying a Cipher.
- CipherOutputStream(OutputStream, Cipher).
Constructor for class javax.crypto.CipherOutputStream
- Constructs a CipherOutputStream from an OutputStream and a Cipher.
- CipherOutputStream(OutputStream, Cipher).
Constructor for class javax.crypto.CipherOutputStream
- Constructs a CipherOutputStream from an OutputStream and a Cipher.
- CipherSpi().
Constructor for class javax.crypto.CipherSpi
-
- CipherSpi().
Constructor for class javax.crypto.CipherSpi
-
- clone().
Method in class javax.crypto.Mac
- Returns a clone if the provider implementation is cloneable.
- clone().
Method in class javax.crypto.Mac
- Returns a clone if the provider implementation is cloneable.
- clone().
Method in class javax.crypto.MacSpi
- Returns a clone if the implementation is cloneable.
- clone().
Method in class javax.crypto.MacSpi
- Returns a clone if the implementation is cloneable.
- close().
Method in class javax.crypto.CipherInputStream
- Closes this input stream and releases any system resources associated
with the stream.
- close().
Method in class javax.crypto.CipherInputStream
- Closes this input stream and releases any system resources associated
with the stream.
- close().
Method in class javax.crypto.CipherOutputStream
- Closes this output stream and releases any system resources
associated with this stream.
- close().
Method in class javax.crypto.CipherOutputStream
- Closes this output stream and releases any system resources
associated with this stream.
- containsAlias(String).
Method in class au.net.aba.security.KeyStore
- Checks if the given alias exists in this keystore.
- containsAlias(String).
Method in class au.net.aba.security.KeyStore
- Checks if the given alias exists in this keystore.
- CRC16().
Constructor for class au.net.aba.crypto.provider.CRC16
- This constructor is used to begin a new CRC-16 operation
- CRC16().
Constructor for class au.net.aba.crypto.provider.CRC16
- This constructor is used to begin a new CRC-16 operation
- d.
Variable in class au.net.aba.crypto.provider.RSAPrivKey
- The private exponent of this key.
- d.
Variable in class au.net.aba.crypto.provider.RSAPrivKey
- The private exponent of this key.
- decr.
Variable in class au.net.aba.crypto.provider.IDEA
-
- decr.
Variable in class au.net.aba.crypto.provider.IDEA
-
- DECRYPT_MODE.
Static variable in class javax.crypto.Cipher
-
- DECRYPT_MODE.
Static variable in class javax.crypto.Cipher
-
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Decrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Decrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Blowfish
- Decrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Blowfish
- Decrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DES
- Decrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DES
- Decrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DESede
- Decrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DESede
- Decrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.IDEA
- Decrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.IDEA
- Decrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RSA
- This method decrypts the specified array, placing the plain text
data into the destination array.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RSA
- This method decrypts the specified array, placing the plain text
data into the destination array.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Twofish
- Decrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- decryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Twofish
- Decrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- deleteEntry(String).
Method in class au.net.aba.security.KeyStore
- Deletes the entry identified by the given alias from this
keystore.
- deleteEntry(String).
Method in class au.net.aba.security.KeyStore
- Deletes the entry identified by the given alias from this
keystore.
- DES().
Constructor for class au.net.aba.crypto.provider.DES
-
- DES().
Constructor for class au.net.aba.crypto.provider.DES
-
- DES_EDE_KEY_LEN.
Static variable in class javax.crypto.spec.DESedeKeySpec
-
- DES_EDE_KEY_LEN.
Static variable in class javax.crypto.spec.DESedeKeySpec
-
- DES_KEY_LEN.
Static variable in class javax.crypto.spec.DESKeySpec
-
- DES_KEY_LEN.
Static variable in class javax.crypto.spec.DESKeySpec
-
- DESede().
Constructor for class au.net.aba.crypto.provider.DESede
-
- DESede().
Constructor for class au.net.aba.crypto.provider.DESede
-
- DESedeKey(byte[]).
Constructor for class au.net.aba.crypto.provider.DESedeKey
-
- DESedeKey(byte[]).
Constructor for class au.net.aba.crypto.provider.DESedeKey
-
- DESedeKeyFactory().
Constructor for class au.net.aba.crypto.provider.DESedeKeyFactory
-
- DESedeKeyFactory().
Constructor for class au.net.aba.crypto.provider.DESedeKeyFactory
-
- DESedeKeyGenerator().
Constructor for class au.net.aba.crypto.provider.DESedeKeyGenerator
-
- DESedeKeyGenerator().
Constructor for class au.net.aba.crypto.provider.DESedeKeyGenerator
-
- DESedeKeySpec(byte[]).
Constructor for class javax.crypto.spec.DESedeKeySpec
- Uses the first 24 bytes in key as the DESede key material.
- DESedeKeySpec(byte[]).
Constructor for class javax.crypto.spec.DESedeKeySpec
- Uses the first 24 bytes in key as the DESede key material.
- DESedeKeySpec(byte[], int).
Constructor for class javax.crypto.spec.DESedeKeySpec
- Uses the first 24 bytes in key, beginning at offset, as the DES-EDE
key.
- DESedeKeySpec(byte[], int).
Constructor for class javax.crypto.spec.DESedeKeySpec
- Uses the first 24 bytes in key, beginning at offset, as the DES-EDE
key.
- desfunc(int[], int[]).
Method in class au.net.aba.crypto.provider.DES
- the DES engine.
- desfunc(int[], int[]).
Method in class au.net.aba.crypto.provider.DES
- the DES engine.
- DESKey().
Constructor for class au.net.aba.crypto.provider.DESKey
- constructor for serialisation
- DESKey().
Constructor for class au.net.aba.crypto.provider.DESKey
- constructor for serialisation
- DESKey(byte[]).
Constructor for class au.net.aba.crypto.provider.DESKey
- standard constructor.
- DESKey(byte[]).
Constructor for class au.net.aba.crypto.provider.DESKey
- standard constructor.
- DESKeyFactory().
Constructor for class au.net.aba.crypto.provider.DESKeyFactory
-
- DESKeyFactory().
Constructor for class au.net.aba.crypto.provider.DESKeyFactory
-
- DESKeyGenerator().
Constructor for class au.net.aba.crypto.provider.DESKeyGenerator
-
- DESKeyGenerator().
Constructor for class au.net.aba.crypto.provider.DESKeyGenerator
-
- DESKeySpec(byte[]).
Constructor for class javax.crypto.spec.DESKeySpec
- Uses the first 8 bytes in key as the key material for the DES key
- DESKeySpec(byte[]).
Constructor for class javax.crypto.spec.DESKeySpec
- Uses the first 8 bytes in key as the key material for the DES key
- DESKeySpec(byte[], int).
Constructor for class javax.crypto.spec.DESKeySpec
- Uses the first 8 bytes in key, beginning at offset, as the key
material for the DES key.
- DESKeySpec(byte[], int).
Constructor for class javax.crypto.spec.DESKeySpec
- Uses the first 8 bytes in key, beginning at offset, as the key
material for the DES key.
- DESMac().
Constructor for class au.net.aba.crypto.provider.DESMac
- Default constructor, initialises the instance.
- DESMac().
Constructor for class au.net.aba.crypto.provider.DESMac
- Default constructor, initialises the instance.
- DHGenParameterSpec(int, int).
Constructor for class javax.crypto.spec.DHGenParameterSpec
- basic constructor
- DHGenParameterSpec(int, int).
Constructor for class javax.crypto.spec.DHGenParameterSpec
- basic constructor
- DHKeyFactory().
Constructor for class au.net.aba.crypto.provider.DHKeyFactory
-
- DHKeyFactory().
Constructor for class au.net.aba.crypto.provider.DHKeyFactory
-
- DHKeyPairGenerator().
Constructor for class au.net.aba.crypto.provider.DHKeyPairGenerator
- basic constructor
- DHKeyPairGenerator().
Constructor for class au.net.aba.crypto.provider.DHKeyPairGenerator
- basic constructor
- DHParameterSpec(BigInteger, BigInteger).
Constructor for class javax.crypto.spec.DHParameterSpec
- Specifies the Diffie-Hellman parameters, using a prime modulus p
and a base generator g.
- DHParameterSpec(BigInteger, BigInteger).
Constructor for class javax.crypto.spec.DHParameterSpec
- Specifies the Diffie-Hellman parameters, using a prime modulus p
and a base generator g.
- DHParameterSpec(BigInteger, BigInteger, int).
Constructor for class javax.crypto.spec.DHParameterSpec
- Specifies the Diffie-Hellman parameters, using a prime modulus p, a
base generator g, and the size in bits, l, of the random exponent
(private value).
- DHParameterSpec(BigInteger, BigInteger, int).
Constructor for class javax.crypto.spec.DHParameterSpec
- Specifies the Diffie-Hellman parameters, using a prime modulus p, a
base generator g, and the size in bits, l, of the random exponent
(private value).
- DHPrivateKeySpec(BigInteger, BigInteger, BigInteger).
Constructor for class javax.crypto.spec.DHPrivateKeySpec
- standard constructor.
- DHPrivateKeySpec(BigInteger, BigInteger, BigInteger).
Constructor for class javax.crypto.spec.DHPrivateKeySpec
- standard constructor.
- DHPubKey(BigInteger, BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.DHPubKey
-
- DHPubKey(BigInteger, BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.DHPubKey
-
- DHPubKey(BigInteger, BigInteger, BigInteger, int).
Constructor for class au.net.aba.crypto.provider.DHPubKey
-
- DHPubKey(BigInteger, BigInteger, BigInteger, int).
Constructor for class au.net.aba.crypto.provider.DHPubKey
-
- DHPublicKeySpec(BigInteger, BigInteger, BigInteger).
Constructor for class javax.crypto.spec.DHPublicKeySpec
- basic constructor.
- DHPublicKeySpec(BigInteger, BigInteger, BigInteger).
Constructor for class javax.crypto.spec.DHPublicKeySpec
- basic constructor.
- DIGEST_LEN.
Static variable in class au.net.aba.crypto.provider.SHA0
-
- DIGEST_LEN.
Static variable in class au.net.aba.crypto.provider.SHA0
-
- DIGEST_LEN.
Static variable in class au.net.aba.crypto.provider.SHA1
-
- DIGEST_LEN.
Static variable in class au.net.aba.crypto.provider.SHA1
-
- doFinal().
Method in class javax.crypto.Cipher
- Finishes a multiple-part encryption or decryption operation,
depending on how this cipher was initialised.
- doFinal().
Method in class javax.crypto.Cipher
- Finishes a multiple-part encryption or decryption operation,
depending on how this cipher was initialised.
- doFinal().
Method in class javax.crypto.Mac
- Completes this MAC computation and resets this Mac object for
further MAC computations with the same secret key.
- doFinal().
Method in class javax.crypto.Mac
- Completes this MAC computation and resets this Mac object for
further MAC computations with the same secret key.
- doFinal(byte[]).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[]).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[]).
Method in class javax.crypto.Mac
- Processes the given array of bytes to complete this MAC computation
and resets this Mac object for further MAC computations with the
same secret key.
- doFinal(byte[]).
Method in class javax.crypto.Mac
- Processes the given array of bytes to complete this MAC computation
and resets this Mac object for further MAC computations with the
same secret key.
- doFinal(byte[], int).
Method in class javax.crypto.Cipher
- Finishes a multiple-part encryption or decryption operation,
depending on how this cipher was initialised.
- doFinal(byte[], int).
Method in class javax.crypto.Cipher
- Finishes a multiple-part encryption or decryption operation,
depending on how this cipher was initialised.
- doFinal(byte[], int).
Method in class javax.crypto.Mac
- Completes this MAC computation and resets this Mac object for
further MAC computations with the same secret key.
- doFinal(byte[], int).
Method in class javax.crypto.Mac
- Completes this MAC computation and resets this Mac object for
further MAC computations with the same secret key.
- doFinal(byte[], int, int).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- doFinal(byte[], int, int).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- doFinal(byte[], int, int, byte[]).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[], int, int, byte[]).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[], int, int, byte[], int).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[], int, int, byte[], int).
Method in class javax.crypto.Cipher
- Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doPhase(Key, boolean).
Method in class javax.crypto.KeyAgreement
- Executes the next phase of this key agreement with the given key that
was received from one of the other parties involved in this key
agreement.
- doPhase(Key, boolean).
Method in class javax.crypto.KeyAgreement
- Executes the next phase of this key agreement with the given key that
was received from one of the other parties involved in this key
agreement.
- dP.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- dP.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- dQ.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- dQ.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- ECB.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- ECB.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- EncodedKeySpec(byte[]).
Constructor for class au.net.aba.security.spec.EncodedKeySpec
- Creates a new EncodedKeySpec with the given encoded key.
- EncodedKeySpec(byte[]).
Constructor for class au.net.aba.security.spec.EncodedKeySpec
- Creates a new EncodedKeySpec with the given encoded key.
- encr.
Variable in class au.net.aba.crypto.provider.IDEA
- The data bytes that constitute the key.
- encr.
Variable in class au.net.aba.crypto.provider.IDEA
- The data bytes that constitute the key.
- encrypt(BigInteger).
Method in class au.net.aba.crypto.provider.RSA
- Encrypt a data block.
- encrypt(BigInteger).
Method in class au.net.aba.crypto.provider.RSA
- Encrypt a data block.
- ENCRYPT_MODE.
Static variable in class javax.crypto.Cipher
-
- ENCRYPT_MODE.
Static variable in class javax.crypto.Cipher
-
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Encrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Encrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Blowfish
- Encrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Blowfish
- Encrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DES
- Encrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DES
- Encrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DESede
- Encrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.DESede
- Encrypt the given block starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.IDEA
- Encrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.IDEA
- Encrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RSA
- This method encrypts the specified array, placing the
ciphered data into the destination array.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RSA
- This method encrypts the specified array, placing the
ciphered data into the destination array.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Twofish
- Encrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- encryptBlock(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.Twofish
- Encrypt the given input starting at the given offset and place
the result in the provided buffer starting at the given offset.
- engineAliases().
Method in class au.net.aba.crypto.provider.KeyStore
- Lists all the alias names of this keystore.
- engineAliases().
Method in class au.net.aba.crypto.provider.KeyStore
- Lists all the alias names of this keystore.
- engineAliases().
Method in class au.net.aba.security.KeyStoreSpi
- Lists all the alias names of this keystore.
- engineAliases().
Method in class au.net.aba.security.KeyStoreSpi
- Lists all the alias names of this keystore.
- engineContainsAlias(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Checks if the given alias exists in this keystore.
- engineContainsAlias(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Checks if the given alias exists in this keystore.
- engineContainsAlias(String).
Method in class au.net.aba.security.KeyStoreSpi
- Checks if the given alias exists in this keystore.
- engineContainsAlias(String).
Method in class au.net.aba.security.KeyStoreSpi
- Checks if the given alias exists in this keystore.
- engineDeleteEntry(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Deletes the entry identified by the given alias from this keystore.
- engineDeleteEntry(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Deletes the entry identified by the given alias from this keystore.
- engineDeleteEntry(String).
Method in class au.net.aba.security.KeyStoreSpi
- Deletes the entry identified by the given alias from this keystore.
- engineDeleteEntry(String).
Method in class au.net.aba.security.KeyStoreSpi
- Deletes the entry identified by the given alias from this keystore.
- engineDigest().
Method in class au.net.aba.crypto.provider.CRC16
- return the CRC.
- engineDigest().
Method in class au.net.aba.crypto.provider.CRC16
- return the CRC.
- engineDigest().
Method in class au.net.aba.crypto.provider.MD5
- compute the digest and reset the engine.
- engineDigest().
Method in class au.net.aba.crypto.provider.MD5
- compute the digest and reset the engine.
- engineDigest().
Method in class au.net.aba.crypto.provider.SHA0
- compute the digest and reset the engine.
- engineDigest().
Method in class au.net.aba.crypto.provider.SHA0
- compute the digest and reset the engine.
- engineDigest().
Method in class au.net.aba.crypto.provider.SHA1
- compute the digest and reset the engine.
- engineDigest().
Method in class au.net.aba.crypto.provider.SHA1
- compute the digest and reset the engine.
- engineDoFinal().
Method in class au.net.aba.crypto.provider.DESMac
- Completes the MAC computation and resets the MAC for further
use, maintaining the secret key that the MAC was initialised with.
- engineDoFinal().
Method in class au.net.aba.crypto.provider.DESMac
- Completes the MAC computation and resets the MAC for further
use, maintaining the secret key that the MAC was initialised with.
- engineDoFinal().
Method in class javax.crypto.MacSpi
- Completes the MAC computation and resets the MAC for further
use, maintaining the secret key that the MAC was initialised with.
- engineDoFinal().
Method in class javax.crypto.MacSpi
- Completes the MAC computation and resets the MAC for further
use, maintaining the secret key that the MAC was initialised with.
- engineDoFinal(byte[], int, int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Encrypts or decrypts data in a single-part operation, or
finishes a multiple-part operation.
- engineDoFinal(byte[], int, int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Encrypts or decrypts data in a single-part operation, or
finishes a multiple-part operation.
- engineDoFinal(byte[], int, int).
Method in class javax.crypto.CipherSpi
- Encrypts or decrypts data in a single-part operation, or
finishes a multiple-part operation.
- engineDoFinal(byte[], int, int).
Method in class javax.crypto.CipherSpi
- Encrypts or decrypts data in a single-part operation, or
finishes a multiple-part operation.
- engineDoFinal(byte[], int, int).
Method in class au.net.aba.crypto.provider.PBE
- Encrypts or decrypts data in a single-part operation, or
finishes a multiple-part operation.
- engineDoFinal(byte[], int, int).
Method in class au.net.aba.crypto.provider.PBE
- Encrypts or decrypts data in a single-part operation, or
finishes a multiple-part operation.
- engineDoFinal(byte[], int, int).
Method in class au.net.aba.crypto.provider.RC4
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int).
Method in class au.net.aba.crypto.provider.RC4
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class javax.crypto.CipherSpi
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class javax.crypto.CipherSpi
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.PBE
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.PBE
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RC4
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoFinal(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RC4
- Encrypts or decrypts data in a single-part operation, or finishes
a multiple-part operation.
- engineDoPhase(Key, boolean).
Method in class javax.crypto.KeyAgreementSpi
- Executes the next phase of this key agreement with the given key
that was received from one of the other parties involved in this
key agreement.
- engineDoPhase(Key, boolean).
Method in class javax.crypto.KeyAgreementSpi
- Executes the next phase of this key agreement with the given key
that was received from one of the other parties involved in this
key agreement.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- Generates a random secret key of the currently configured
keysize and using the configured random source.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- Generates a random secret key of the currently configured
keysize and using the configured random source.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.DESedeKeyGenerator
- Generates a secret key, setting odd parity and checking that the
key is not a weak key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.DESedeKeyGenerator
- Generates a secret key, setting odd parity and checking that the
key is not a weak key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- Generates a secret key, setting odd parity and confirming that the
key is not a weak key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- Generates a secret key, setting odd parity and confirming that the
key is not a weak key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- Generates a secret key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- Generates a secret key.
- engineGenerateKey().
Method in class javax.crypto.KeyGeneratorSpi
- Generates a secret key.
- engineGenerateKey().
Method in class javax.crypto.KeyGeneratorSpi
- Generates a secret key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- Generates a random secret key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- Generates a random secret key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- Generates a random secret key.
- engineGenerateKey().
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- Generates a random secret key.
- engineGeneratePrivate(KeySpec).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Generates a Diffie-Hellman PrivateKey object from the provided key
specification (key material).
- engineGeneratePrivate(KeySpec).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Generates a Diffie-Hellman PrivateKey object from the provided key
specification (key material).
- engineGeneratePrivate(KeySpec).
Method in class au.net.aba.security.KeyFactorySpi
- Returns a specification (key material) of the given key object.
- engineGeneratePrivate(KeySpec).
Method in class au.net.aba.security.KeyFactorySpi
- Returns a specification (key material) of the given key object.
- engineGeneratePrivate(KeySpec).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Generates a private key object from the provided key specification
(key material).
- engineGeneratePrivate(KeySpec).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Generates a private key object from the provided key specification
(key material).
- engineGeneratePublic(KeySpec).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Generates a Diffie-Hellman PublicKey object from the provided key
specification (key material).
- engineGeneratePublic(KeySpec).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Generates a Diffie-Hellman PublicKey object from the provided key
specification (key material).
- engineGeneratePublic(KeySpec).
Method in class au.net.aba.security.KeyFactorySpi
- Generates a public key object from the provided key specification
(key material).
- engineGeneratePublic(KeySpec).
Method in class au.net.aba.security.KeyFactorySpi
- Generates a public key object from the provided key specification
(key material).
- engineGeneratePublic(KeySpec).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Generates a public key object from the provided key specification
(key material).
- engineGeneratePublic(KeySpec).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Generates a public key object from the provided key specification
(key material).
- engineGenerateSecret().
Method in class javax.crypto.KeyAgreementSpi
- Generates the shared secret and returns it in a new buffer.
- engineGenerateSecret().
Method in class javax.crypto.KeyAgreementSpi
- Generates the shared secret and returns it in a new buffer.
- engineGenerateSecret(byte[], int).
Method in class javax.crypto.KeyAgreementSpi
- Generates the shared secret, and places it into the buffer
sharedSecret, beginning at offset.
- engineGenerateSecret(byte[], int).
Method in class javax.crypto.KeyAgreementSpi
- Generates the shared secret, and places it into the buffer
sharedSecret, beginning at offset.
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.BlowfishKeyFactory
- Generates a Blowfish SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.BlowfishKeyFactory
- Generates a Blowfish SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.DESedeKeyFactory
- Generates a DESede SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.DESedeKeyFactory
- Generates a DESede SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.DESKeyFactory
- Generates a DES SecretKey object from the provided key specification
(key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.DESKeyFactory
- Generates a DES SecretKey object from the provided key specification
(key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.IDEAKeyFactory
- Generates a IDEA SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.IDEAKeyFactory
- Generates a IDEA SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.PBEKeyFactory
- Generates a PBE SecretKey object from the provided key specification
(key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.PBEKeyFactory
- Generates a PBE SecretKey object from the provided key specification
(key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.RC4KeyFactory
- Generates a RC4 SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.RC4KeyFactory
- Generates a RC4 SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class javax.crypto.SecretKeyFactorySpi
- Generates a SecretKey object from the provided key specification
(key material).
- engineGenerateSecret(KeySpec).
Method in class javax.crypto.SecretKeyFactorySpi
- Generates a SecretKey object from the provided key specification
(key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.TwofishKeyFactory
- Generates a Twofish SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(KeySpec).
Method in class au.net.aba.crypto.provider.TwofishKeyFactory
- Generates a Twofish SecretKey object from the provided key
specification (key material).
- engineGenerateSecret(String).
Method in class javax.crypto.KeyAgreementSpi
- Creates the shared secret and returns it as a secret key object of
the requested algorithm type.
- engineGenerateSecret(String).
Method in class javax.crypto.KeyAgreementSpi
- Creates the shared secret and returns it as a secret key object of
the requested algorithm type.
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class javax.crypto.CipherSpi
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class javax.crypto.CipherSpi
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.PBE
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.PBE
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.RC4
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.RC4
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.RSA
- Returns the block size.
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.RSA
- Returns the block size.
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.Twofish
- Returns the block size (in bytes).
- engineGetBlockSize().
Method in class au.net.aba.crypto.provider.Twofish
- Returns the block size (in bytes).
- engineGetCertificate(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the certificate associated with the given alias.
- engineGetCertificate(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the certificate associated with the given alias.
- engineGetCertificate(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the certificate associated with the given alias.
- engineGetCertificate(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the certificate associated with the given alias.
- engineGetCertificateAlias(Certificate).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the (alias) name of the first keystore entry whose certificate
matches the given certificate.
- engineGetCertificateAlias(Certificate).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the (alias) name of the first keystore entry whose certificate
matches the given certificate.
- engineGetCertificateAlias(Certificate).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the (alias) name of the first keystore entry whose
certificate matches the given certificate.
- engineGetCertificateAlias(Certificate).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the (alias) name of the first keystore entry whose
certificate matches the given certificate.
- engineGetCertificateChain(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the certificate chain associated with the given alias.
- engineGetCertificateChain(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the certificate chain associated with the given alias.
- engineGetCertificateChain(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the certificate chain associated with the given alias.
- engineGetCertificateChain(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the certificate chain associated with the given alias.
- engineGetCreationDate(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the creation date of the entry identified by the given alias.
- engineGetCreationDate(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the creation date of the entry identified by the given alias.
- engineGetCreationDate(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the creation date of the entry identified by the given alias.
- engineGetCreationDate(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the creation date of the entry identified by the given alias.
- engineGetEncoded().
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns the parameters in their primary encoding format.
- engineGetEncoded().
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns the parameters in their primary encoding format.
- engineGetEncoded(String).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns the parameters encoded in the specified format.
- engineGetEncoded(String).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns the parameters encoded in the specified format.
- engineGetIV().
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the initialisation vector (IV) in a new buffer.
- engineGetIV().
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the initialisation vector (IV) in a new buffer.
- engineGetIV().
Method in class javax.crypto.CipherSpi
- Returns the initialisation vector (IV) in a new buffer.
- engineGetIV().
Method in class javax.crypto.CipherSpi
- Returns the initialisation vector (IV) in a new buffer.
- engineGetIV().
Method in class au.net.aba.crypto.provider.PBE
- Returns the initialisation vector (IV) in a new buffer.
- engineGetIV().
Method in class au.net.aba.crypto.provider.PBE
- Returns the initialisation vector (IV) in a new buffer.
- engineGetIV().
Method in class au.net.aba.crypto.provider.RC4
- Returns the initialisation vector for this Cipher - in this case null
- engineGetIV().
Method in class au.net.aba.crypto.provider.RC4
- Returns the initialisation vector for this Cipher - in this case null
- engineGetKey(String, char[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the key associated with the given alias, using the given
password to recover it.
- engineGetKey(String, char[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns the key associated with the given alias, using the given
password to recover it.
- engineGetKey(String, char[]).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the key associated with the given alias, using the given
password to recover it.
- engineGetKey(String, char[]).
Method in class au.net.aba.security.KeyStoreSpi
- Returns the key associated with the given alias, using the given
password to recover it.
- engineGetKeySpec(Key, Class).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(Key, Class).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(Key, Class).
Method in class au.net.aba.security.KeyFactorySpi
- Generates a private key object from the provided key specification
(key * material).
- engineGetKeySpec(Key, Class).
Method in class au.net.aba.security.KeyFactorySpi
- Generates a private key object from the provided key specification
(key * material).
- engineGetKeySpec(Key, Class).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Returns a specification (key material) of the given key object.
- engineGetKeySpec(Key, Class).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Returns a specification (key material) of the given key object.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.BlowfishKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.BlowfishKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.DESedeKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.DESedeKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.DESKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.DESKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.IDEAKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.IDEAKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.PBEKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.PBEKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.RC4KeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.RC4KeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class javax.crypto.SecretKeyFactorySpi
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class javax.crypto.SecretKeyFactorySpi
- Returns a specification (key material) of the given key object in
the requested format.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.TwofishKeyFactory
- Returns a specification (key material) of the given key object.
- engineGetKeySpec(SecretKey, Class).
Method in class au.net.aba.crypto.provider.TwofishKeyFactory
- Returns a specification (key material) of the given key object.
- engineGetMacLength().
Method in class au.net.aba.crypto.provider.DESMac
- Returns the length of the MAC in bytes.
- engineGetMacLength().
Method in class au.net.aba.crypto.provider.DESMac
- Returns the length of the MAC in bytes.
- engineGetMacLength().
Method in class javax.crypto.MacSpi
- Returns the length of the MAC in bytes.
- engineGetMacLength().
Method in class javax.crypto.MacSpi
- Returns the length of the MAC in bytes.
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class javax.crypto.CipherSpi
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class javax.crypto.CipherSpi
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.PBE
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.PBE
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.RC4
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.RC4
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.RSA
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetOutputSize(int).
Method in class au.net.aba.crypto.provider.RSA
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- engineGetParameter(String).
Method in class au.net.aba.crypto.provider.MD5withRSA
- This algorithm does not support parameters.
- engineGetParameter(String).
Method in class au.net.aba.crypto.provider.MD5withRSA
- This algorithm does not support parameters.
- engineGetParameters().
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the parameters used with this cipher.
- engineGetParameters().
Method in class au.net.aba.crypto.provider.BlockCipher
- Returns the parameters used with this cipher.
- engineGetParameters().
Method in class javax.crypto.CipherSpi
- Returns the parameters used with this cipher.
- engineGetParameters().
Method in class javax.crypto.CipherSpi
- Returns the parameters used with this cipher.
- engineGetParameters().
Method in class au.net.aba.crypto.provider.PBE
- Returns the parameters used with this cipher.
- engineGetParameters().
Method in class au.net.aba.crypto.provider.PBE
- Returns the parameters used with this cipher.
- engineGetParameters().
Method in class au.net.aba.crypto.provider.RC4
- Returns the parameters used with this cipher.
- engineGetParameters().
Method in class au.net.aba.crypto.provider.RC4
- Returns the parameters used with this cipher.
- engineGetParameterSpec(Class).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns a (transparent) specification of this parameters object.
- engineGetParameterSpec(Class).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns a (transparent) specification of this parameters object.
- engineInit(AlgorithmParameterSpec).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Initialises this parameters object using the parameters specified in
paramSpec.
- engineInit(AlgorithmParameterSpec).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Initialises this parameters object using the parameters specified in
paramSpec.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for Blowfish.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for Blowfish.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for DES.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for DES.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for IDEA.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for IDEA.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyGeneratorSpi
- Initialises the key generator with the specified parameter set
and a user-provided source of randomness.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyGeneratorSpi
- Initialises the key generator with the specified parameter set
and a user-provided source of randomness.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for RC4.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for RC4.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for Twofish.
- engineInit(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- This method is not implemented as there is no AlgorithmParameterSpec
defined for Twofish.
- engineInit(byte[]).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Imports the specified parameters and decodes them according to the
primary decoding format for parameters.
- engineInit(byte[]).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Imports the specified parameters and decodes them according to the
primary decoding format for parameters.
- engineInit(byte[], String).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Imports the parameters from params and decodes them according
to the specified decoding format.
- engineInit(byte[], String).
Method in class au.net.aba.security.AlgorithmParametersSpi
- Imports the parameters from params and decodes them according
to the specified decoding format.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class au.net.aba.crypto.provider.BlockCipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class au.net.aba.crypto.provider.BlockCipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class javax.crypto.CipherSpi
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class javax.crypto.CipherSpi
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class au.net.aba.crypto.provider.PBE
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class au.net.aba.crypto.provider.PBE
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4
- Initialises this cipher with a key and a source of randomness,
using the AlgorithmParameters construct.
- engineInit(int, Key, AlgorithmParameters, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4
- Initialises this cipher with a key and a source of randomness,
using the AlgorithmParameters construct.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.BlockCipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.BlockCipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.CipherSpi
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.CipherSpi
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.PBE
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.PBE
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class au.net.aba.crypto.provider.BlockCipher
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class au.net.aba.crypto.provider.BlockCipher
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class javax.crypto.CipherSpi
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class javax.crypto.CipherSpi
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class au.net.aba.crypto.provider.PBE
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class au.net.aba.crypto.provider.PBE
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, Key, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4
- Initialises this cipher with a key and a source of randomness.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- Since DES keys are of a fixed size, this method does
nothing except set the random source.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- Since DES keys are of a fixed size, this method does
nothing except set the random source.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- Since IDEA keys are of a fixed size, this method does
nothing except set the random source.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- Since IDEA keys are of a fixed size, this method does
nothing except set the random source.
- engineInit(int, SecureRandom).
Method in class javax.crypto.KeyGeneratorSpi
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(int, SecureRandom).
Method in class javax.crypto.KeyGeneratorSpi
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(int, SecureRandom).
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- Initialises this key generator for a certain strength, using the
given source of randomness.
- engineInit(Key, AlgorithmParameterSpec).
Method in class au.net.aba.crypto.provider.DESMac
- Initialises the MAC with the given (secret) key and algorithm
parameters.
- engineInit(Key, AlgorithmParameterSpec).
Method in class au.net.aba.crypto.provider.DESMac
- Initialises the MAC with the given (secret) key and algorithm
parameters.
- engineInit(Key, AlgorithmParameterSpec).
Method in class javax.crypto.MacSpi
- Initialises the MAC with the given (secret) key and algorithm
parameters.
- engineInit(Key, AlgorithmParameterSpec).
Method in class javax.crypto.MacSpi
- Initialises the MAC with the given (secret) key and algorithm
parameters.
- engineInit(Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyAgreementSpi
- Initialises this key agreement with the given key, set of algorithm
parameters, and source of randomness.
- engineInit(Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyAgreementSpi
- Initialises this key agreement with the given key, set of algorithm
parameters, and source of randomness.
- engineInit(Key, SecureRandom).
Method in class javax.crypto.KeyAgreementSpi
- Initialises this key agreement with the given key and source of
randomness.
- engineInit(Key, SecureRandom).
Method in class javax.crypto.KeyAgreementSpi
- Initialises this key agreement with the given key and source of
randomness.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- Initialises the key generator with the given random number source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.BlowfishKeyGenerator
- Initialises the key generator with the given random number source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- Initialises the key generator with the given random number source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- Initialises the key generator with the given random number source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- Initialises the key generator with the given random source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.IDEAKeyGenerator
- Initialises the key generator with the given random source.
- engineInit(SecureRandom).
Method in class javax.crypto.KeyGeneratorSpi
- Initialises the key generator.
- engineInit(SecureRandom).
Method in class javax.crypto.KeyGeneratorSpi
- Initialises the key generator.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- Initialises the key generator with the given random source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.RC4KeyGenerator
- Initialises the key generator with the given random source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- Initialises the key generator with the given random source.
- engineInit(SecureRandom).
Method in class au.net.aba.crypto.provider.TwofishKeyGenerator
- Initialises the key generator with the given random source.
- engineInitSign(PrivateKey).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Initializes this signature object with the specified
private key for signing operations.
- engineInitSign(PrivateKey).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Initializes this signature object with the specified
private key for signing operations.
- engineInitVerify(PublicKey).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Initializes this signature object with the specified
public key for verification operations.
- engineInitVerify(PublicKey).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Initializes this signature object with the specified
public key for verification operations.
- engineIsCertificateEntry(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns true if the entry identified by the given alias is a
trusted certificate entry, and false otherwise.
- engineIsCertificateEntry(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns true if the entry identified by the given alias is a
trusted certificate entry, and false otherwise.
- engineIsCertificateEntry(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns true if the entry identified by the given alias is a trusted
certificate entry, and false otherwise.
- engineIsCertificateEntry(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns true if the entry identified by the given alias is a trusted
certificate entry, and false otherwise.
- engineIsKeyEntry(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns true if the entry identified by the given alias is a
key entry, and false otherwise.
- engineIsKeyEntry(String).
Method in class au.net.aba.crypto.provider.KeyStore
- Returns true if the entry identified by the given alias is a
key entry, and false otherwise.
- engineIsKeyEntry(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns true if the entry identified by the given alias is a key
entry, and false otherwise.
- engineIsKeyEntry(String).
Method in class au.net.aba.security.KeyStoreSpi
- Returns true if the entry identified by the given alias is a key
entry, and false otherwise.
- engineLoad(InputStream, char[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Loads the keystore from the given input stream.
- engineLoad(InputStream, char[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Loads the keystore from the given input stream.
- engineLoad(InputStream, char[]).
Method in class au.net.aba.security.KeyStoreSpi
- Loads the keystore from the given input stream.
- engineLoad(InputStream, char[]).
Method in class au.net.aba.security.KeyStoreSpi
- Loads the keystore from the given input stream.
- engineReset().
Method in class au.net.aba.crypto.provider.CRC16
- reset the CRC back to zero.
- engineReset().
Method in class au.net.aba.crypto.provider.CRC16
- reset the CRC back to zero.
- engineReset().
Method in class au.net.aba.crypto.provider.DESMac
- Resets the MAC for further use, maintaining the secret key that
the MAC was initialised with.
- engineReset().
Method in class au.net.aba.crypto.provider.DESMac
- Resets the MAC for further use, maintaining the secret key that
the MAC was initialised with.
- engineReset().
Method in class javax.crypto.MacSpi
- Resets the MAC for further use, maintaining the secret key that
the MAC was initialised with.
- engineReset().
Method in class javax.crypto.MacSpi
- Resets the MAC for further use, maintaining the secret key that
the MAC was initialised with.
- engineReset().
Method in class au.net.aba.crypto.provider.MD5
- reset the digest back to its original state.
- engineReset().
Method in class au.net.aba.crypto.provider.MD5
- reset the digest back to its original state.
- engineReset().
Method in class au.net.aba.crypto.provider.SHA0
- reset the digest back to its original state.
- engineReset().
Method in class au.net.aba.crypto.provider.SHA0
- reset the digest back to its original state.
- engineReset().
Method in class au.net.aba.crypto.provider.SHA1
- reset the digest back to its original state.
- engineReset().
Method in class au.net.aba.crypto.provider.SHA1
- reset the digest back to its original state.
- engineSetCertificateEntry(String, Certificate).
Method in class au.net.aba.crypto.provider.KeyStore
- Assigns the given certificate to the given alias.
- engineSetCertificateEntry(String, Certificate).
Method in class au.net.aba.crypto.provider.KeyStore
- Assigns the given certificate to the given alias.
- engineSetCertificateEntry(String, Certificate).
Method in class au.net.aba.security.KeyStoreSpi
- Assigns the given certificate to the given alias.
- engineSetCertificateEntry(String, Certificate).
Method in class au.net.aba.security.KeyStoreSpi
- Assigns the given certificate to the given alias.
- engineSetKeyEntry(String, byte[], Certificate[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Assigns the given key (that has already been protected) to the given
alias.
- engineSetKeyEntry(String, byte[], Certificate[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Assigns the given key (that has already been protected) to the given
alias.
- engineSetKeyEntry(String, byte[], Certificate[]).
Method in class au.net.aba.security.KeyStoreSpi
- Assigns the given key (that has already been protected) to the given
alias.
- engineSetKeyEntry(String, byte[], Certificate[]).
Method in class au.net.aba.security.KeyStoreSpi
- Assigns the given key (that has already been protected) to the given
alias.
- engineSetKeyEntry(String, Key, char[], Certificate[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Assigns the given key to the given alias, protecting it with the given
password.
- engineSetKeyEntry(String, Key, char[], Certificate[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Assigns the given key to the given alias, protecting it with the given
password.
- engineSetKeyEntry(String, Key, char[], Certificate[]).
Method in class au.net.aba.security.KeyStoreSpi
- Assigns the given key to the given alias, protecting it with the
given password.
- engineSetKeyEntry(String, Key, char[], Certificate[]).
Method in class au.net.aba.security.KeyStoreSpi
- Assigns the given key to the given alias, protecting it with the
given password.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.BlockCipher
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.BlockCipher
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class javax.crypto.CipherSpi
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class javax.crypto.CipherSpi
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.PBE
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.PBE
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.RC4
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.RC4
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.RSA
- Sets the mode of this cipher.
- engineSetMode(String).
Method in class au.net.aba.crypto.provider.RSA
- Sets the mode of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.BlockCipher
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.BlockCipher
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class javax.crypto.CipherSpi
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class javax.crypto.CipherSpi
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.PBE
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.PBE
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.RC4
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.RC4
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.RSA
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.RSA
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.Twofish
- Sets the padding mechanism of this cipher.
- engineSetPadding(String).
Method in class au.net.aba.crypto.provider.Twofish
- Sets the padding mechanism of this cipher.
- engineSetParameter(String, Object).
Method in class au.net.aba.crypto.provider.MD5withRSA
- This algorithm does not support parameters.
- engineSetParameter(String, Object).
Method in class au.net.aba.crypto.provider.MD5withRSA
- This algorithm does not support parameters.
- engineSign().
Method in class au.net.aba.crypto.provider.MD5withRSA
-
Returns the signature block for all the data update so far.
- engineSign().
Method in class au.net.aba.crypto.provider.MD5withRSA
-
Returns the signature block for all the data update so far.
- engineSize().
Method in class au.net.aba.crypto.provider.KeyStore
- Retrieves the number of entries in this keystore.
- engineSize().
Method in class au.net.aba.crypto.provider.KeyStore
- Retrieves the number of entries in this keystore.
- engineSize().
Method in class au.net.aba.security.KeyStoreSpi
- Retrieves the number of entries in this keystore.
- engineSize().
Method in class au.net.aba.security.KeyStoreSpi
- Retrieves the number of entries in this keystore.
- engineStore(OutputStream, char[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Stores this keystore to the given output stream, and protects its
integrity with the given password.
- engineStore(OutputStream, char[]).
Method in class au.net.aba.crypto.provider.KeyStore
- Stores this keystore to the given output stream, and protects its
integrity with the given password.
- engineStore(OutputStream, char[]).
Method in class au.net.aba.security.KeyStoreSpi
- Stores this keystore to the given output stream, and protects its
integrity with the given password.
- engineStore(OutputStream, char[]).
Method in class au.net.aba.security.KeyStoreSpi
- Stores this keystore to the given output stream, and protects its
integrity with the given password.
- engineToString().
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns a formatted string describing the parameters.
- engineToString().
Method in class au.net.aba.security.AlgorithmParametersSpi
- Returns a formatted string describing the parameters.
- engineTranslateKey(Key).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Translates a Diffie-Hellman key object, whose provider may be
unknown or potentially untrusted, into a corresponding key
object of this key factory.
- engineTranslateKey(Key).
Method in class au.net.aba.crypto.provider.DHKeyFactory
- Translates a Diffie-Hellman key object, whose provider may be
unknown or potentially untrusted, into a corresponding key
object of this key factory.
- engineTranslateKey(Key).
Method in class au.net.aba.security.KeyFactorySpi
- Translates a key object, whose provider may be unknown or potentially
untrusted, into a corresponding key object of this key factory.
- engineTranslateKey(Key).
Method in class au.net.aba.security.KeyFactorySpi
- Translates a key object, whose provider may be unknown or potentially
untrusted, into a corresponding key object of this key factory.
- engineTranslateKey(Key).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(Key).
Method in class au.net.aba.crypto.provider.RSAKeyFactory
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.BlowfishKeyFactory
- Translates an Blowfish key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.BlowfishKeyFactory
- Translates an Blowfish key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.DESedeKeyFactory
- Translates a DESede key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.DESedeKeyFactory
- Translates a DESede key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.DESKeyFactory
- Translates a DES key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.DESKeyFactory
- Translates a DES key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.IDEAKeyFactory
- Translates a IDEA key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.IDEAKeyFactory
- Translates a IDEA key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.PBEKeyFactory
- Translates a PBE key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.PBEKeyFactory
- Translates a PBE key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.RC4KeyFactory
- Translates a RC4 key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.RC4KeyFactory
- Translates a RC4 key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class javax.crypto.SecretKeyFactorySpi
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class javax.crypto.SecretKeyFactorySpi
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.TwofishKeyFactory
- Translates an Twofish key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineTranslateKey(SecretKey).
Method in class au.net.aba.crypto.provider.TwofishKeyFactory
- Translates an Twofish key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this key
factory.
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.CRC16
- update the CRC with a single byte.
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.CRC16
- update the CRC with a single byte.
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.DESMac
- Processes the given byte.
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.DESMac
- Processes the given byte.
- engineUpdate(byte).
Method in class javax.crypto.MacSpi
- Processes the given byte.
- engineUpdate(byte).
Method in class javax.crypto.MacSpi
- Processes the given byte.
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.MD5
- update the digest with a single byte
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.MD5
- update the digest with a single byte
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Updates the data to be signed or verified using the specified byte.
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Updates the data to be signed or verified using the specified byte.
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.SHA0
- update the digest with a single byte
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.SHA0
- update the digest with a single byte
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.SHA1
- update the digest with a single byte
- engineUpdate(byte).
Method in class au.net.aba.crypto.provider.SHA1
- update the digest with a single byte
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class javax.crypto.CipherSpi
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class javax.crypto.CipherSpi
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.CRC16
- update the CRC with an array of bytes.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.CRC16
- update the CRC with an array of bytes.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.DESMac
- Processes the first len bytes in input, starting at offset.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.DESMac
- Processes the first len bytes in input, starting at offset.
- engineUpdate(byte[], int, int).
Method in class javax.crypto.MacSpi
- Processes the first len bytes in input, starting at offset.
- engineUpdate(byte[], int, int).
Method in class javax.crypto.MacSpi
- Processes the first len bytes in input, starting at offset.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.MD5
- add a block of data from the array bytes to the message
digest.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.MD5
- add a block of data from the array bytes to the message
digest.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Updates the data to be signed or verified, using the specified
array of bytes, starting at the specified offset.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.MD5withRSA
- Updates the data to be signed or verified, using the specified
array of bytes, starting at the specified offset.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.PBE
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.PBE
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.RC4
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.RC4
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.SHA0
- add a block of data from the array bytes, to the message
digest.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.SHA0
- add a block of data from the array bytes, to the message
digest.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.SHA1
- add a block of data from the array bytes, to the message
digest.
- engineUpdate(byte[], int, int).
Method in class au.net.aba.crypto.provider.SHA1
- add a block of data from the array bytes, to the message
digest.
- engineUpdate(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.BlockCipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int, byte[], int).
Method in class javax.crypto.CipherSpi
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int, byte[], int).
Method in class javax.crypto.CipherSpi
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.PBE
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.PBE
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RC4
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineUpdate(byte[], int, int, byte[], int).
Method in class au.net.aba.crypto.provider.RC4
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- engineVerify(byte[]).
Method in class au.net.aba.crypto.provider.MD5withRSA
-
Verifies the passed-in signature.
- engineVerify(byte[]).
Method in class au.net.aba.crypto.provider.MD5withRSA
-
Verifies the passed-in signature.
- exponent.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The public exponent.
- exponent.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The public exponent.
- exponent.
Variable in class au.net.aba.crypto.provider.RSAPubKey
- The exponent component of the two part key that is
required by the RSA algorithm.
- exponent.
Variable in class au.net.aba.crypto.provider.RSAPubKey
- The exponent component of the two part key that is
required by the RSA algorithm.
- firstBlock.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- firstBlock.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- flush().
Method in class javax.crypto.CipherOutputStream
- Flushes this output stream by forcing any buffered output bytes
that have already been processed by the encapsulated cipher object
to be written out.
- flush().
Method in class javax.crypto.CipherOutputStream
- Flushes this output stream by forcing any buffered output bytes
that have already been processed by the encapsulated cipher object
to be written out.
- GeneralSecurityException().
Constructor for class au.net.aba.security.GeneralSecurityException
-
- GeneralSecurityException().
Constructor for class au.net.aba.security.GeneralSecurityException
-
- GeneralSecurityException(String).
Constructor for class au.net.aba.security.GeneralSecurityException
-
- GeneralSecurityException(String).
Constructor for class au.net.aba.security.GeneralSecurityException
-
- generateKey().
Method in class javax.crypto.KeyGenerator
- Generates a secret key.
- generateKey().
Method in class javax.crypto.KeyGenerator
- Generates a secret key.
- generateKeyPair().
Method in class au.net.aba.crypto.provider.DHKeyPairGenerator
- return a new Diffie-Hellman key pair.
- generateKeyPair().
Method in class au.net.aba.crypto.provider.DHKeyPairGenerator
- return a new Diffie-Hellman key pair.
- generateKeyPair().
Method in class au.net.aba.crypto.provider.RSAKeyPairGenerator
- Generates a RSA key pair.
- generateKeyPair().
Method in class au.net.aba.crypto.provider.RSAKeyPairGenerator
- Generates a RSA key pair.
- generatePrivate(KeySpec).
Method in class au.net.aba.security.KeyFactory
- Generates a private key object from the provided key specification
(key material).
- generatePrivate(KeySpec).
Method in class au.net.aba.security.KeyFactory
- Generates a private key object from the provided key specification
(key material).
- generatePublic(KeySpec).
Method in class au.net.aba.security.KeyFactory
- Generates a public key object from the provided key
specification (key material).
- generatePublic(KeySpec).
Method in class au.net.aba.security.KeyFactory
- Generates a public key object from the provided key
specification (key material).
- generateSecret().
Method in class javax.crypto.KeyAgreement
- Generates the shared secret and returns it in a new buffer.
- generateSecret().
Method in class javax.crypto.KeyAgreement
- Generates the shared secret and returns it in a new buffer.
- generateSecret(byte[], int).
Method in class javax.crypto.KeyAgreement
- Generates the shared secret, and places it into the buffer
sharedSecret, beginning at offset.
- generateSecret(byte[], int).
Method in class javax.crypto.KeyAgreement
- Generates the shared secret, and places it into the buffer
sharedSecret, beginning at offset.
- generateSecret(KeySpec).
Method in class javax.crypto.SecretKeyFactory
- Generates a SecretKey object from the provided key specification
(key material).
- generateSecret(KeySpec).
Method in class javax.crypto.SecretKeyFactory
- Generates a SecretKey object from the provided key specification
(key material).
- generateSecret(String).
Method in class javax.crypto.KeyAgreement
- Creates the shared secret and returns it as a SecretKey object of the
specified algorithm.
- generateSecret(String).
Method in class javax.crypto.KeyAgreement
- Creates the shared secret and returns it as a SecretKey object of the
specified algorithm.
- getAlgorithm().
Method in class au.net.aba.security.AlgorithmParameters
- Returns the name of the algorithm associated with the parameter
set.
- getAlgorithm().
Method in class au.net.aba.security.AlgorithmParameters
- Returns the name of the algorithm associated with the parameter
set.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.BlowfishKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.BlowfishKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class javax.crypto.Cipher
- Returns the algorithm name of this Cipher object.
- getAlgorithm().
Method in class javax.crypto.Cipher
- Returns the algorithm name of this Cipher object.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DESedeKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DESedeKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DESKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DESKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DHPrivKey
- return the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DHPrivKey
- return the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DHPubKey
- return the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.DHPubKey
- return the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.IDEAKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.IDEAKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class javax.crypto.KeyAgreement
- Returns the name of this KeyAgreement object.
- getAlgorithm().
Method in class javax.crypto.KeyAgreement
- Returns the name of this KeyAgreement object.
- getAlgorithm().
Method in class au.net.aba.security.KeyFactory
- Returns the algorithm of this key factory object.
- getAlgorithm().
Method in class au.net.aba.security.KeyFactory
- Returns the algorithm of this key factory object.
- getAlgorithm().
Method in class javax.crypto.KeyGenerator
- Returns the algorithm name of this KeyGenerator object.
- getAlgorithm().
Method in class javax.crypto.KeyGenerator
- Returns the algorithm name of this KeyGenerator object.
- getAlgorithm().
Method in class javax.crypto.Mac
- Returns the standard name of the MAC algorithm.
- getAlgorithm().
Method in class javax.crypto.Mac
- Returns the standard name of the MAC algorithm.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.PBEKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.PBEKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.RC4Key
- return algorithm this key is for.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.RC4Key
- return algorithm this key is for.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Return the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Return the algorithm for this key.
- getAlgorithm().
Method in class javax.crypto.SealedObject
- Returns the algorithm that was used to seal this object.
- getAlgorithm().
Method in class javax.crypto.SealedObject
- Returns the algorithm that was used to seal this object.
- getAlgorithm().
Method in class javax.crypto.SecretKeyFactory
- Returns the algorithm name of this SecretKeyFactory object.
- getAlgorithm().
Method in class javax.crypto.SecretKeyFactory
- Returns the algorithm name of this SecretKeyFactory object.
- getAlgorithm().
Method in class javax.crypto.spec.SecretKeySpec
- Returns the name of the algorithm associated with this secret key.
- getAlgorithm().
Method in class javax.crypto.spec.SecretKeySpec
- Returns the name of the algorithm associated with this secret key.
- getAlgorithm().
Method in class au.net.aba.security.SignedObject
-
Retrieves the name of the signature algorithm.
- getAlgorithm().
Method in class au.net.aba.security.SignedObject
-
Retrieves the name of the signature algorithm.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.TwofishKey
- returns the algorithm for this key.
- getAlgorithm().
Method in class au.net.aba.crypto.provider.TwofishKey
- returns the algorithm for this key.
- getBlockSize().
Method in class javax.crypto.Cipher
- Returns the block size (in bytes).
- getBlockSize().
Method in class javax.crypto.Cipher
- Returns the block size (in bytes).
- getCertificate(String).
Method in class au.net.aba.security.KeyStore
- Returns the certificate associated with the given alias.
- getCertificate(String).
Method in class au.net.aba.security.KeyStore
- Returns the certificate associated with the given alias.
- getCertificateAlias(Certificate).
Method in class au.net.aba.security.KeyStore
- Returns the (alias) name of the first keystore entry whose
certificate matches the given certificate.
- getCertificateAlias(Certificate).
Method in class au.net.aba.security.KeyStore
- Returns the (alias) name of the first keystore entry whose
certificate matches the given certificate.
- getCertificateChain(String).
Method in class au.net.aba.security.KeyStore
- Returns the certificate chain associated with the given alias.
- getCertificateChain(String).
Method in class au.net.aba.security.KeyStore
- Returns the certificate chain associated with the given alias.
- getCreationDate(String).
Method in class au.net.aba.security.KeyStore
- Returns the creation date of the entry identified by the given
alias.
- getCreationDate(String).
Method in class au.net.aba.security.KeyStore
- Returns the creation date of the entry identified by the given
alias.
- getCrtCoefficient().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the crtCoefficient.
- getCrtCoefficient().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the crtCoefficient.
- getCrtCoefficient().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the crtCoefficient.
- getCrtCoefficient().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the crtCoefficient.
- getCrtCoefficient().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the crtCoefficient.
- getCrtCoefficient().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the crtCoefficient.
- getDecryptor().
Method in class au.net.aba.crypto.PublicKeySecuredObject
- return a Cipher capable of decrypting another object encrypted
with the same secret key as this one.
- getDecryptor().
Method in class au.net.aba.crypto.PublicKeySecuredObject
- return a Cipher capable of decrypting another object encrypted
with the same secret key as this one.
- getDefaultType().
Static method in class au.net.aba.security.KeyStore
- Returns the default keystore type as specified in the Java
security properties file, or the string "jks" (acronym for "Java
keystore") if no such property exists.
- getDefaultType().
Static method in class au.net.aba.security.KeyStore
- Returns the default keystore type as specified in the Java
security properties file, or the string "jks" (acronym for "Java
keystore") if no such property exists.
- getEffectiveKeyBits().
Method in class javax.crypto.spec.RC2ParameterSpec
- Returns the effective key size in bits.
- getEffectiveKeyBits().
Method in class javax.crypto.spec.RC2ParameterSpec
- Returns the effective key size in bits.
- getEncoded().
Method in class au.net.aba.security.AlgorithmParameters
- Returns the parameters in their primary encoding format.
- getEncoded().
Method in class au.net.aba.security.AlgorithmParameters
- Returns the parameters in their primary encoding format.
- getEncoded().
Method in class au.net.aba.crypto.provider.BlowfishKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.BlowfishKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DESedeKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DESedeKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DESKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DESKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DHPrivKey
- return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DHPrivKey
- return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DHPubKey
- return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.DHPubKey
- return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.security.spec.EncodedKeySpec
- Returns the encoded key.
- getEncoded().
Method in class au.net.aba.security.spec.EncodedKeySpec
- Returns the encoded key.
- getEncoded().
Method in class au.net.aba.crypto.provider.IDEAKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.IDEAKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.PBEKey
- returns a null since there is no encoded form.
- getEncoded().
Method in class au.net.aba.crypto.provider.PBEKey
- returns a null since there is no encoded form.
- getEncoded().
Method in class au.net.aba.crypto.provider.RC4Key
- return an encoded representation of the key.
- getEncoded().
Method in class au.net.aba.crypto.provider.RC4Key
- return an encoded representation of the key.
- getEncoded().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Return an encoded representation for this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Return an encoded representation for this key.
- getEncoded().
Method in class javax.crypto.spec.SecretKeySpec
- Returns the key material of this secret key.
- getEncoded().
Method in class javax.crypto.spec.SecretKeySpec
- Returns the key material of this secret key.
- getEncoded().
Method in class au.net.aba.crypto.provider.TwofishKey
- returns an encoded representation of this key.
- getEncoded().
Method in class au.net.aba.crypto.provider.TwofishKey
- returns an encoded representation of this key.
- getEncoded(String).
Method in class au.net.aba.security.AlgorithmParameters
- Returns the parameters encoded in the specified format.
- getEncoded(String).
Method in class au.net.aba.security.AlgorithmParameters
- Returns the parameters encoded in the specified format.
- getEncryptor().
Method in class au.net.aba.crypto.PublicKeySecuredObject
- return a Cipher capable of encrypting another object with
the secret key used to encrypt this one.
- getEncryptor().
Method in class au.net.aba.crypto.PublicKeySecuredObject
- return a Cipher capable of encrypting another object with
the secret key used to encrypt this one.
- getExponentSize().
Method in class javax.crypto.spec.DHGenParameterSpec
- Returns the size in bits of the random exponent (private value).
- getExponentSize().
Method in class javax.crypto.spec.DHGenParameterSpec
- Returns the size in bits of the random exponent (private value).
- getFormat().
Method in class au.net.aba.crypto.spec.AsciiEncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getFormat().
Method in class au.net.aba.crypto.spec.AsciiEncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getFormat().
Method in class au.net.aba.crypto.provider.BlowfishKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.BlowfishKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.DESedeKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.DESedeKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.DESKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.DESKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.DHPrivKey
- return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.DHPrivKey
- return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.DHPubKey
- return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.DHPubKey
- return the format this key is in.
- getFormat().
Method in class au.net.aba.security.spec.EncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getFormat().
Method in class au.net.aba.security.spec.EncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getFormat().
Method in class au.net.aba.crypto.provider.IDEAKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.IDEAKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.PBEKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.PBEKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.security.spec.PKCS8EncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getFormat().
Method in class au.net.aba.security.spec.PKCS8EncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getFormat().
Method in class au.net.aba.crypto.provider.RC4Key
- return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.RC4Key
- return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Return the format this key is in.
- getFormat().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Return the format this key is in.
- getFormat().
Method in class javax.crypto.spec.SecretKeySpec
- Returns the name of the encoding format for this secret key.
- getFormat().
Method in class javax.crypto.spec.SecretKeySpec
- Returns the name of the encoding format for this secret key.
- getFormat().
Method in class au.net.aba.crypto.provider.TwofishKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.crypto.provider.TwofishKey
- returns the format for this key.
- getFormat().
Method in class au.net.aba.security.spec.X509EncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getFormat().
Method in class au.net.aba.security.spec.X509EncodedKeySpec
- Returns the name of the encoding format used by this
key specification.
- getG().
Method in class javax.crypto.spec.DHParameterSpec
- Returns the base generator g.
- getG().
Method in class javax.crypto.spec.DHParameterSpec
- Returns the base generator g.
- getG().
Method in class javax.crypto.spec.DHPrivateKeySpec
- Returns the base generator g.
- getG().
Method in class javax.crypto.spec.DHPrivateKeySpec
- Returns the base generator g.
- getG().
Method in class javax.crypto.spec.DHPublicKeySpec
- Returns the base generator g.
- getG().
Method in class javax.crypto.spec.DHPublicKeySpec
- Returns the base generator g.
- getInstance(String).
Static method in class au.net.aba.security.AlgorithmParameters
- Generates an AlgorithmParameters object that implements the
specified digest algorithm.
- getInstance(String).
Static method in class au.net.aba.security.AlgorithmParameters
- Generates an AlgorithmParameters object that implements the
specified digest algorithm.
- getInstance(String).
Static method in class javax.crypto.Cipher
- Generates a Cipher object that implements the specified
transformation.
- getInstance(String).
Static method in class javax.crypto.Cipher
- Generates a Cipher object that implements the specified
transformation.
- getInstance(String).
Static method in class javax.crypto.KeyAgreement
- Generates a KeyAgreement object that implements the specified key
agreement algorithm.
- getInstance(String).
Static method in class javax.crypto.KeyAgreement
- Generates a KeyAgreement object that implements the specified key
agreement algorithm.
- getInstance(String).
Static method in class au.net.aba.security.KeyFactory
- Generates a KeyFactory object that implements the specified digest
algorithm.
- getInstance(String).
Static method in class au.net.aba.security.KeyFactory
- Generates a KeyFactory object that implements the specified digest
algorithm.
- getInstance(String).
Static method in class javax.crypto.KeyGenerator
- Generates a KeyGenerator object for the specified algorithm.
- getInstance(String).
Static method in class javax.crypto.KeyGenerator
- Generates a KeyGenerator object for the specified algorithm.
- getInstance(String).
Static method in class au.net.aba.security.KeyStore
- Generates a keystore object of the given type.
- getInstance(String).
Static method in class au.net.aba.security.KeyStore
- Generates a keystore object of the given type.
- getInstance(String).
Static method in class javax.crypto.Mac
- Generates an Mac object that implements the specified MAC algorithm.
- getInstance(String).
Static method in class javax.crypto.Mac
- Generates an Mac object that implements the specified MAC algorithm.
- getInstance(String).
Static method in class javax.crypto.SecretKeyFactory
- Generates a SecretKeyFactory object for the specified secret key
algorithm.
- getInstance(String).
Static method in class javax.crypto.SecretKeyFactory
- Generates a SecretKeyFactory object for the specified secret key
algorithm.
- getInstance(String, String).
Static method in class au.net.aba.security.AlgorithmParameters
- Generates an AlgorithmParameters object for the specified
algorithm, as supplied from the specified provider, if such an
algorithm is available from the provider.
- getInstance(String, String).
Static method in class au.net.aba.security.AlgorithmParameters
- Generates an AlgorithmParameters object for the specified
algorithm, as supplied from the specified provider, if such an
algorithm is available from the provider.
- getInstance(String, String).
Static method in class javax.crypto.Cipher
- Creates a Cipher object that implements the specified transformation,
as supplied by the specified provider.
- getInstance(String, String).
Static method in class javax.crypto.Cipher
- Creates a Cipher object that implements the specified transformation,
as supplied by the specified provider.
- getInstance(String, String).
Static method in class javax.crypto.KeyAgreement
- Generates a KeyAgreement object for the specified key agreement
algorithm from the specified provider.
- getInstance(String, String).
Static method in class javax.crypto.KeyAgreement
- Generates a KeyAgreement object for the specified key agreement
algorithm from the specified provider.
- getInstance(String, String).
Static method in class au.net.aba.security.KeyFactory
- Generates a KeyFactory object for the specified algorithm from
the specified provider.
- getInstance(String, String).
Static method in class au.net.aba.security.KeyFactory
- Generates a KeyFactory object for the specified algorithm from
the specified provider.
- getInstance(String, String).
Static method in class javax.crypto.KeyGenerator
- Generates a KeyGenerator object for the specified key algorithm from
the specified provider.
- getInstance(String, String).
Static method in class javax.crypto.KeyGenerator
- Generates a KeyGenerator object for the specified key algorithm from
the specified provider.
- getInstance(String, String).
Static method in class au.net.aba.security.KeyStore
- Generates a keystore object for the specified keystore type
from the specified provider.
- getInstance(String, String).
Static method in class au.net.aba.security.KeyStore
- Generates a keystore object for the specified keystore type
from the specified provider.
- getInstance(String, String).
Static method in class javax.crypto.Mac
- Generates an Mac object for the specified MAC algorithm from the
specified provider.
- getInstance(String, String).
Static method in class javax.crypto.Mac
- Generates an Mac object for the specified MAC algorithm from the
specified provider.
- getInstance(String, String).
Static method in class javax.crypto.SecretKeyFactory
- Generates a SecretKeyFactory object for the specified secret key
algorithm from the specified provider.
- getInstance(String, String).
Static method in class javax.crypto.SecretKeyFactory
- Generates a SecretKeyFactory object for the specified secret key
algorithm from the specified provider.
- getIterationCount().
Method in class javax.crypto.spec.PBEParameterSpec
- Returns the iteration count.
- getIterationCount().
Method in class javax.crypto.spec.PBEParameterSpec
- Returns the iteration count.
- getIV().
Method in class javax.crypto.Cipher
- Returns the initialisation vector (IV) in a new buffer.
- getIV().
Method in class javax.crypto.Cipher
- Returns the initialisation vector (IV) in a new buffer.
- getIV().
Method in class javax.crypto.spec.IvParameterSpec
- Returns the initialisation vector (IV).
- getIV().
Method in class javax.crypto.spec.IvParameterSpec
- Returns the initialisation vector (IV).
- getIV().
Method in class au.net.aba.crypto.PublicKeySecuredObject
- returns a copy of the initialisation vector.
- getIV().
Method in class au.net.aba.crypto.PublicKeySecuredObject
- returns a copy of the initialisation vector.
- getIV().
Method in class javax.crypto.spec.RC2ParameterSpec
- Returns the IV or null if this parameter set does not contain an IV.
- getIV().
Method in class javax.crypto.spec.RC2ParameterSpec
- Returns the IV or null if this parameter set does not contain an IV.
- getIV().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the IV or null if this parameter set does not contain an IV.
- getIV().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the IV or null if this parameter set does not contain an IV.
- getIV().
Method in class au.net.aba.crypto.SecuredObject
- returns a copy of the initialisation vector.
- getIV().
Method in class au.net.aba.crypto.SecuredObject
- returns a copy of the initialisation vector.
- getKey().
Method in class au.net.aba.crypto.spec.BlowfishKeySpec
- Returns the Blowfish key.
- getKey().
Method in class au.net.aba.crypto.spec.BlowfishKeySpec
- Returns the Blowfish key.
- getKey().
Method in class javax.crypto.spec.DESedeKeySpec
- Returns the DESede key.
- getKey().
Method in class javax.crypto.spec.DESedeKeySpec
- Returns the DESede key.
- getKey().
Method in class javax.crypto.spec.DESKeySpec
- Returns the DES key material.
- getKey().
Method in class javax.crypto.spec.DESKeySpec
- Returns the DES key material.
- getKey().
Method in class au.net.aba.crypto.spec.IDEAKeySpec
- Returns the IDEA key.
- getKey().
Method in class au.net.aba.crypto.spec.IDEAKeySpec
- Returns the IDEA key.
- getKey().
Method in class au.net.aba.crypto.spec.RC4KeySpec
- Returns the RC4 key.
- getKey().
Method in class au.net.aba.crypto.spec.RC4KeySpec
- Returns the RC4 key.
- getKey().
Method in class au.net.aba.crypto.spec.TwofishKeySpec
- Returns the Twofish key.
- getKey().
Method in class au.net.aba.crypto.spec.TwofishKeySpec
- Returns the Twofish key.
- getKey(String, char[]).
Method in class au.net.aba.security.KeyStore
- Returns the key associated with the given alias, using the given
password to recover it.
- getKey(String, char[]).
Method in class au.net.aba.security.KeyStore
- Returns the key associated with the given alias, using the given
password to recover it.
- getKeySpec(Key, Class).
Method in class au.net.aba.security.KeyFactory
- Returns a specification (key material) of the given key object.
- getKeySpec(Key, Class).
Method in class au.net.aba.security.KeyFactory
- Returns a specification (key material) of the given key object.
- getKeySpec(SecretKey, Class).
Method in class javax.crypto.SecretKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- getKeySpec(SecretKey, Class).
Method in class javax.crypto.SecretKeyFactory
- Returns a specification (key material) of the given key object in
the requested format.
- getL().
Method in class javax.crypto.spec.DHParameterSpec
- Returns the size in bits, l, of the random exponent (private value).
- getL().
Method in class javax.crypto.spec.DHParameterSpec
- Returns the size in bits, l, of the random exponent (private value).
- getMacLength().
Method in class javax.crypto.Mac
- Returns the length of the MAC in bytes.
- getMacLength().
Method in class javax.crypto.Mac
- Returns the length of the MAC in bytes.
- getModulus().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the modulus.
- getModulus().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the modulus.
- getModulus().
Method in interface au.net.aba.security.interfaces.RSAPrivateKey
- Returns the modulus.
- getModulus().
Method in interface au.net.aba.security.interfaces.RSAPrivateKey
- Returns the modulus.
- getModulus().
Method in class au.net.aba.security.spec.RSAPrivateKeySpec
- Returns the modulus.
- getModulus().
Method in class au.net.aba.security.spec.RSAPrivateKeySpec
- Returns the modulus.
- getModulus().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the modulus.
- getModulus().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the modulus.
- getModulus().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Returns the modulus.
- getModulus().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Returns the modulus.
- getModulus().
Method in interface au.net.aba.security.interfaces.RSAPublicKey
- Returns the modulus.
- getModulus().
Method in interface au.net.aba.security.interfaces.RSAPublicKey
- Returns the modulus.
- getModulus().
Method in class au.net.aba.security.spec.RSAPublicKeySpec
- Returns the modulus.
- getModulus().
Method in class au.net.aba.security.spec.RSAPublicKeySpec
- Returns the modulus.
- getObject().
Method in class au.net.aba.security.SignedObject
- Retrieves the encapsulated object.
- getObject().
Method in class au.net.aba.security.SignedObject
- Retrieves the encapsulated object.
- getObject(Cipher).
Method in class au.net.aba.crypto.PublicKeySecuredObject
- Return the plain text object.
- getObject(Cipher).
Method in class au.net.aba.crypto.PublicKeySecuredObject
- Return the plain text object.
- getObject(Cipher).
Method in class javax.crypto.SealedObject
- Retrieves the original (encapsulated) object.
- getObject(Cipher).
Method in class javax.crypto.SealedObject
- Retrieves the original (encapsulated) object.
- getObject(Cipher).
Method in class au.net.aba.crypto.SecuredObject
- Return the plain text object.
- getObject(Cipher).
Method in class au.net.aba.crypto.SecuredObject
- Return the plain text object.
- getObject(Key).
Method in class javax.crypto.SealedObject
- Retrieves the original (encapsulated) object.
- getObject(Key).
Method in class javax.crypto.SealedObject
- Retrieves the original (encapsulated) object.
- getObject(Key, String).
Method in class javax.crypto.SealedObject
- Retrieves the original (encapsulated) object.
- getObject(Key, String).
Method in class javax.crypto.SealedObject
- Retrieves the original (encapsulated) object.
- getOutputSize(int).
Method in class javax.crypto.Cipher
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- getOutputSize(int).
Method in class javax.crypto.Cipher
- Returns the length in bytes that an output buffer would need to be
in order to hold the result of the next update or doFinal operation,
given the input length inputLen (in bytes).
- getP().
Method in class javax.crypto.spec.DHParameterSpec
- Returns the prime modulus p.
- getP().
Method in class javax.crypto.spec.DHParameterSpec
- Returns the prime modulus p.
- getP().
Method in class javax.crypto.spec.DHPrivateKeySpec
- Returns the prime modulus p.
- getP().
Method in class javax.crypto.spec.DHPrivateKeySpec
- Returns the prime modulus p.
- getP().
Method in class javax.crypto.spec.DHPublicKeySpec
- Returns the prime modulus p.
- getP().
Method in class javax.crypto.spec.DHPublicKeySpec
- Returns the prime modulus p.
- getParameters().
Method in class javax.crypto.Cipher
- Returns the parameters used with this cipher.
- getParameters().
Method in class javax.crypto.Cipher
- Returns the parameters used with this cipher.
- getParameterSpec(Class).
Method in class au.net.aba.security.AlgorithmParameters
- Returns a (transparent) specification of this parameters object.
- getParameterSpec(Class).
Method in class au.net.aba.security.AlgorithmParameters
- Returns a (transparent) specification of this parameters object.
- getParams().
Method in interface javax.crypto.interfaces.DHKey
- Returns the key parameters.
- getParams().
Method in interface javax.crypto.interfaces.DHKey
- Returns the key parameters.
- getParams().
Method in class au.net.aba.crypto.provider.DHPrivKey
- Returns the key parameters.
- getParams().
Method in class au.net.aba.crypto.provider.DHPrivKey
- Returns the key parameters.
- getParams().
Method in class au.net.aba.crypto.provider.DHPubKey
- Returns the key parameters.
- getParams().
Method in class au.net.aba.crypto.provider.DHPubKey
- Returns the key parameters.
- getPassword().
Method in class au.net.aba.crypto.provider.PBEKey
- Returns the password.
- getPassword().
Method in class au.net.aba.crypto.provider.PBEKey
- Returns the password.
- getPassword().
Method in class javax.crypto.spec.PBEKeySpec
- Retrieves the password.
- getPassword().
Method in class javax.crypto.spec.PBEKeySpec
- Retrieves the password.
- getPrimeExponentP().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentP.
- getPrimeExponentP().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentP.
- getPrimeExponentP().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeExponentP.
- getPrimeExponentP().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeExponentP.
- getPrimeExponentP().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the primeExponentP.
- getPrimeExponentP().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the primeExponentP.
- getPrimeExponentQ().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentQ.
- getPrimeExponentQ().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the primeExponentQ.
- getPrimeExponentQ().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeExponentQ.
- getPrimeExponentQ().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeExponentQ.
- getPrimeExponentQ().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the primeExponentQ.
- getPrimeExponentQ().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the primeExponentQ.
- getPrimeP().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the prime P.
- getPrimeP().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the prime P.
- getPrimeP().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeP.
- getPrimeP().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeP.
- getPrimeP().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the prime P.
- getPrimeP().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the prime P.
- getPrimeQ().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the prime Q.
- getPrimeQ().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the prime Q.
- getPrimeQ().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeQ.
- getPrimeQ().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the primeQ.
- getPrimeQ().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the prime Q.
- getPrimeQ().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the prime Q.
- getPrimeSize().
Method in class javax.crypto.spec.DHGenParameterSpec
- Returns the size in bits of the prime modulus.
- getPrimeSize().
Method in class javax.crypto.spec.DHGenParameterSpec
- Returns the size in bits of the prime modulus.
- getPrivateExponent().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the private exponent.
- getPrivateExponent().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the private exponent.
- getPrivateExponent().
Method in interface au.net.aba.security.interfaces.RSAPrivateKey
- Returns the private exponent.
- getPrivateExponent().
Method in interface au.net.aba.security.interfaces.RSAPrivateKey
- Returns the private exponent.
- getPrivateExponent().
Method in class au.net.aba.security.spec.RSAPrivateKeySpec
- Returns the public exponent.
- getPrivateExponent().
Method in class au.net.aba.security.spec.RSAPrivateKeySpec
- Returns the public exponent.
- getPrivateExponent().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the private exponent
- getPrivateExponent().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Return the private exponent
- getPrivateKey(String).
Method in class au.net.aba.pgp.Keyring
- Return the private key with the given key name.
- getPrivateKey(String).
Method in class au.net.aba.pgp.Keyring
- Return the private key with the given key name.
- getPrivateKey(String, String).
Method in class au.net.aba.pgp.Keyring
- Return a private key generated for a specific provider.
- getPrivateKey(String, String).
Method in class au.net.aba.pgp.Keyring
- Return a private key generated for a specific provider.
- getProvider().
Method in class au.net.aba.security.AlgorithmParameters
- Returns the provider of this algorithm parameter object.
- getProvider().
Method in class au.net.aba.security.AlgorithmParameters
- Returns the provider of this algorithm parameter object.
- getProvider().
Method in class javax.crypto.Cipher
- Returns the provider of this Cipher object.
- getProvider().
Method in class javax.crypto.Cipher
- Returns the provider of this Cipher object.
- getProvider().
Method in class javax.crypto.KeyAgreement
- Returns the provider of this KeyAgreement object.
- getProvider().
Method in class javax.crypto.KeyAgreement
- Returns the provider of this KeyAgreement object.
- getProvider().
Method in class au.net.aba.security.KeyFactory
- Returns the provider of this key factory object.
- getProvider().
Method in class au.net.aba.security.KeyFactory
- Returns the provider of this key factory object.
- getProvider().
Method in class javax.crypto.KeyGenerator
- Returns the provider of this KeyGenerator object.
- getProvider().
Method in class javax.crypto.KeyGenerator
- Returns the provider of this KeyGenerator object.
- getProvider().
Method in class au.net.aba.security.KeyStore
- Returns the provider of this keystore.
- getProvider().
Method in class au.net.aba.security.KeyStore
- Returns the provider of this keystore.
- getProvider().
Method in class javax.crypto.Mac
- Returns the provider of this Mac object.
- getProvider().
Method in class javax.crypto.Mac
- Returns the provider of this Mac object.
- getProvider().
Method in class javax.crypto.SecretKeyFactory
- Returns the provider of this SecretKeyFactory object.
- getProvider().
Method in class javax.crypto.SecretKeyFactory
- Returns the provider of this SecretKeyFactory object.
- getPublicExponent().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the public exponent.
- getPublicExponent().
Method in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Returns the public exponent.
- getPublicExponent().
Method in interface au.net.aba.security.interfaces.RSAPublicKey
- Returns the public exponent.
- getPublicExponent().
Method in interface au.net.aba.security.interfaces.RSAPublicKey
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.security.spec.RSAPublicKeySpec
- Returns the public exponent.
- getPublicExponent().
Method in class au.net.aba.security.spec.RSAPublicKeySpec
- Returns the public exponent.
- getPublicKey(String).
Method in class au.net.aba.pgp.Keyring
- Return the public key with the given key name.
- getPublicKey(String).
Method in class au.net.aba.pgp.Keyring
- Return the public key with the given key name.
- getPublicKey(String, String).
Method in class au.net.aba.pgp.Keyring
- Return a public key generated for a specific provider.
- getPublicKey(String, String).
Method in class au.net.aba.pgp.Keyring
- Return a public key generated for a specific provider.
- getRounds().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the number of rounds.
- getRounds().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the number of rounds.
- getSalt().
Method in class javax.crypto.spec.PBEParameterSpec
- Returns the salt.
- getSalt().
Method in class javax.crypto.spec.PBEParameterSpec
- Returns the salt.
- getSignature().
Method in class au.net.aba.security.SignedObject
- Retrieves the signature on the signed object, in
the form of a byte array.
- getSignature().
Method in class au.net.aba.security.SignedObject
- Retrieves the signature on the signed object, in
the form of a byte array.
- getType().
Method in class au.net.aba.security.KeyStore
- Returns the type of this keystore.
- getType().
Method in class au.net.aba.security.KeyStore
- Returns the type of this keystore.
- getVersion().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the version.
- getVersion().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the version.
- getWordSize().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the word size in bits.
- getWordSize().
Method in class javax.crypto.spec.RC5ParameterSpec
- Returns the word size in bits.
- getX().
Method in interface javax.crypto.interfaces.DHPrivateKey
- Returns the private value, x.
- getX().
Method in interface javax.crypto.interfaces.DHPrivateKey
- Returns the private value, x.
- getX().
Method in class javax.crypto.spec.DHPrivateKeySpec
- Returns the private value x.
- getX().
Method in class javax.crypto.spec.DHPrivateKeySpec
- Returns the private value x.
- getX().
Method in class au.net.aba.crypto.provider.DHPrivKey
- Returns the private value, x.
- getX().
Method in class au.net.aba.crypto.provider.DHPrivKey
- Returns the private value, x.
- getY().
Method in class au.net.aba.crypto.provider.DHPubKey
- Returns the public value, y.
- getY().
Method in class au.net.aba.crypto.provider.DHPubKey
- Returns the public value, y.
- getY().
Method in interface javax.crypto.interfaces.DHPublicKey
- Returns the public value, y.
- getY().
Method in interface javax.crypto.interfaces.DHPublicKey
- Returns the public value, y.
- getY().
Method in class javax.crypto.spec.DHPublicKeySpec
- Returns the public value y.
- getY().
Method in class javax.crypto.spec.DHPublicKeySpec
- Returns the public value y.
- IDEA().
Constructor for class au.net.aba.crypto.provider.IDEA
-
- IDEA().
Constructor for class au.net.aba.crypto.provider.IDEA
-
- IDEA_KEY_LEN.
Static variable in class au.net.aba.crypto.spec.IDEAKeySpec
-
- IDEA_KEY_LEN.
Static variable in class au.net.aba.crypto.spec.IDEAKeySpec
-
- IDEAKey(byte[]).
Constructor for class au.net.aba.crypto.provider.IDEAKey
- the basic constructor
- IDEAKey(byte[]).
Constructor for class au.net.aba.crypto.provider.IDEAKey
- the basic constructor
- IDEAKeyFactory().
Constructor for class au.net.aba.crypto.provider.IDEAKeyFactory
-
- IDEAKeyFactory().
Constructor for class au.net.aba.crypto.provider.IDEAKeyFactory
-
- IDEAKeyGenerator().
Constructor for class au.net.aba.crypto.provider.IDEAKeyGenerator
-
- IDEAKeyGenerator().
Constructor for class au.net.aba.crypto.provider.IDEAKeyGenerator
-
- IDEAKeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.IDEAKeySpec
- Uses the first 16 bytes in key as the IDEA key
- IDEAKeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.IDEAKeySpec
- Uses the first 16 bytes in key as the IDEA key
- IDEAKeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.IDEAKeySpec
- Uses the first 16 bytes in key, beginning at offset, as the IDEA key
- IDEAKeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.IDEAKeySpec
- Uses the first 16 bytes in key, beginning at offset, as the IDEA key
- ident.
Static variable in class au.net.aba.crypto.provider.ABAProvider
-
- ident.
Static variable in class au.net.aba.crypto.provider.ABAProvider
-
- ident.
Static variable in class au.net.aba.security.AlgorithmParameters
-
- ident.
Static variable in class au.net.aba.security.AlgorithmParameters
-
- ident.
Static variable in interface au.net.aba.security.spec.AlgorithmParameterSpec
-
- ident.
Static variable in interface au.net.aba.security.spec.AlgorithmParameterSpec
-
- ident.
Static variable in class au.net.aba.security.AlgorithmParametersSpi
-
- ident.
Static variable in class au.net.aba.security.AlgorithmParametersSpi
-
- ident.
Static variable in class au.net.aba.crypto.spec.AsciiEncodedKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.spec.AsciiEncodedKeySpec
-
- ident.
Static variable in class javax.crypto.BadPaddingException
-
- ident.
Static variable in class javax.crypto.BadPaddingException
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlockCipher
-
- ident.
Static variable in class au.net.aba.crypto.provider.Blowfish
-
- ident.
Static variable in class au.net.aba.crypto.provider.Blowfish
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlowfishKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlowfishKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlowfishKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlowfishKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlowfishKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.BlowfishKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.spec.BlowfishKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.spec.BlowfishKeySpec
-
- ident.
Static variable in class javax.crypto.Cipher
-
- ident.
Static variable in class javax.crypto.Cipher
-
- ident.
Static variable in class javax.crypto.CipherInputStream
-
- ident.
Static variable in class javax.crypto.CipherInputStream
-
- ident.
Static variable in class javax.crypto.CipherOutputStream
-
- ident.
Static variable in class javax.crypto.CipherOutputStream
-
- ident.
Static variable in class javax.crypto.CipherSpi
-
- ident.
Static variable in class javax.crypto.CipherSpi
-
- ident.
Static variable in class au.net.aba.crypto.provider.CRC16
-
- ident.
Static variable in class au.net.aba.crypto.provider.CRC16
-
- ident.
Static variable in class au.net.aba.crypto.provider.DES
-
- ident.
Static variable in class au.net.aba.crypto.provider.DES
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESede
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESede
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESedeKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESedeKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESedeKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESedeKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESedeKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESedeKeyGenerator
-
- ident.
Static variable in class javax.crypto.spec.DESedeKeySpec
-
- ident.
Static variable in class javax.crypto.spec.DESedeKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.DESKeyGenerator
-
- ident.
Static variable in class javax.crypto.spec.DESKeySpec
-
- ident.
Static variable in class javax.crypto.spec.DESKeySpec
-
- ident.
Static variable in class javax.crypto.spec.DHGenParameterSpec
-
- ident.
Static variable in class javax.crypto.spec.DHGenParameterSpec
-
- ident.
Static variable in interface javax.crypto.interfaces.DHKey
-
- ident.
Static variable in interface javax.crypto.interfaces.DHKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHKeyPairGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHKeyPairGenerator
-
- ident.
Static variable in class javax.crypto.spec.DHParameterSpec
-
- ident.
Static variable in class javax.crypto.spec.DHParameterSpec
-
- ident.
Static variable in interface javax.crypto.interfaces.DHPrivateKey
-
- ident.
Static variable in interface javax.crypto.interfaces.DHPrivateKey
-
- ident.
Static variable in class javax.crypto.spec.DHPrivateKeySpec
-
- ident.
Static variable in class javax.crypto.spec.DHPrivateKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHPrivKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHPrivKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHPubKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.DHPubKey
-
- ident.
Static variable in interface javax.crypto.interfaces.DHPublicKey
-
- ident.
Static variable in interface javax.crypto.interfaces.DHPublicKey
-
- ident.
Static variable in class javax.crypto.spec.DHPublicKeySpec
-
- ident.
Static variable in class javax.crypto.spec.DHPublicKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.EncodedKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.EncodedKeySpec
-
- ident.
Static variable in class au.net.aba.security.GeneralSecurityException
-
- ident.
Static variable in class au.net.aba.security.GeneralSecurityException
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEAKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEAKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEAKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEAKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEAKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.IDEAKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.spec.IDEAKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.spec.IDEAKeySpec
-
- ident.
Static variable in class javax.crypto.IllegalBlockSizeException
-
- ident.
Static variable in class javax.crypto.IllegalBlockSizeException
-
- ident.
Static variable in class au.net.aba.crypto.spec.InlineIvParameterSpec
-
- ident.
Static variable in class au.net.aba.crypto.spec.InlineIvParameterSpec
-
- ident.
Static variable in class au.net.aba.security.InvalidAlgorithmParameterException
-
- ident.
Static variable in class au.net.aba.security.InvalidAlgorithmParameterException
-
- ident.
Static variable in class au.net.aba.security.spec.InvalidKeySpecException
-
- ident.
Static variable in class au.net.aba.security.spec.InvalidKeySpecException
-
- ident.
Static variable in class javax.crypto.spec.IvParameterSpec
-
- ident.
Static variable in class javax.crypto.spec.IvParameterSpec
-
- ident.
Static variable in class au.net.aba.security.KeyFactory
-
- ident.
Static variable in class au.net.aba.security.KeyFactory
-
- ident.
Static variable in class javax.crypto.KeyGenerator
-
- ident.
Static variable in class javax.crypto.KeyGenerator
-
- ident.
Static variable in class javax.crypto.KeyGeneratorSpi
-
- ident.
Static variable in class javax.crypto.KeyGeneratorSpi
-
- ident.
Static variable in class au.net.aba.pgp.Keyring
-
- ident.
Static variable in class au.net.aba.pgp.Keyring
-
- ident.
Static variable in interface au.net.aba.security.spec.KeySpec
-
- ident.
Static variable in interface au.net.aba.security.spec.KeySpec
-
- ident.
Static variable in class au.net.aba.crypto.provider.MD5
-
- ident.
Static variable in class au.net.aba.crypto.provider.MD5
-
- ident.
Static variable in class javax.crypto.NoSuchPaddingException
-
- ident.
Static variable in class javax.crypto.NoSuchPaddingException
-
- ident.
Static variable in class javax.crypto.NullCipher
-
- ident.
Static variable in class javax.crypto.NullCipher
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBE
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBE
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEKeyFactory
-
- ident.
Static variable in class javax.crypto.spec.PBEKeySpec
-
- ident.
Static variable in class javax.crypto.spec.PBEKeySpec
-
- ident.
Static variable in class javax.crypto.spec.PBEParameterSpec
-
- ident.
Static variable in class javax.crypto.spec.PBEParameterSpec
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEWithMD5AndDES
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEWithMD5AndDES
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEWithSHA1And128BitRC4
-
- ident.
Static variable in class au.net.aba.crypto.provider.PBEWithSHA1And128BitRC4
-
- ident.
Static variable in class au.net.aba.security.spec.PKCS8EncodedKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.PKCS8EncodedKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.PublicKeySecuredObject
-
- ident.
Static variable in class au.net.aba.crypto.PublicKeySecuredObject
-
- ident.
Static variable in class javax.crypto.spec.RC2ParameterSpec
-
- ident.
Static variable in class javax.crypto.spec.RC2ParameterSpec
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4Key
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4Key
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4KeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4KeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4KeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.RC4KeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.spec.RC4KeySpec
-
- ident.
Static variable in class au.net.aba.crypto.spec.RC4KeySpec
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSA
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSA
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAKeyPairGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAKeyPairGenerator
-
- ident.
Static variable in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
-
- ident.
Static variable in interface au.net.aba.security.interfaces.RSAPrivateCrtKey
-
- ident.
Static variable in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.RSAPrivateCrtKeySpec
-
- ident.
Static variable in interface au.net.aba.security.interfaces.RSAPrivateKey
-
- ident.
Static variable in interface au.net.aba.security.interfaces.RSAPrivateKey
-
- ident.
Static variable in class au.net.aba.security.spec.RSAPrivateKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.RSAPrivateKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAPrivKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAPrivKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAPubKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.RSAPubKey
-
- ident.
Static variable in interface au.net.aba.security.interfaces.RSAPublicKey
-
- ident.
Static variable in interface au.net.aba.security.interfaces.RSAPublicKey
-
- ident.
Static variable in class au.net.aba.security.spec.RSAPublicKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.RSAPublicKeySpec
-
- ident.
Static variable in interface javax.crypto.SecretKey
-
- ident.
Static variable in interface javax.crypto.SecretKey
-
- ident.
Static variable in class javax.crypto.spec.SecretKeySpec
-
- ident.
Static variable in class javax.crypto.spec.SecretKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.SecuredObject
-
- ident.
Static variable in class au.net.aba.crypto.SecuredObject
-
- ident.
Static variable in class au.net.aba.crypto.provider.SHA0
-
- ident.
Static variable in class au.net.aba.crypto.provider.SHA0
-
- ident.
Static variable in class au.net.aba.crypto.provider.SHA1
-
- ident.
Static variable in class au.net.aba.crypto.provider.SHA1
-
- ident.
Static variable in class javax.crypto.ShortBufferException
-
- ident.
Static variable in class javax.crypto.ShortBufferException
-
- ident.
Static variable in class au.net.aba.security.SignedObject
-
- ident.
Static variable in class au.net.aba.security.SignedObject
-
- ident.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- ident.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- ident.
Static variable in class au.net.aba.crypto.provider.TwofishKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.TwofishKey
-
- ident.
Static variable in class au.net.aba.crypto.provider.TwofishKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.TwofishKeyFactory
-
- ident.
Static variable in class au.net.aba.crypto.provider.TwofishKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.provider.TwofishKeyGenerator
-
- ident.
Static variable in class au.net.aba.crypto.spec.TwofishKeySpec
-
- ident.
Static variable in class au.net.aba.crypto.spec.TwofishKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.X509EncodedKeySpec
-
- ident.
Static variable in class au.net.aba.security.spec.X509EncodedKeySpec
-
- IllegalBlockSizeException().
Constructor for class javax.crypto.IllegalBlockSizeException
- Constructs an IllegalBlockSizeException with no detail message.
- IllegalBlockSizeException().
Constructor for class javax.crypto.IllegalBlockSizeException
- Constructs an IllegalBlockSizeException with no detail message.
- IllegalBlockSizeException(String).
Constructor for class javax.crypto.IllegalBlockSizeException
- Constructs an IllegalBlockSizeException with the specified detail
message.
- IllegalBlockSizeException(String).
Constructor for class javax.crypto.IllegalBlockSizeException
- Constructs an IllegalBlockSizeException with the specified detail
message.
- init(AlgorithmParameterSpec).
Method in class au.net.aba.security.AlgorithmParameters
- Initialises this parameters object using the parameters specified in
paramSpec.
- init(AlgorithmParameterSpec).
Method in class au.net.aba.security.AlgorithmParameters
- Initialises this parameters object using the parameters specified in
paramSpec.
- init(AlgorithmParameterSpec).
Method in class javax.crypto.KeyGenerator
- Initialises the key generator with the specified parameter set,
using a system-provided source of randomness.
- init(AlgorithmParameterSpec).
Method in class javax.crypto.KeyGenerator
- Initialises the key generator with the specified parameter set,
using a system-provided source of randomness.
- init(AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyGenerator
- Initialises the key generator with the specified parameter set
and a user-provided source of randomness.
- init(AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyGenerator
- Initialises the key generator with the specified parameter set
and a user-provided source of randomness.
- init(byte[]).
Method in class au.net.aba.security.AlgorithmParameters
- Imports the specified parameters and decodes them according to the
primary decoding format for parameters.
- init(byte[]).
Method in class au.net.aba.security.AlgorithmParameters
- Imports the specified parameters and decodes them according to the
primary decoding format for parameters.
- init(byte[], String).
Method in class au.net.aba.security.AlgorithmParameters
- Imports the parameters from params and decodes them according
to the specified decoding format.
- init(byte[], String).
Method in class au.net.aba.security.AlgorithmParameters
- Imports the parameters from params and decodes them according
to the specified decoding format.
- init(int).
Method in class javax.crypto.KeyGenerator
- Initialises this key generator for a certain strength, using a
system-provided source of randomness.
- init(int).
Method in class javax.crypto.KeyGenerator
- Initialises this key generator for a certain strength, using a
system-provided source of randomness.
- init(int, Key).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key.
- init(int, Key).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key.
- init(int, Key, AlgorithmParameters).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key and a set of algorithm parameters.
- init(int, Key, AlgorithmParameters).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key and a set of algorithm parameters.
- init(int, Key, AlgorithmParameters, SecureRandom).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- init(int, Key, AlgorithmParameters, SecureRandom).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- init(int, Key, AlgorithmParameterSpec).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key and a set of algorithm parameters.
- init(int, Key, AlgorithmParameterSpec).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key and a set of algorithm parameters.
- init(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- init(int, Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key, a set of algorithm parameters,
and a source of randomness.
- init(int, Key, SecureRandom).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key and a source of randomness.
- init(int, Key, SecureRandom).
Method in class javax.crypto.Cipher
- Initialises this cipher with a key and a source of randomness.
- init(int, SecureRandom).
Method in class javax.crypto.KeyGenerator
- Initialises this key generator for a certain strength, using a
user-provided source of randomness.
- init(int, SecureRandom).
Method in class javax.crypto.KeyGenerator
- Initialises this key generator for a certain strength, using a
user-provided source of randomness.
- init(Key).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key, which is required
to contain all the algorithm parameters required for this key
agreement.
- init(Key).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key, which is required
to contain all the algorithm parameters required for this key
agreement.
- init(Key).
Method in class javax.crypto.Mac
- Initialises this Mac object with the given (secret) key.
- init(Key).
Method in class javax.crypto.Mac
- Initialises this Mac object with the given (secret) key.
- init(Key, AlgorithmParameterSpec).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key and set of algorithm
parameters.
- init(Key, AlgorithmParameterSpec).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key and set of algorithm
parameters.
- init(Key, AlgorithmParameterSpec).
Method in class javax.crypto.Mac
- Initialises this Mac object with the given (secret) key and algorithm
parameters.
- init(Key, AlgorithmParameterSpec).
Method in class javax.crypto.Mac
- Initialises this Mac object with the given (secret) key and algorithm
parameters.
- init(Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key, set of algorithm
parameters, and source of randomness.
- init(Key, AlgorithmParameterSpec, SecureRandom).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key, set of algorithm
parameters, and source of randomness.
- init(Key, SecureRandom).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key and source of
randomness.
- init(Key, SecureRandom).
Method in class javax.crypto.KeyAgreement
- Initialises this key agreement with the given key and source of
randomness.
- init(SecureRandom).
Method in class javax.crypto.KeyGenerator
- Initialises the key generator.
- init(SecureRandom).
Method in class javax.crypto.KeyGenerator
- Initialises the key generator.
- initCipher(int, byte[], int, char[]).
Method in class au.net.aba.crypto.provider.PBE
- This method is provided by the specific implementation
to create the digest from the password and the algorithm
parameters.
- initCipher(int, byte[], int, char[]).
Method in class au.net.aba.crypto.provider.PBE
- This method is provided by the specific implementation
to create the digest from the password and the algorithm
parameters.
- initCipher(int, byte[], int, char[]).
Method in class au.net.aba.crypto.provider.PBEWithMD5AndDES
- Initialises the cipher for encrypt or decryption using the
provided algorithm parameters.
- initCipher(int, byte[], int, char[]).
Method in class au.net.aba.crypto.provider.PBEWithMD5AndDES
- Initialises the cipher for encrypt or decryption using the
provided algorithm parameters.
- initCipher(int, byte[], int, char[]).
Method in class au.net.aba.crypto.provider.PBEWithSHA1And128BitRC4
- Initialises the cipher for encrypt or decryption using the
provided algorithm parameters.
- initCipher(int, byte[], int, char[]).
Method in class au.net.aba.crypto.provider.PBEWithSHA1And128BitRC4
- Initialises the cipher for encrypt or decryption using the
provided algorithm parameters.
- initialise(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.DHKeyPairGenerator
- initialise the key pair generator with the given prime size
and random byte source.
- initialise(AlgorithmParameterSpec, SecureRandom).
Method in class au.net.aba.crypto.provider.DHKeyPairGenerator
- initialise the key pair generator with the given prime size
and random byte source.
- initialize(int, SecureRandom).
Method in class au.net.aba.crypto.provider.DHKeyPairGenerator
- initialise the key pair generator with the given prime size
and random byte source.
- initialize(int, SecureRandom).
Method in class au.net.aba.crypto.provider.DHKeyPairGenerator
- initialise the key pair generator with the given prime size
and random byte source.
- initialize(int, SecureRandom).
Method in class au.net.aba.crypto.provider.RSAKeyPairGenerator
- Initialises the key pair generator for a certain strength, using
the default parameter set.
- initialize(int, SecureRandom).
Method in class au.net.aba.crypto.provider.RSAKeyPairGenerator
- Initialises the key pair generator for a certain strength, using
the default parameter set.
- InlineIvParameterSpec().
Constructor for class au.net.aba.crypto.spec.InlineIvParameterSpec
- Specify that the IV is not encrypted.
- InlineIvParameterSpec().
Constructor for class au.net.aba.crypto.spec.InlineIvParameterSpec
- Specify that the IV is not encrypted.
- InlineIvParameterSpec(boolean).
Constructor for class au.net.aba.crypto.spec.InlineIvParameterSpec
- Specify whether or not the IV is encrypted.
- InlineIvParameterSpec(boolean).
Constructor for class au.net.aba.crypto.spec.InlineIvParameterSpec
- Specify whether or not the IV is encrypted.
- InvalidAlgorithmParameterException().
Constructor for class au.net.aba.security.InvalidAlgorithmParameterException
-
- InvalidAlgorithmParameterException().
Constructor for class au.net.aba.security.InvalidAlgorithmParameterException
-
- InvalidAlgorithmParameterException(String).
Constructor for class au.net.aba.security.InvalidAlgorithmParameterException
-
- InvalidAlgorithmParameterException(String).
Constructor for class au.net.aba.security.InvalidAlgorithmParameterException
-
- InvalidKeySpecException().
Constructor for class au.net.aba.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException with no detail message.
- InvalidKeySpecException().
Constructor for class au.net.aba.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException with no detail message.
- InvalidKeySpecException(String).
Constructor for class au.net.aba.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException with the specified detail
message.
- InvalidKeySpecException(String).
Constructor for class au.net.aba.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException with the specified detail
message.
- InvalidParameterSpecException().
Constructor for class au.net.aba.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException with no detail
message.
- InvalidParameterSpecException().
Constructor for class au.net.aba.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException with no detail
message.
- InvalidParameterSpecException(String).
Constructor for class au.net.aba.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException with the specified
detail message.
- InvalidParameterSpecException(String).
Constructor for class au.net.aba.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException with the specified
detail message.
- isCertificateEntry(String).
Method in class au.net.aba.security.KeyStore
- Returns true if the entry identified by the given alias is a
trusted certificate entry, and false otherwise.
- isCertificateEntry(String).
Method in class au.net.aba.security.KeyStore
- Returns true if the entry identified by the given alias is a
trusted certificate entry, and false otherwise.
- isEncryptedIv().
Method in class au.net.aba.crypto.spec.InlineIvParameterSpec
- Returns whether we can expect an encrypted IV.
- isEncryptedIv().
Method in class au.net.aba.crypto.spec.InlineIvParameterSpec
- Returns whether we can expect an encrypted IV.
- isKeyEntry(String).
Method in class au.net.aba.security.KeyStore
- Returns true if the entry identified by the given alias is a key
entry, and false otherwise.
- isKeyEntry(String).
Method in class au.net.aba.security.KeyStore
- Returns true if the entry identified by the given alias is a key
entry, and false otherwise.
- isParityAdjusted(byte[], int).
Static method in class javax.crypto.spec.DESedeKeySpec
- Checks if the given DESede key, starting at offset, is
parity-adjusted.
- isParityAdjusted(byte[], int).
Static method in class javax.crypto.spec.DESedeKeySpec
- Checks if the given DESede key, starting at offset, is
parity-adjusted.
- isParityAdjusted(byte[], int).
Static method in class javax.crypto.spec.DESKeySpec
- Checks if the given DES key, starting at offset, is parity-adjusted.
- isParityAdjusted(byte[], int).
Static method in class javax.crypto.spec.DESKeySpec
- Checks if the given DES key, starting at offset, is parity-adjusted.
- isWeak(byte[], int).
Static method in class javax.crypto.spec.DESKeySpec
- DES has a number of weak keys.
- isWeak(byte[], int).
Static method in class javax.crypto.spec.DESKeySpec
- DES has a number of weak keys.
- ivec.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- ivec.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- ivEncrypted.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- ivEncrypted.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- ivInline.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- ivInline.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- IvParameterSpec(byte[]).
Constructor for class javax.crypto.spec.IvParameterSpec
- Uses the bytes in iv as the IV.
- IvParameterSpec(byte[]).
Constructor for class javax.crypto.spec.IvParameterSpec
- Uses the bytes in iv as the IV.
- IvParameterSpec(byte[], int, int).
Constructor for class javax.crypto.spec.IvParameterSpec
- Uses the first len bytes in iv, beginning at offset, as the IV.
- IvParameterSpec(byte[], int, int).
Constructor for class javax.crypto.spec.IvParameterSpec
- Uses the first len bytes in iv, beginning at offset, as the IV.
- key.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- key.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- KeyAgreement(KeyAgreementSpi, Provider, String).
Constructor for class javax.crypto.KeyAgreement
- Creates a KeyAgreement object.
- KeyAgreement(KeyAgreementSpi, Provider, String).
Constructor for class javax.crypto.KeyAgreement
- Creates a KeyAgreement object.
- KeyAgreementSpi().
Constructor for class javax.crypto.KeyAgreementSpi
- Default constructor for KeyAgreementSpi, must be public.
- KeyAgreementSpi().
Constructor for class javax.crypto.KeyAgreementSpi
- Default constructor for KeyAgreementSpi, must be public.
- KeyFactory(KeyFactorySpi, Provider, String).
Constructor for class au.net.aba.security.KeyFactory
- Creates a KeyFactory object.
- KeyFactory(KeyFactorySpi, Provider, String).
Constructor for class au.net.aba.security.KeyFactory
- Creates a KeyFactory object.
- KeyFactorySpi().
Constructor for class au.net.aba.security.KeyFactorySpi
-
- KeyFactorySpi().
Constructor for class au.net.aba.security.KeyFactorySpi
-
- KeyGenerator(KeyGeneratorSpi, Provider, String).
Constructor for class javax.crypto.KeyGenerator
- Creates a KeyGenerator object using the given provider,
KeyGeneratorSpi and for the specified algorithm.
- KeyGenerator(KeyGeneratorSpi, Provider, String).
Constructor for class javax.crypto.KeyGenerator
- Creates a KeyGenerator object using the given provider,
KeyGeneratorSpi and for the specified algorithm.
- KeyGeneratorSpi().
Constructor for class javax.crypto.KeyGeneratorSpi
- Creates a KeyGeneratorSpi object.
- KeyGeneratorSpi().
Constructor for class javax.crypto.KeyGeneratorSpi
- Creates a KeyGeneratorSpi object.
- KeyLen.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- KeyLen.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- Keyring(String).
Constructor for class au.net.aba.pgp.Keyring
- Construct with user supplied keyring.
- Keyring(String).
Constructor for class au.net.aba.pgp.Keyring
- Construct with user supplied keyring.
- KeyStore().
Constructor for class au.net.aba.crypto.provider.KeyStore
-
- KeyStore().
Constructor for class au.net.aba.crypto.provider.KeyStore
-
- KeyStore(KeyStoreSpi, Provider, String).
Constructor for class au.net.aba.security.KeyStore
- Creates a KeyStore object of the given type, and encapsulates
the given provider implementation (SPI object) in it.
- KeyStore(KeyStoreSpi, Provider, String).
Constructor for class au.net.aba.security.KeyStore
- Creates a KeyStore object of the given type, and encapsulates
the given provider implementation (SPI object) in it.
- KeyStoreException().
Constructor for class au.net.aba.security.KeyStoreException
- Constructs a KeyStoreException with no detail message.
- KeyStoreException().
Constructor for class au.net.aba.security.KeyStoreException
- Constructs a KeyStoreException with no detail message.
- KeyStoreException(String).
Constructor for class au.net.aba.security.KeyStoreException
- Constructs a KeyStoreException with the specified detail message.
- KeyStoreException(String).
Constructor for class au.net.aba.security.KeyStoreException
- Constructs a KeyStoreException with the specified detail message.
- KeyStoreSpi().
Constructor for class au.net.aba.security.KeyStoreSpi
-
- KeyStoreSpi().
Constructor for class au.net.aba.security.KeyStoreSpi
-
- Kn1.
Variable in class au.net.aba.crypto.provider.DES
-
- Kn1.
Variable in class au.net.aba.crypto.provider.DES
-
- load(InputStream, char[]).
Method in class au.net.aba.security.KeyStore
- Loads the keystore from the given input stream.
- load(InputStream, char[]).
Method in class au.net.aba.security.KeyStore
- Loads the keystore from the given input stream.
- Mac(MacSpi, Provider, String).
Constructor for class javax.crypto.Mac
- Creates a MAC object.
- Mac(MacSpi, Provider, String).
Constructor for class javax.crypto.Mac
- Creates a MAC object.
- MacSpi().
Constructor for class javax.crypto.MacSpi
-
- MacSpi().
Constructor for class javax.crypto.MacSpi
-
- main(String[]).
Static method in class au.net.aba.pgp.Keyring
- Display a key in the given keyring as a dotted hexadecimal string
as per the AsciiEncodedKeySpec.
- main(String[]).
Static method in class au.net.aba.pgp.Keyring
- Display a key in the given keyring as a dotted hexadecimal string
as per the AsciiEncodedKeySpec.
- markSupported().
Method in class javax.crypto.CipherInputStream
- Tests if this input stream supports the mark and reset methods,
which it does not.
- markSupported().
Method in class javax.crypto.CipherInputStream
- Tests if this input stream supports the mark and reset methods,
which it does not.
- MAX_KEY_BITS.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- MAX_KEY_BITS.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- MD5().
Constructor for class au.net.aba.crypto.provider.MD5
- This constructor is used to begin a new MD5
operation.
- MD5().
Constructor for class au.net.aba.crypto.provider.MD5
- This constructor is used to begin a new MD5
operation.
- MD5withRSA().
Constructor for class au.net.aba.crypto.provider.MD5withRSA
-
- MD5withRSA().
Constructor for class au.net.aba.crypto.provider.MD5withRSA
-
- mode.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- mode.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- modulus.
Variable in class au.net.aba.crypto.provider.RSAPrivKey
- The modulus of this key.
- modulus.
Variable in class au.net.aba.crypto.provider.RSAPrivKey
- The modulus of this key.
- modulus.
Variable in class au.net.aba.crypto.provider.RSAPubKey
- The modulus component of the two part key that is
required by the RSA algorithm.
- modulus.
Variable in class au.net.aba.crypto.provider.RSAPubKey
- The modulus component of the two part key that is
required by the RSA algorithm.
- modulus.
Variable in class au.net.aba.security.spec.RSAPublicKeySpec
-
- modulus.
Variable in class au.net.aba.security.spec.RSAPublicKeySpec
-
- MulMask.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- MulMask.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- MulModulus.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- MulModulus.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- NoSuchPaddingException().
Constructor for class javax.crypto.NoSuchPaddingException
- Constructs a NoSuchPaddingException with no detail message.
- NoSuchPaddingException().
Constructor for class javax.crypto.NoSuchPaddingException
- Constructs a NoSuchPaddingException with no detail message.
- NoSuchPaddingException(String).
Constructor for class javax.crypto.NoSuchPaddingException
- Constructs a NoSuchPaddingException with the specified detail message.
- NoSuchPaddingException(String).
Constructor for class javax.crypto.NoSuchPaddingException
- Constructs a NoSuchPaddingException with the specified detail message.
- NullCipher().
Constructor for class javax.crypto.NullCipher
-
- NullCipher().
Constructor for class javax.crypto.NullCipher
-
- p.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The larger of the two prime factors.
- p.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The larger of the two prime factors.
- paddedStream.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- paddedStream.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- parseKey(byte[]).
Static method in class au.net.aba.crypto.provider.RSAKeyFactory
- Parse a key from the ABA/PGP format into an array of
BigIntegers.
- parseKey(byte[]).
Static method in class au.net.aba.crypto.provider.RSAKeyFactory
- Parse a key from the ABA/PGP format into an array of
BigIntegers.
- PBE(String).
Constructor for class au.net.aba.crypto.provider.PBE
-
- PBE(String).
Constructor for class au.net.aba.crypto.provider.PBE
-
- PBEKey(char[]).
Constructor for class au.net.aba.crypto.provider.PBEKey
- The basic constructor
- PBEKey(char[]).
Constructor for class au.net.aba.crypto.provider.PBEKey
- The basic constructor
- PBEKeyFactory().
Constructor for class au.net.aba.crypto.provider.PBEKeyFactory
-
- PBEKeyFactory().
Constructor for class au.net.aba.crypto.provider.PBEKeyFactory
-
- PBEKeySpec(char[]).
Constructor for class javax.crypto.spec.PBEKeySpec
- Constructor that takes a password.
- PBEKeySpec(char[]).
Constructor for class javax.crypto.spec.PBEKeySpec
- Constructor that takes a password.
- PBEParameterSpec(byte[], int).
Constructor for class javax.crypto.spec.PBEParameterSpec
- basic constructor
- PBEParameterSpec(byte[], int).
Constructor for class javax.crypto.spec.PBEParameterSpec
- basic constructor
- PBEWithMD5AndDES().
Constructor for class au.net.aba.crypto.provider.PBEWithMD5AndDES
-
- PBEWithMD5AndDES().
Constructor for class au.net.aba.crypto.provider.PBEWithMD5AndDES
-
- PBEWithSHA1And128BitRC4().
Constructor for class au.net.aba.crypto.provider.PBEWithSHA1And128BitRC4
-
- PBEWithSHA1And128BitRC4().
Constructor for class au.net.aba.crypto.provider.PBEWithSHA1And128BitRC4
-
- PKCS8EncodedKeySpec(byte[]).
Constructor for class au.net.aba.security.spec.PKCS8EncodedKeySpec
- Creates a new EncodedKeySpec with the given encoded key.
- PKCS8EncodedKeySpec(byte[]).
Constructor for class au.net.aba.security.spec.PKCS8EncodedKeySpec
- Creates a new EncodedKeySpec with the given encoded key.
- pMinus1.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- p-1 [calculated].
- pMinus1.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- p-1 [calculated].
- prepareKeys(int, byte[], int[]).
Method in class au.net.aba.crypto.provider.DES
- prepare the key for whatever processing we are planing.
- prepareKeys(int, byte[], int[]).
Method in class au.net.aba.crypto.provider.DES
- prepare the key for whatever processing we are planing.
- publicExponent.
Variable in class au.net.aba.security.spec.RSAPublicKeySpec
-
- publicExponent.
Variable in class au.net.aba.security.spec.RSAPublicKeySpec
-
- PublicKeySecuredObject().
Constructor for class au.net.aba.crypto.PublicKeySecuredObject
- general constructor used by externalisable.
- PublicKeySecuredObject().
Constructor for class au.net.aba.crypto.PublicKeySecuredObject
- general constructor used by externalisable.
- PublicKeySecuredObject(Object, Cipher, SecureRandom).
Constructor for class au.net.aba.crypto.PublicKeySecuredObject
- create a public key secured object using the standard algorithm
and the standard provider for the secret key.
- PublicKeySecuredObject(Object, Cipher, SecureRandom).
Constructor for class au.net.aba.crypto.PublicKeySecuredObject
- create a public key secured object using the standard algorithm
and the standard provider for the secret key.
- PublicKeySecuredObject(Object, Cipher, SecureRandom, String, String).
Constructor for class au.net.aba.crypto.PublicKeySecuredObject
- create a public key secured object.
- PublicKeySecuredObject(Object, Cipher, SecureRandom, String, String).
Constructor for class au.net.aba.crypto.PublicKeySecuredObject
- create a public key secured object.
- q.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The smaller of the two prime factors.
- q.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The smaller of the two prime factors.
- qInv.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The multiplicative inverse of q % p [calculated].
- qInv.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- The multiplicative inverse of q % p [calculated].
- qMinus1.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- q-1 [calculated].
- qMinus1.
Variable in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- q-1 [calculated].
- random.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- random.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- RC2ParameterSpec(int).
Constructor for class javax.crypto.spec.RC2ParameterSpec
- Constructs a parameter set for RC2 from the given effective key size
(in bits).
- RC2ParameterSpec(int).
Constructor for class javax.crypto.spec.RC2ParameterSpec
- Constructs a parameter set for RC2 from the given effective key size
(in bits).
- RC2ParameterSpec(int, byte[]).
Constructor for class javax.crypto.spec.RC2ParameterSpec
- Constructs a parameter set for RC2 from the given effective key size
(in bits) and an 8-byte IV.
- RC2ParameterSpec(int, byte[]).
Constructor for class javax.crypto.spec.RC2ParameterSpec
- Constructs a parameter set for RC2 from the given effective key size
(in bits) and an 8-byte IV.
- RC2ParameterSpec(int, byte[], int).
Constructor for class javax.crypto.spec.RC2ParameterSpec
- Constructs a parameter set for RC2 from the given effective key size
(in bits) and IV.
- RC2ParameterSpec(int, byte[], int).
Constructor for class javax.crypto.spec.RC2ParameterSpec
- Constructs a parameter set for RC2 from the given effective key size
(in bits) and IV.
- RC4().
Constructor for class au.net.aba.crypto.provider.RC4
-
- RC4().
Constructor for class au.net.aba.crypto.provider.RC4
-
- RC4Key().
Constructor for class au.net.aba.crypto.provider.RC4Key
- Construct an empty RC4Key.
- RC4Key().
Constructor for class au.net.aba.crypto.provider.RC4Key
- Construct an empty RC4Key.
- RC4Key(byte[]).
Constructor for class au.net.aba.crypto.provider.RC4Key
- Construct an RC4Key from a set of bytes.
- RC4Key(byte[]).
Constructor for class au.net.aba.crypto.provider.RC4Key
- Construct an RC4Key from a set of bytes.
- RC4KeyFactory().
Constructor for class au.net.aba.crypto.provider.RC4KeyFactory
-
- RC4KeyFactory().
Constructor for class au.net.aba.crypto.provider.RC4KeyFactory
-
- RC4KeyGenerator().
Constructor for class au.net.aba.crypto.provider.RC4KeyGenerator
-
- RC4KeyGenerator().
Constructor for class au.net.aba.crypto.provider.RC4KeyGenerator
-
- RC4KeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.RC4KeySpec
- Uses the first 16 bytes in key as the RC4 key
- RC4KeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.RC4KeySpec
- Uses the first 16 bytes in key as the RC4 key
- RC4KeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.RC4KeySpec
- Uses the first len bytes in key as the RC4 key
- RC4KeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.RC4KeySpec
- Uses the first len bytes in key as the RC4 key
- RC4KeySpec(byte[], int, int).
Constructor for class au.net.aba.crypto.spec.RC4KeySpec
- Uses the first len bytes in key, beginning at offset, as the RC4 key
- RC4KeySpec(byte[], int, int).
Constructor for class au.net.aba.crypto.spec.RC4KeySpec
- Uses the first len bytes in key, beginning at offset, as the RC4 key
- RC5ParameterSpec(int, int, int).
Constructor for class javax.crypto.spec.RC5ParameterSpec
- Constructs a parameter set for RC5 from the given version, number of
rounds and word size (in bits).
- RC5ParameterSpec(int, int, int).
Constructor for class javax.crypto.spec.RC5ParameterSpec
- Constructs a parameter set for RC5 from the given version, number of
rounds and word size (in bits).
- RC5ParameterSpec(int, int, int, byte[]).
Constructor for class javax.crypto.spec.RC5ParameterSpec
- Constructs a parameter set for RC5 from the given version, number of
rounds, word size (in bits), and IV.
- RC5ParameterSpec(int, int, int, byte[]).
Constructor for class javax.crypto.spec.RC5ParameterSpec
- Constructs a parameter set for RC5 from the given version, number of
rounds, word size (in bits), and IV.
- RC5ParameterSpec(int, int, int, byte[], int).
Constructor for class javax.crypto.spec.RC5ParameterSpec
- Constructs a parameter set for RC5 from the given version, number of
rounds, word size (in bits), and IV.
- RC5ParameterSpec(int, int, int, byte[], int).
Constructor for class javax.crypto.spec.RC5ParameterSpec
- Constructs a parameter set for RC5 from the given version, number of
rounds, word size (in bits), and IV.
- read().
Method in class javax.crypto.CipherInputStream
- Reads the next byte of data from this input stream.
- read().
Method in class javax.crypto.CipherInputStream
- Reads the next byte of data from this input stream.
- read(byte[]).
Method in class javax.crypto.CipherInputStream
- Reads up to b.length bytes of data from this input stream into an array
of bytes.
- read(byte[]).
Method in class javax.crypto.CipherInputStream
- Reads up to b.length bytes of data from this input stream into an array
of bytes.
- read(byte[], int, int).
Method in class javax.crypto.CipherInputStream
- Reads up to len bytes of data from this input stream into an array
of bytes.
- read(byte[], int, int).
Method in class javax.crypto.CipherInputStream
- Reads up to len bytes of data from this input stream into an array
of bytes.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.provider.DESKey
- serialisation support using Externalizable.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.provider.DESKey
- serialisation support using Externalizable.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.PublicKeySecuredObject
- serialisation support using Externalizable.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.PublicKeySecuredObject
- serialisation support using Externalizable.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.provider.RC4Key
- serialisation support using Externalizable.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.provider.RC4Key
- serialisation support using Externalizable.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.SecuredObject
- serialisation support using Externalizable.
- readExternal(ObjectInput).
Method in class au.net.aba.crypto.SecuredObject
- serialisation support using Externalizable.
- readPublicKey(String).
Method in class au.net.aba.pgp.Keyring
- Read a public key certificate.
- readPublicKey(String).
Method in class au.net.aba.pgp.Keyring
- Read a public key certificate.
- readSecretKey(String).
Method in class au.net.aba.pgp.Keyring
- Read a private key.
- readSecretKey(String).
Method in class au.net.aba.pgp.Keyring
- Read a private key.
- reset().
Method in class au.net.aba.crypto.provider.BlockCipher
- Reset the Cipher to uninitialised.
- reset().
Method in class au.net.aba.crypto.provider.BlockCipher
- Reset the Cipher to uninitialised.
- reset().
Method in class javax.crypto.Mac
- Resets this Mac object for further MAC computations with the same
secret key.
- reset().
Method in class javax.crypto.Mac
- Resets this Mac object for further MAC computations with the same
secret key.
- Rounds.
Static variable in class au.net.aba.crypto.provider.Blowfish
-
- Rounds.
Static variable in class au.net.aba.crypto.provider.Blowfish
-
- Rounds.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- Rounds.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- ROUNDS.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- ROUNDS.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- RSA().
Constructor for class au.net.aba.crypto.provider.RSA
-
- RSA().
Constructor for class au.net.aba.crypto.provider.RSA
-
- RSAKeyFactory().
Constructor for class au.net.aba.crypto.provider.RSAKeyFactory
-
- RSAKeyFactory().
Constructor for class au.net.aba.crypto.provider.RSAKeyFactory
-
- RSAKeyPairGenerator().
Constructor for class au.net.aba.crypto.provider.RSAKeyPairGenerator
- basic constructor.
- RSAKeyPairGenerator().
Constructor for class au.net.aba.crypto.provider.RSAKeyPairGenerator
- basic constructor.
- RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger).
Constructor for class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- basic constructor
- RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger).
Constructor for class au.net.aba.security.spec.RSAPrivateCrtKeySpec
- basic constructor
- RSAPrivateKeySpec(BigInteger, BigInteger).
Constructor for class au.net.aba.security.spec.RSAPrivateKeySpec
- Basic constructor.
- RSAPrivateKeySpec(BigInteger, BigInteger).
Constructor for class au.net.aba.security.spec.RSAPrivateKeySpec
- Basic constructor.
- RSAPrivKey().
Constructor for class au.net.aba.crypto.provider.RSAPrivKey
- Construct an empty RSAPrivKey.
- RSAPrivKey().
Constructor for class au.net.aba.crypto.provider.RSAPrivKey
- Construct an empty RSAPrivKey.
- RSAPrivKey(BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.RSAPrivKey
-
- RSAPrivKey(BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.RSAPrivKey
-
- RSAPrivKeyCrt().
Constructor for class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Construct an empty RSAPrivKey.
- RSAPrivKeyCrt().
Constructor for class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Construct an empty RSAPrivKey.
- RSAPrivKeyCrt(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Construct an RSAPrivKeyCrt the appropriate big numbers
- RSAPrivKeyCrt(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Construct an RSAPrivKeyCrt the appropriate big numbers
- RSAPrivKeyCrt(byte[]).
Constructor for class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- RSAPrivKeyCrt(byte[]).
Constructor for class au.net.aba.crypto.provider.RSAPrivKeyCrt
-
- RSAPubKey().
Constructor for class au.net.aba.crypto.provider.RSAPubKey
- Construct an empty RSAPubKey.
- RSAPubKey().
Constructor for class au.net.aba.crypto.provider.RSAPubKey
- Construct an empty RSAPubKey.
- RSAPubKey(BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.RSAPubKey
- Construct an RSAPubKey from two integral components.
- RSAPubKey(BigInteger, BigInteger).
Constructor for class au.net.aba.crypto.provider.RSAPubKey
- Construct an RSAPubKey from two integral components.
- RSAPubKey(byte[]).
Constructor for class au.net.aba.crypto.provider.RSAPubKey
- Construct an RSAPubKey from an X.509 encoded byte array
- RSAPubKey(byte[]).
Constructor for class au.net.aba.crypto.provider.RSAPubKey
- Construct an RSAPubKey from an X.509 encoded byte array
- RSAPublicKeySpec(BigInteger, BigInteger).
Constructor for class au.net.aba.security.spec.RSAPublicKeySpec
- Basic constructor.
- RSAPublicKeySpec(BigInteger, BigInteger).
Constructor for class au.net.aba.security.spec.RSAPublicKeySpec
- Basic constructor.
- scrunch(byte[], int, int[]).
Method in class au.net.aba.crypto.provider.DES
- pack 8 bytes from outof into 2 ints.
- scrunch(byte[], int, int[]).
Method in class au.net.aba.crypto.provider.DES
- pack 8 bytes from outof into 2 ints.
- SealedObject(Serializable, Cipher).
Constructor for class javax.crypto.SealedObject
- Constructs a SealedObject from any Serializable object.
- SealedObject(Serializable, Cipher).
Constructor for class javax.crypto.SealedObject
- Constructs a SealedObject from any Serializable object.
- SecretKeyFactory(SecretKeyFactorySpi, Provider, String).
Constructor for class javax.crypto.SecretKeyFactory
- Creates a SecretKeyFactory object.
- SecretKeyFactory(SecretKeyFactorySpi, Provider, String).
Constructor for class javax.crypto.SecretKeyFactory
- Creates a SecretKeyFactory object.
- SecretKeyFactorySpi().
Constructor for class javax.crypto.SecretKeyFactorySpi
-
- SecretKeyFactorySpi().
Constructor for class javax.crypto.SecretKeyFactorySpi
-
- SecretKeySpec(byte[], int, int, String).
Constructor for class javax.crypto.spec.SecretKeySpec
- Constructs a secret key from the given byte array, using the first len
bytes of key, starting at offset.
- SecretKeySpec(byte[], int, int, String).
Constructor for class javax.crypto.spec.SecretKeySpec
- Constructs a secret key from the given byte array, using the first len
bytes of key, starting at offset.
- SecretKeySpec(byte[], String).
Constructor for class javax.crypto.spec.SecretKeySpec
- Constructs a secret key from the given byte array.
- SecretKeySpec(byte[], String).
Constructor for class javax.crypto.spec.SecretKeySpec
- Constructs a secret key from the given byte array.
- SecuredObject().
Constructor for class au.net.aba.crypto.SecuredObject
- base constructor needed for serialisation to work.
- SecuredObject().
Constructor for class au.net.aba.crypto.SecuredObject
- base constructor needed for serialisation to work.
- SecuredObject(Object, Cipher).
Constructor for class au.net.aba.crypto.SecuredObject
- create a secret key secured object.
- SecuredObject(Object, Cipher).
Constructor for class au.net.aba.crypto.SecuredObject
- create a secret key secured object.
- setCertificateEntry(String, Certificate).
Method in class au.net.aba.security.KeyStore
- Assigns the given certificate to the given alias.
- setCertificateEntry(String, Certificate).
Method in class au.net.aba.security.KeyStore
- Assigns the given certificate to the given alias.
- setKey(Key).
Method in class au.net.aba.crypto.provider.BlockCipher
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.BlockCipher
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.Blowfish
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.Blowfish
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.DES
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.DES
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.DESede
- Set up the keys for the DES EDE cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.DESede
- Set up the keys for the DES EDE cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.IDEA
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.IDEA
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.RSA
-
- setKey(Key).
Method in class au.net.aba.crypto.provider.RSA
-
- setKey(Key).
Method in class au.net.aba.crypto.provider.Twofish
- Re-key the cipher.
- setKey(Key).
Method in class au.net.aba.crypto.provider.Twofish
- Re-key the cipher.
- setKeyEntry(String, byte[], Certificate[]).
Method in class au.net.aba.security.KeyStore
- Assigns the given key (that has already been protected) to the
given alias.
- setKeyEntry(String, byte[], Certificate[]).
Method in class au.net.aba.security.KeyStore
- Assigns the given key (that has already been protected) to the
given alias.
- setKeyEntry(String, Key, char[], Certificate[]).
Method in class au.net.aba.security.KeyStore
- Assigns the given key to the given alias, protecting it with the
given password.
- setKeyEntry(String, Key, char[], Certificate[]).
Method in class au.net.aba.security.KeyStore
- Assigns the given key to the given alias, protecting it with the
given password.
- setOddParity(byte[]).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- DES Keys use the LSB as the odd parity bit.
- setOddParity(byte[]).
Method in class au.net.aba.crypto.provider.DESKeyGenerator
- DES Keys use the LSB as the odd parity bit.
- SHA0().
Constructor for class au.net.aba.crypto.provider.SHA0
- basic constructor.
- SHA0().
Constructor for class au.net.aba.crypto.provider.SHA0
- basic constructor.
- SHA1().
Constructor for class au.net.aba.crypto.provider.SHA1
- basic constructor
- SHA1().
Constructor for class au.net.aba.crypto.provider.SHA1
- basic constructor
- ShortBufferException().
Constructor for class javax.crypto.ShortBufferException
- Constructs a ShortBufferException with no detail message.
- ShortBufferException().
Constructor for class javax.crypto.ShortBufferException
- Constructs a ShortBufferException with no detail message.
- ShortBufferException(String).
Constructor for class javax.crypto.ShortBufferException
- Constructs a ShortBufferException with the specified detail message.
- ShortBufferException(String).
Constructor for class javax.crypto.ShortBufferException
- Constructs a ShortBufferException with the specified detail message.
- SignedObject(Serializable, PrivateKey, Signature).
Constructor for class au.net.aba.security.SignedObject
- Constructs a SignedObject from any Serializable object.
- SignedObject(Serializable, PrivateKey, Signature).
Constructor for class au.net.aba.security.SignedObject
- Constructs a SignedObject from any Serializable object.
- size().
Method in class au.net.aba.security.KeyStore
- Retrieves the number of entries in this keystore.
- size().
Method in class au.net.aba.security.KeyStore
- Retrieves the number of entries in this keystore.
- skip(long).
Method in class javax.crypto.CipherInputStream
- Skips n bytes of input that can be read from this input stream
without blocking.
- skip(long).
Method in class javax.crypto.CipherInputStream
- Skips n bytes of input that can be read from this input stream
without blocking.
- store(OutputStream, char[]).
Method in class au.net.aba.security.KeyStore
- Stores this keystore to the given output stream, and protects its
integrity with the given password.
- store(OutputStream, char[]).
Method in class au.net.aba.security.KeyStore
- Stores this keystore to the given output stream, and protects its
integrity with the given password.
- streamMode.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- streamMode.
Variable in class au.net.aba.crypto.provider.BlockCipher
-
- TF_BLOCK_SIZE.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- TF_BLOCK_SIZE.
Static variable in class au.net.aba.crypto.provider.Twofish
-
- toString().
Method in class au.net.aba.security.AlgorithmParameters
- Returns a formatted string describing the parameters.
- toString().
Method in class au.net.aba.security.AlgorithmParameters
- Returns a formatted string describing the parameters.
- toString().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Generate a String representation of this key.
- toString().
Method in class au.net.aba.crypto.provider.RSAPrivKey
- Generate a String representation of this key.
- toString().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Generate a String representation of this key.
- toString().
Method in class au.net.aba.crypto.provider.RSAPrivKeyCrt
- Generate a String representation of this key.
- toString().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Generate a String representation of this key.
- toString().
Method in class au.net.aba.crypto.provider.RSAPubKey
- Generate a String representation of this key.
- translateKey(Key).
Method in class au.net.aba.security.KeyFactory
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this
key factory.
- translateKey(Key).
Method in class au.net.aba.security.KeyFactory
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this
key factory.
- translateKey(SecretKey).
Method in class javax.crypto.SecretKeyFactory
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this
key factory.
- translateKey(SecretKey).
Method in class javax.crypto.SecretKeyFactory
- Translates a key object, whose provider may be unknown or
potentially untrusted, into a corresponding key object of this
key factory.
- Twofish().
Constructor for class au.net.aba.crypto.provider.Twofish
-
- Twofish().
Constructor for class au.net.aba.crypto.provider.Twofish
-
- TwofishKey(byte[]).
Constructor for class au.net.aba.crypto.provider.TwofishKey
- The basic constructor
Key length is variable up to 256 bits.
- TwofishKey(byte[]).
Constructor for class au.net.aba.crypto.provider.TwofishKey
- The basic constructor
Key length is variable up to 256 bits.
- TwofishKeyFactory().
Constructor for class au.net.aba.crypto.provider.TwofishKeyFactory
-
- TwofishKeyFactory().
Constructor for class au.net.aba.crypto.provider.TwofishKeyFactory
-
- TwofishKeyGenerator().
Constructor for class au.net.aba.crypto.provider.TwofishKeyGenerator
-
- TwofishKeyGenerator().
Constructor for class au.net.aba.crypto.provider.TwofishKeyGenerator
-
- TwofishKeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.TwofishKeySpec
- Uses the first 32 bytes (if available) as the key, starting at 0
- TwofishKeySpec(byte[]).
Constructor for class au.net.aba.crypto.spec.TwofishKeySpec
- Uses the first 32 bytes (if available) as the key, starting at 0
- TwofishKeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.TwofishKeySpec
- Uses the first 32 bytes (if available) in key, beginning at offset,
as the Twofish key
- TwofishKeySpec(byte[], int).
Constructor for class au.net.aba.crypto.spec.TwofishKeySpec
- Uses the first 32 bytes (if available) in key, beginning at offset,
as the Twofish key
- UnrecoverableKeyException().
Constructor for class au.net.aba.security.UnrecoverableKeyException
- Constructs a UnrecoverableKeyException with no detail message.
- UnrecoverableKeyException().
Constructor for class au.net.aba.security.UnrecoverableKeyException
- Constructs a UnrecoverableKeyException with no detail message.
- UnrecoverableKeyException(String).
Constructor for class au.net.aba.security.UnrecoverableKeyException
- Constructs a UnrecoverableKeyException with the specified detail
message.
- UnrecoverableKeyException(String).
Constructor for class au.net.aba.security.UnrecoverableKeyException
- Constructs a UnrecoverableKeyException with the specified detail
message.
- unscrunch(int[], byte[], int).
Method in class au.net.aba.crypto.provider.DES
- extract 8 bytes from the 2 ints in outof.
- unscrunch(int[], byte[], int).
Method in class au.net.aba.crypto.provider.DES
- extract 8 bytes from the 2 ints in outof.
- UnsupportedOperationException().
Constructor for class au.net.aba.lang.UnsupportedOperationException
- Constructs an UnsupportedOperationException with no detail message.
- UnsupportedOperationException().
Constructor for class au.net.aba.lang.UnsupportedOperationException
- Constructs an UnsupportedOperationException with no detail message.
- UnsupportedOperationException(String).
Constructor for class au.net.aba.lang.UnsupportedOperationException
- Constructs an UnsupportedOperationException with the specified
detail message.
- UnsupportedOperationException(String).
Constructor for class au.net.aba.lang.UnsupportedOperationException
- Constructs an UnsupportedOperationException with the specified
detail message.
- update(byte).
Method in class javax.crypto.Mac
- Processes the given byte.
- update(byte).
Method in class javax.crypto.Mac
- Processes the given byte.
- update(byte[]).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- update(byte[]).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- update(byte[]).
Method in class javax.crypto.Mac
- Processes the given array of bytes.
- update(byte[]).
Method in class javax.crypto.Mac
- Processes the given array of bytes.
- update(byte[], int, int).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- update(byte[], int, int).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- update(byte[], int, int).
Method in class javax.crypto.Mac
- Processes the first len bytes in input, starting at offset.
- update(byte[], int, int).
Method in class javax.crypto.Mac
- Processes the first len bytes in input, starting at offset.
- update(byte[], int, int, byte[]).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- update(byte[], int, int, byte[]).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- update(byte[], int, int, byte[], int).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- update(byte[], int, int, byte[], int).
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialised), processing another
data part.
- UserKeyLen.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- UserKeyLen.
Static variable in class au.net.aba.crypto.provider.IDEA
-
- verify(PublicKey, Signature).
Method in class au.net.aba.security.SignedObject
- Verifies that the signature in this SignedObject
is the valid signature for the object stored inside,
with the given verification key, using the designated
verification engine.
- verify(PublicKey, Signature).
Method in class au.net.aba.security.SignedObject
- Verifies that the signature in this SignedObject
is the valid signature for the object stored inside,
with the given verification key, using the designated
verification engine.
- work.
Variable in class au.net.aba.crypto.provider.DES
-
- work.
Variable in class au.net.aba.crypto.provider.DES
-
- write(byte[]).
Method in class javax.crypto.CipherOutputStream
- Writes b.length bytes from the specified byte array to this output
stream.
- write(byte[]).
Method in class javax.crypto.CipherOutputStream
- Writes b.length bytes from the specified byte array to this output
stream.
- write(byte[], int, int).
Method in class javax.crypto.CipherOutputStream
- Writes len bytes from the specified byte array starting at offset
off to this output stream.
- write(byte[], int, int).
Method in class javax.crypto.CipherOutputStream
- Writes len bytes from the specified byte array starting at offset
off to this output stream.
- write(int).
Method in class javax.crypto.CipherOutputStream
- Writes the specified byte to this output stream.
- write(int).
Method in class javax.crypto.CipherOutputStream
- Writes the specified byte to this output stream.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.provider.DESKey
- serialisation support using Externalizable.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.provider.DESKey
- serialisation support using Externalizable.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.PublicKeySecuredObject
- serialisation support using Externalizable.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.PublicKeySecuredObject
- serialisation support using Externalizable.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.provider.RC4Key
- serialisation support using Externalizable.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.provider.RC4Key
- serialisation support using Externalizable.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.SecuredObject
- serialisation support using Externalizable.
- writeExternal(ObjectOutput).
Method in class au.net.aba.crypto.SecuredObject
- serialisation support using Externalizable.
- X509EncodedKeySpec(byte[]).
Constructor for class au.net.aba.security.spec.X509EncodedKeySpec
- Creates a new EncodedKeySpec with the given encoded key.
- X509EncodedKeySpec(byte[]).
Constructor for class au.net.aba.security.spec.X509EncodedKeySpec
- Creates a new EncodedKeySpec with the given encoded key.