|
Class Summary |
| AccessDescription |
The AccessDescription object. |
| AlgorithmIdentifier |
|
| Attribute |
Attribute ASN.1 Object. |
| AttributeTypeAndValue |
AttributeTypeAndValue ASN.1 object. |
| DistributionPoint |
The DistributionPoint object. |
| DistributionPointName |
The DistributionPointName object. |
| GeneralName |
The GeneralName object. |
| GeneralNames |
GeneralNames ASN.1 object. |
| GeneralSubtrees |
Implements the GeneralSubtrees ASN.1 definition from RFC 3280. |
| PolicyInformation |
Implements the PolicyInformation ASN.1 definition from RFC 3280. |
| RDNSequence |
ASN.1 object RDNSequence. |
| ReasonFlags |
The ReasonFlags object. |
| RelativeDistinguishedName |
RelativeDistinguishedName ASN.1 object. |
| SubjectPublicKeyInfo |
The object that contains the public key stored in a certficate. |
| testPrivKey |
|
| X509DefaultEntryConverter |
The default converter for X509 DN entries when going from their
string value to ASN.1 strings. |
| X509Name |
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY }
|
| X509NameEntryConverter |
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. |
| X509NameTokenizer |
class for breaking up an X500 Name into it's component tokens, ala
java.util.StringTokenizer. |