For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.keyring.Properties

Packages that use Properties
gnu.crypto.keyring Provides a basic API for managing private and public authentication credentials stored in file objects.  
 

Uses of Properties in gnu.crypto.keyring
 

Fields in gnu.crypto.keyring declared as Properties
protected  Properties Entry.properties
          This entry's property set.
 

Methods in gnu.crypto.keyring that return Properties
 Properties Entry.getProperties()
          Returns this entry's properties object.
 

Constructors in gnu.crypto.keyring with parameters of type Properties
PublicKeyEntry(PublicKey key, Date creationDate, Properties properties)
           
PrivateKeyEntry(Key key, Date creationDate, Properties properties)
          Creates a new key entry.
PrimitiveEntry(int type, Date creationDate, Properties properties)
           
PasswordEncryptedEntry(String cipher, String mode, int keylen, Properties properties)
           
PasswordAuthenticatedEntry(String mac, int maclen, Properties properties)
           
MaskableEnvelopeEntry(int type, Properties properties)
           
EnvelopeEntry(int type, Properties properties)
           
Entry(int type, Properties properties)
          Creates a new Entry.
EncryptedEntry(String cipher, String mode, Properties properties)
           
CompressedEntry(Properties properties)
           
CertificateEntry(Certificate certificate, Date creationDate, Properties properties)
          Creates a new certificate entry.
CertPathEntry(Certificate[] path, Date creationDate, Properties properties)
           
BinaryDataEntry(String contentType, byte[] data, Date creationDate, Properties properties)
          Creates a new binary data entry.
AuthenticatedEntry(String mac, int macLen, Properties properties)
           
 


For the latest news and information visit
The GNU Crypto project

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