org.eclipse.higgins.keystore.common.X509
Class GeneralName

java.lang.Object
  extended byorg.eclipse.higgins.keystore.common.X509.GeneralName

public class GeneralName
extends Object

The ASN.1 definition is as follows:

  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 }
 

Author:
Artem Verkhovets

Constructor Summary
GeneralName(Asn1Node node)
           
 
Method Summary
 Object getValue()
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneralName

public GeneralName(Asn1Node node)
Method Detail

toString

public String toString()

getValue

public Object getValue()

setValue

public void setValue(Object value)