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
BinaryDataEntry(java.lang.String contentType, byte[] data, java.util.Date creationDate, Properties properties)
          Creates a new binary data entry.
EncryptedEntry(java.lang.String cipher, java.lang.String mode, Properties properties)
           
AuthenticatedEntry(java.lang.String mac, int macLen, Properties properties)
           
PublicKeyEntry(java.security.PublicKey key, java.util.Date creationDate, Properties properties)
           
PrivateKeyEntry(java.security.Key key, java.util.Date creationDate, Properties properties)
          Creates a new key entry.
PasswordEncryptedEntry(java.lang.String cipher, java.lang.String mode, int keylen, Properties properties)
           
CertificateEntry(java.security.cert.Certificate certificate, java.util.Date creationDate, Properties properties)
          Creates a new certificate entry.
PrimitiveEntry(int type, java.util.Date creationDate, Properties properties)
           
CertPathEntry(java.security.cert.Certificate[] path, java.util.Date creationDate, Properties properties)
           
CompressedEntry(Properties properties)
           
EnvelopeEntry(int type, Properties properties)
           
MaskableEnvelopeEntry(int type, Properties properties)
           
PasswordAuthenticatedEntry(java.lang.String mac, int maclen, Properties properties)
           
Entry(int type, Properties properties)
          Creates a new Entry.
 


For the latest news and information visit
The GNU Crypto project

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