Uses of Class
iaik.pkcs.pkcs12.KeyBag

Packages that use KeyBag
iaik.pkcs.pkcs12   
 

Uses of KeyBag in iaik.pkcs.pkcs12
 

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

Methods in iaik.pkcs.pkcs12 that return KeyBag
 KeyBag PKCS12.getKeyBag()
          Tries to find a KeyBag within all AuthenticatedSafes and returns it.
 

Constructors in iaik.pkcs.pkcs12 with parameters of type KeyBag
PKCS12.PKCS12(KeyBag keyBag, CertificateBag[] certificateBags)
          Creates a new PKCS#12 object from a KeyBag and an array of CertificateBags.
PKCS12.PKCS12(KeyBag keyBag, CertificateBag[] certificateBags, boolean moreSecure)
          Creates a new PKCS#12 object from a KeyBag and an array of CertificateBags.
PKCS8ShroudedKeyBag.PKCS8ShroudedKeyBag(KeyBag keyBag)
          Creates a new PKCS8ShroudedKeyBag from a KeyBag.