Frames | No Frames |
Constructors with parameter type javax.crypto.Cipher | |
InputSecurityParameters.InputSecurityParameters(Cipher cipher, Mac mac, Inflater inflater, SessionImpl session, CipherSuite suite) | |
OutputSecurityParameters.OutputSecurityParameters(Cipher cipher, Mac mac, Deflater deflater, SessionImpl session, CipherSuite suite) |
Methods with return type javax.crypto.Cipher | |
Cipher |
Classes derived from javax.crypto.Cipher | |
class | Trivial subclass of Cipher that implements the identity
transformation, where the input is always copied to the output
unchanged. |
Constructors with parameter type javax.crypto.Cipher | |
Creates a new input stream with a source input stream and cipher.
| |
Create a new cipher output stream. | |
Create a new sealed object from a Serializable
object and a cipher.
|
Methods with parameter type javax.crypto.Cipher | |
PKCS8EncodedKeySpec | |
Object | Unseal and deserialize this sealed object with a specified (already
initialized) cipher.
|
Methods with return type javax.crypto.Cipher | |
Cipher | Creates a new cipher instance for the given transformation.
|
Cipher | Creates a new cipher instance for the given transformation and the named
provider.
|
Cipher | Creates a new cipher instance for a given transformation from a given
provider.
|