Uses of Class
iaik.pkcs.pkcs12.SafeBag

Packages that use SafeBag
iaik.pkcs.pkcs12   
 

Uses of SafeBag in iaik.pkcs.pkcs12
 

Subclasses of SafeBag in iaik.pkcs.pkcs12
 class CertificateBag
          This class contains a certificate and any associated attributes.
 class KeyBag
          This class contains a private key and any associated attributes.
 class PKCS8ShroudedKeyBag
          This class contains an encrypted private key and any associated attributes.
 

Methods in iaik.pkcs.pkcs12 that return SafeBag
 SafeBag[] AuthenticatedSafe.getSafeBags()
          Returns the SafeBags this AuthenticatedSafe contains.
static SafeBag SafeBag.create(ObjectID oid)
          Creates a new SafeBag from a given ObjectID.
protected static SafeBag[] SafeBag.parseSafeContents(DerInputStream safeContents)
          Parses the SafeContents data structure and returns the included SafeBags.
 

Methods in iaik.pkcs.pkcs12 with parameters of type SafeBag
protected static byte[] SafeBag.encodeSafeContents(SafeBag[] safeBags)
          Creates the SafeContants byte array as needed by AuthenticatedSafe from an array of SafeBags.
 

Constructors in iaik.pkcs.pkcs12 with parameters of type SafeBag
AuthenticatedSafe.AuthenticatedSafe(int mode, SafeBag[] safeBags)
          Creates a new AuthenticatedSafe containing the given SafeBags with the desired mode.