For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.keyring.EnvelopeEntry

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

Uses of EnvelopeEntry in gnu.crypto.keyring
 

Subclasses of EnvelopeEntry in gnu.crypto.keyring
 class AuthenticatedEntry
           
 class CompressedEntry
           
 class EncryptedEntry
           
 class MaskableEnvelopeEntry
          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 PasswordAuthenticatedEntry
          An entry authenticated with a password-based MAC.
 class PasswordEncryptedEntry
          An envelope that is encrypted with a password-derived key.
 

Fields in gnu.crypto.keyring declared as EnvelopeEntry
protected  EnvelopeEntry EnvelopeEntry.containingEnvelope
          The envelope that contains this one (if any).
 

Methods in gnu.crypto.keyring with parameters of type EnvelopeEntry
protected  void EnvelopeEntry.setContainingEnvelope(EnvelopeEntry e)
           
 


For the latest news and information visit
The GNU Crypto project

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