For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.ext
Class CertificatePolicies

java.lang.Object
  extended bygnu.crypto.pki.ext.Extension.Value
      extended bygnu.crypto.pki.ext.CertificatePolicies

public class CertificatePolicies
extends Extension.Value


Field Summary
static OID ID
           
 
Fields inherited from class gnu.crypto.pki.ext.Extension.Value
encoded
 
Constructor Summary
CertificatePolicies(byte[] encoded)
           
CertificatePolicies(List policies, Map policyQualifierInfos)
           
 
Method Summary
 byte[] getEncoded()
           
 List getPolicies()
           
 List getPolicyQualifierInfos(OID oid)
           
 String toString()
           
 
Methods inherited from class gnu.crypto.pki.ext.Extension.Value
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final OID ID
Constructor Detail

CertificatePolicies

public CertificatePolicies(byte[] encoded)
                    throws IOException

CertificatePolicies

public CertificatePolicies(List policies,
                           Map policyQualifierInfos)
Method Detail

getPolicies

public List getPolicies()

getPolicyQualifierInfos

public List getPolicyQualifierInfos(OID oid)

getEncoded

public byte[] getEncoded()
Overrides:
getEncoded in class Extension.Value

toString

public String toString()
Overrides:
toString in class Extension.Value

For the latest news and information visit
The GNU Crypto project

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