All Packages Class Hierarchy This Package Previous Next Index
netscape.security.x509.GeneralName
The ASN.1 syntax for this is:
GeneralName ::= CHOICE {
otherName [0] OtherName,
rfc822Name [1] IA5String,
dNSName [2] IA5String,
x400Address [3] ORAddress,
directoryName [4] Name,
ediPartyName [5] EDIPartyName,
uniformResourceIdentifier [6] IA5String,
iPAddress [7] OCTET STRING,
registeredID [8] OBJECT IDENTIFIER
}
public GeneralName(GeneralNameInterface name)
public GeneralName(DerValue encName) throws IOException
public int getType()
public String toString()
public void encode(DerOutputStream out) throws IOException
All Packages Class Hierarchy This Package Previous Next Index