com.mindbright.security.x509
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
components, count, ofType
isSet, tag
Constructor and Description |
---|
Name() |
Modifier and Type | Method and Description |
---|---|
RelativeDistinguishedName |
getRDN(int i) |
java.lang.String |
getRFC2253Value() |
void |
setRFC2253Value(java.lang.String rfc2253DN) |
java.lang.String |
toString() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
decodeValue, getTag, getType, isSet, setValue
public RelativeDistinguishedName getRDN(int i)
public void setRFC2253Value(java.lang.String rfc2253DN)
public java.lang.String getRFC2253Value()
public java.lang.String toString()
toString
in class ASN1Object