GNU Classpath (0.20) | |
Frames | No Frames |
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.
The installed providers are tried in order for an
implementation, and the first appropriate instance is returned. |
Cipher | Creates a new cipher instance for the given transformation and
the named provider.
|
Cipher | Creates a new cipher instance for the given transform and the given
provider.
|
GNU Classpath (0.20) |