|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.io.decoder.PrincipalNameDecoder
public class PrincipalNameDecoder
| Constructor Summary | |
|---|---|
PrincipalNameDecoder()
|
|
| Method Summary | |
|---|---|
static PrincipalName |
decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Decodes a DERSequence into a PrincipalName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrincipalNameDecoder()
| Method Detail |
|---|
public static PrincipalName decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
DERSequence into a PrincipalName.
PrincipalName ::= SEQUENCE {
name-type[0] INTEGER,
name-string[1] SEQUENCE OF GeneralString
}
sequence -
PrincipalName.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||