Uses of Class gnu.crypto.keyring.Properties

Uses in package gnu.crypto.keyring

Methods with return type gnu.crypto.keyring.Properties

Properties
Returns this entry's properties object.

Constructors with parameter type gnu.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.
EncryptedEntry.EncryptedEntry(String cipher, String mode, Properties properties)
Entry.Entry(int type, Properties properties)
Creates a new Entry.
EnvelopeEntry.EnvelopeEntry(int type, Properties properties)
Creates a new Entry.
Creates a new Entry.
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.crypto.keyring.Properties

Properties
This entry's property set.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.