Methods in javax.crypto that throw InvalidKeyException |
SecretKey |
SecretKeyFactory.translateKey(SecretKey key)
|
protected abstract SecretKey |
SecretKeyFactorySpi.engineTranslateKey(SecretKey)
|
void |
Cipher.init(int Param0,
Key Param1)
|
void |
Cipher.init(int Param0,
Key Param1,
SecureRandom Param2)
|
void |
Cipher.init(int Param0,
Key Param1,
AlgorithmParameterSpec Param2)
|
void |
Cipher.init(int Param0,
Key Param1,
AlgorithmParameterSpec Param2,
SecureRandom Param3)
|
void |
Cipher.init(int Param0,
Key Param1,
AlgorithmParameters Param2)
|
void |
Cipher.init(int Param0,
Key Param1,
AlgorithmParameters Param2,
SecureRandom Param3)
|
void |
Cipher.init(int Param0,
Certificate Param1)
|
void |
Cipher.init(int Param0,
Certificate Param1,
SecureRandom Param2)
|
byte[] |
Cipher.wrap(Key Param0)
|
Key |
Cipher.unwrap(byte[] Param0,
String Param1,
int Param2)
|
protected abstract void |
CipherSpi.engineInit(int,
Key,
SecureRandom)
|
protected abstract void |
CipherSpi.engineInit(int,
Key,
AlgorithmParameterSpec,
SecureRandom)
|
protected abstract void |
CipherSpi.engineInit(int,
Key,
AlgorithmParameters,
SecureRandom)
|
protected byte[] |
CipherSpi.engineWrap(Key)
|
protected Key |
CipherSpi.engineUnwrap(byte[],
String,
int)
|
protected int |
CipherSpi.engineGetKeySize(Key)
|
void |
ExemptionMechanism.init(Key)
|
void |
ExemptionMechanism.init(Key,
AlgorithmParameterSpec)
|
void |
ExemptionMechanism.init(Key,
AlgorithmParameters)
|