class
NullCipher
static Cipher
getInstance(String transformation)
Cipher
getInstance(String transformation, String provider)
getInstance(String transformation, Provider provider)
PKCS8EncodedKeySpec
getKeySpec(Cipher cipher)
Object
getObject(Cipher c)
CipherInputStream(InputStream is, Cipher c)
CipherOutputStream(OutputStream os, Cipher c)
SealedObject(Serializable object, Cipher c)