public class PrincipalName extends Object
| Constructor and Description |
|---|
PrincipalName()
Default constructor
|
PrincipalName(int typ,
StringList names)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringList |
getNames()
Return the name list
|
int |
getType()
Return the name type
|
void |
parsePrincipalName(DERSequence derSeq)
Parse an ASN.1 principal name
|
String |
toString()
Return the principal name as a string
|
public PrincipalName()
public PrincipalName(int typ,
StringList names)
typ - intnames - StringListpublic final int getType()
public final StringList getNames()
public final void parsePrincipalName(DERSequence derSeq)
derSeq - DERSequenceCopyright © 2005–2014 Alfresco Software. All rights reserved.