org.pfsw.security.x509
Class GeneralName
java.lang.Object
org.pfsw.security.x509.GeneralName
- All Implemented Interfaces:
- org.pfsw.bif.text.IName, org.pfsw.bif.text.IStringRepresentation
public class GeneralName
- extends java.lang.Object
- implements org.pfsw.bif.text.IName
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GeneralName
protected GeneralName(X509NameType nameType,
java.lang.String value)
create
public static GeneralName create(X509NameType nameType,
java.lang.String value)
create
public static GeneralName create(int asn1Tag,
java.lang.String value)
asString
public java.lang.String asString()
- Specified by:
asString
in interface org.pfsw.bif.text.IStringRepresentation
getNameType
public X509NameType getNameType()
getValue
public java.lang.String getValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object