public class PrincipalNameDecoder extends Object
Constructor and Description |
---|
PrincipalNameDecoder() |
Modifier and Type | Method and Description |
---|---|
static PrincipalName |
decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Decodes a
DERSequence into a PrincipalName . |
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
.Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.