|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyException | |
cryptix.provider.cipher | |
cryptix.provider.elgamal | |
cryptix.provider.mode | |
java.security |
Uses of KeyException in cryptix.provider.cipher |
Methods in cryptix.provider.cipher that throw KeyException | |
protected void |
LOKI91.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
LOKI91.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
void |
SAFER.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
void |
SAFER.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
protected void |
Rijndael.engineInitEncrypt(Key key)
|
protected void |
Rijndael.engineInitDecrypt(Key key)
|
void |
DES_EDE3.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
DES_EDE3.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
void |
DES2X.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
DES2X.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
protected void |
CAST5.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
CAST5.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
void |
DESX.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected void |
DESX.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
void |
RC2.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
void |
RC2.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
Uses of KeyException in cryptix.provider.elgamal |
Methods in cryptix.provider.elgamal that throw KeyException | |
protected void |
RawElGamalCipher.engineInitEncrypt(Key key)
SPI: Initializes the cipher for encryption, using the given public key. |
protected void |
RawElGamalCipher.engineInitDecrypt(Key key)
SPI: Initializes the cipher for decryption, using the given private key. |
static void |
RawElGamalCipher.self_test(java.io.PrintWriter out)
|
Uses of KeyException in cryptix.provider.mode |
Methods in cryptix.provider.mode that throw KeyException | |
protected void |
OFB.engineInitEncrypt(Key newkey)
|
protected void |
OFB.engineInitDecrypt(Key newkey)
|
protected void |
CFB.engineInitEncrypt(Key newkey)
|
protected void |
CFB.engineInitDecrypt(Key newkey)
|
protected void |
CBC.engineInitEncrypt(Key newkey)
|
protected void |
CBC.engineInitDecrypt(Key newkey)
|
protected void |
PCBC.engineInitEncrypt(Key newkey)
|
protected void |
PCBC.engineInitDecrypt(Key newkey)
|
Uses of KeyException in java.security |
Subclasses of KeyException in java.security | |
interface |
InvalidKeyException
|
interface |
WeakKeyException
WeakKeyException is thrown when a weak key would have been generated (e.g. |
Methods in java.security that throw KeyException | |
void |
Cipher.initEncrypt(Key key)
Initializes this cipher for encryption, using the specified key. |
void |
Cipher.initDecrypt(Key key)
Initializes this cipher for decryption, using the specified key. |
protected abstract void |
Cipher.engineInitEncrypt(Key key)
SPI: Initializes this cipher for encryption, using the specified key. |
protected abstract void |
Cipher.engineInitDecrypt(Key key)
SPI: Initializes this cipher for decryption, using the specified key. |
|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |