Uses of Class gnu.javax.crypto.keyring.Properties

Uses in package gnu.javax.crypto.keyring

Constructors with parameter type gnu.javax.crypto.keyring.Properties

AuthenticatedEntry.AuthenticatedEntry(String mac, int macLen, Properties properties)
BinaryDataEntry.BinaryDataEntry(String contentType, byte[] data, Date creationDate, Properties properties)
Creates a new binary data entry.
CertPathEntry.CertPathEntry(Certificate[] path, Date creationDate, Properties properties)
CertificateEntry.CertificateEntry(Certificate certificate, Date creationDate, Properties properties)
Creates a new certificate entry.
Entry.Entry(int type, Properties properties)
Creates a new Entry.
EnvelopeEntry.EnvelopeEntry(int type, Properties properties)
PasswordEncryptedEntry.PasswordEncryptedEntry(String cipher, String mode, int keylen, Properties properties)
PrimitiveEntry.PrimitiveEntry(int type, Date creationDate, Properties properties)
PrivateKeyEntry.PrivateKeyEntry(Key key, Date creationDate, Properties properties)
Creates a new key entry.
PublicKeyEntry.PublicKeyEntry(PublicKey key, Date creationDate, Properties properties)

Fields of type gnu.javax.crypto.keyring.Properties

Properties
This entry's property set.

Methods with return type gnu.javax.crypto.keyring.Properties

Properties
Returns this entry's properties object.