Frames | No Frames |
Classes derived from gnu.javax.crypto.keyring.Entry | |
class | |
class | A binary data entry is a primitive entry that simply contains some amount of
arbitrary binary data and an optional content type.
|
class | An immutable class representing a trusted certificate entry.
|
class | A primitive entry that contains a path of X.509 certificates.
|
class | |
class | |
class | An envelope entry is a generic container for some number of primitive and
other envelope entries.
|
class | An envelope entry that can be "masked" -- placed in a state where the
envelope's contents cannot be accessed, due to the envelope not being fully
decoded, for example.
|
class | An entry authenticated with a password-based MAC.
|
class | An envelope that is encrypted with a password-derived key.
|
class | A primitive entry is an entry that contains a single cryptographic entity.
|
class | An immutable class representing a private or secret key entry.
|
class |
Methods with parameter type gnu.javax.crypto.keyring.Entry | |
void | |
void | Adds an entry to this envelope.
|
void | Adds a designated Entry to this keyring.
|
void | |
boolean | Tests if this envelope contains the given entry.
|
boolean | |
boolean | Removes the specified entry.
|
boolean |