You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




Package org.mozilla.jss.pkcs12

Creating and interpreting PKCS #12 blobs.

See:
          Description

Class Summary
AuthenticatedSafes An AuthenticatedSafes, which is a SEQUENCE of SafeContents.
AuthenticatedSafes.Template A Template class for decoding an AuthenticatedSafes from its BER encoding.
CertBag A PKCS #12 cert bag.
CertBag.Template A Template class for decoding CertBags from their BER encoding.
MacData  
MacData.Template A Template for decoding a MacData from its BER encoding.
PasswordConverter Converts password chars to bytes.
PFX The top level ASN.1 structure for a PKCS #12 blob.
PFX.Template A Template for decoding a BER-encoded PFX.
SafeBag A PKCS #12 SafeBag structure.
SafeBag.Template A template for decoding SafeBags.
SecretBag  
SecretBag.Template A Template class for decoding SecretBags from BER.
 

Package org.mozilla.jss.pkcs12 Description

Creating and interpreting PKCS #12 blobs. The PFX class is the top-level structure of a PKCS #12 blob.