public class PrincipalName
extends java.lang.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
|
java.lang.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 - DERSequencepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.