| Package | Description |
|---|---|
| iaik.asn1.structures | |
| iaik.ixsil.util | |
| iaik.utils |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AVA.getRFC2253String()
Returns a string representation of this AVA according to RFC 2253.
|
java.lang.String |
Name.getRFC2253String()
Returns a string representation of this Name according to RFC 2253.
|
java.lang.String |
RDN.getRFC2253String()
Returns a string representation of this RDN according to RFC 2253.
|
| Modifier and Type | Method and Description |
|---|---|
static Name |
Utils.xMLSignatureDNameString2Name(java.lang.String dNameString)
Parses a DName string which is encoded according to the rules specfied in section 4.4.4 of XML-Signature Syntax and Processing.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
RFC2253NameParser.parse()
Parses the name string, which has been set in the constructor.
|
protected java.lang.String |
RFC2253NameParser.parseAttrType()
Parses the type of an Attribute-Value-Assertion, starting from the position indicated by the current
value of the member variable
position_. |
protected RFC2253NameParser.AVA |
RFC2253NameParser.parseAttrValue()
Parses the value of an Attribute-Value-Assertion, starting from the position indicated by the current
value of the member variable
position_. |
protected RFC2253NameParser.AVA |
RFC2253NameParser.parseAVA()
Parses an Attribute-Value-Assertion, starting from the position indicated by the current value of the
member variable
position_. |
protected char |
RFC2253NameParser.parseHexPair()
Parses a pair of two characters representing the hex value of a character, starting from the position
indicated by the current value of the member variable
position_. |
protected char |
RFC2253NameParser.parseHexPairEscapeSequence() |
protected RFC2253NameParser.ParsedRDN |
RFC2253NameParser.parseRDN()
Parses a Relative distinguished Name, starting from the position indicated by the current value of the
member variable
position_. |