|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloneNotSupportedException | |
cryptix.provider.cipher | |
cryptix.provider.mac | |
java.lang | |
java.security |
Uses of CloneNotSupportedException in cryptix.provider.cipher |
Methods in cryptix.provider.cipher that throw CloneNotSupportedException | |
Object |
LOKI91.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
SPEED.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
Blowfish.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
SAFER.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
DES.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
IDEA.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
CAST5.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
Square.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
RC2.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Object |
RC4.clone()
Always throws a CloneNotSupportedException (cloning of ciphers is not supported for security reasons). |
Uses of CloneNotSupportedException in cryptix.provider.mac |
Methods in cryptix.provider.mac that throw CloneNotSupportedException | |
Object |
HMAC.clone()
Returns a copy of this HMAC object. |
Uses of CloneNotSupportedException in java.lang |
Methods in java.lang that throw CloneNotSupportedException | |
protected Object |
Object.clone()
|
Uses of CloneNotSupportedException in java.security |
Methods in java.security that throw CloneNotSupportedException | |
Object |
Cipher.clone()
Returns a clone of this cipher. |
Object |
PaddingScheme.clone()
Returns a clone of this cipher. |
Object |
KeyGenerator.clone()
Returns a clone of this key generator. |
Object |
SignatureSpi.clone()
|
Object |
Signature.clone()
|
Object |
MessageDigestSpi.clone()
|
Object |
MessageDigest.clone()
|
|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |