|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidKeyException | |
cryptix.provider.cipher | |
cryptix.provider.elgamal | |
cryptix.provider.key | |
cryptix.provider.rsa | |
java.security |
Uses of InvalidKeyException in cryptix.provider.cipher |
Methods in cryptix.provider.cipher that throw InvalidKeyException | |
void |
SPEED.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
void |
SPEED.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
protected void |
Blowfish.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
Blowfish.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
protected void |
Rijndael.coreInit(Key key,
boolean decrypt)
|
void |
DES.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
void |
DES.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
protected void |
IDEA.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
IDEA.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
protected void |
Square.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
Square.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
void |
RC4.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
void |
RC4.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
Uses of InvalidKeyException in cryptix.provider.elgamal |
Methods in cryptix.provider.elgamal that throw InvalidKeyException | |
protected void |
Any_ElGamal_PKCS1Signature.engineInitSign(PrivateKey key)
SPI: Initializes the cipher for signing, using the given private key. |
protected void |
Any_ElGamal_PKCS1Signature.engineInitVerify(PublicKey key)
SPI: Initializes the cipher for verification, using the given public key. |
Uses of InvalidKeyException in cryptix.provider.key |
Methods in cryptix.provider.key that throw InvalidKeyException | |
SecretKey |
RawKeyGenerator.generateKey(byte[] data)
Generates a key from an encoded byte array. |
protected byte[] |
RawKeyGenerator.engineGenerateKey(byte[] seed)
This method allows subclasses to modify the bytes that will be used to generate a key. |
protected byte[] |
DESKeyGenerator.engineGenerateKey(byte[] seed)
|
Uses of InvalidKeyException in cryptix.provider.rsa |
Methods in cryptix.provider.rsa that throw InvalidKeyException | |
protected void |
Any_RSA_PKCS1Signature.engineInitSign(PrivateKey key)
SPI: Initializes this signature object for signing, using the given private key. |
protected void |
Any_RSA_PKCS1Signature.engineInitVerify(PublicKey key)
SPI: Initializes this signature object for verification, using the given public key. |
protected void |
RawRSACipher.engineInitEncrypt(Key key)
SPI: Initializes this cipher object for encryption, using the given public key. |
protected void |
RawRSACipher.engineInitDecrypt(Key key)
SPI: Initializes this cipher object for decryption, using the given private key. |
Uses of InvalidKeyException in java.security |
Methods in java.security that throw InvalidKeyException | |
SecretKey |
ExtendedKeyGenerator.generateKey(byte[] data)
Generates a key from an encoded byte array. |
protected abstract void |
SignatureSpi.engineInitSign(PrivateKey)
|
protected void |
SignatureSpi.engineInitSign(PrivateKey,
SecureRandom)
|
protected abstract void |
SignatureSpi.engineInitVerify(PublicKey)
|
void |
Signature.initSign(PrivateKey)
|
void |
Signature.initSign(PrivateKey,
SecureRandom)
|
void |
Signature.initVerify(PublicKey)
|
|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |