com.mindbright.security.x509
Class Name
java.lang.Object
com.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1Structure
com.mindbright.asn1.ASN1Sequence
com.mindbright.asn1.ASN1SequenceOf
com.mindbright.security.x509.Name
public final class Name
- extends ASN1SequenceOf
NOTE: Shortened here, but RDNSequence feels superfluos until more choices
are available...
should be: Name ::= CHOICE { -- only one possibility for
now -- rdnSequence RDNSequence }
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
DistinguishedName ::= RDNSequence
Constructor Summary |
Name()
|
Methods inherited from class com.mindbright.asn1.ASN1Structure |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Name
public Name()
getRDN
public RelativeDistinguishedName getRDN(int i)
setRFC2253Value
public void setRFC2253Value(java.lang.String rfc2253DN)
getRFC2253Value
public java.lang.String getRFC2253Value()
toString
public java.lang.String toString()
- Overrides:
toString
in class ASN1Object