For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.ext
Class GeneralNames

java.lang.Object
  extended bygnu.crypto.pki.ext.GeneralNames

public class GeneralNames
extends Object


Field Summary
static int DIRECTORY_NAME
           
static int DNS_NAME
           
static int EDI_PARTY_NAME
           
static int IP_ADDRESS
           
static int OTHER_NAME
           
static int REGISTERED_ID
           
static int RFC822_NAME
           
static int URI
           
static int X400_ADDRESS
           
 
Constructor Summary
GeneralNames(byte[] encoded)
           
 
Method Summary
 List getNames()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OTHER_NAME

public static final int OTHER_NAME
See Also:
Constant Field Values

RFC822_NAME

public static final int RFC822_NAME
See Also:
Constant Field Values

DNS_NAME

public static final int DNS_NAME
See Also:
Constant Field Values

X400_ADDRESS

public static final int X400_ADDRESS
See Also:
Constant Field Values

DIRECTORY_NAME

public static final int DIRECTORY_NAME
See Also:
Constant Field Values

EDI_PARTY_NAME

public static final int EDI_PARTY_NAME
See Also:
Constant Field Values

URI

public static final int URI
See Also:
Constant Field Values

IP_ADDRESS

public static final int IP_ADDRESS
See Also:
Constant Field Values

REGISTERED_ID

public static final int REGISTERED_ID
See Also:
Constant Field Values
Constructor Detail

GeneralNames

public GeneralNames(byte[] encoded)
             throws IOException
Method Detail

getNames

public List getNames()

toString

public String toString()

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.