Bouncy Castle Cryptography 1.51

Package org.bouncycastle.asn1.x500

Support classes for the creation and processing of object based on X.500 names.

See:
          Description

Interface Summary
X500NameStyle It turns out that the number of standard ways the fields in a DN should be encoded into their ASN.1 counterparts is rapidly approaching the number of machines on the internet.
 

Class Summary
AttributeTypeAndValue  
DirectoryString  
RDN  
X500Name Name ::= CHOICE { RDNSequence } RDNSequence ::= SEQUENCE OF RelativeDistinguishedName RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY }
X500NameBuilder  
 

Package org.bouncycastle.asn1.x500 Description

Support classes for the creation and processing of object based on X.500 names.


Bouncy Castle Cryptography 1.51