Uses of Class
org.apache.geronimo.crypto.asn1.DERBoolean

Packages that use DERBoolean
org.apache.geronimo.crypto.asn1   
org.apache.geronimo.crypto.asn1.x509   
 

Uses of DERBoolean in org.apache.geronimo.crypto.asn1
 

Fields in org.apache.geronimo.crypto.asn1 declared as DERBoolean
static DERBoolean DERBoolean.FALSE
           
static DERBoolean DERBoolean.TRUE
           
 

Methods in org.apache.geronimo.crypto.asn1 that return DERBoolean
static DERBoolean DERBoolean.getInstance(ASN1TaggedObject obj, boolean explicit)
          return a Boolean from a tagged object.
static DERBoolean DERBoolean.getInstance(boolean value)
          return a DERBoolean from the passed in boolean.
static DERBoolean DERBoolean.getInstance(Object obj)
          return a boolean from the passed in object.
 

Uses of DERBoolean in org.apache.geronimo.crypto.asn1.x509
 

Constructors in org.apache.geronimo.crypto.asn1.x509 with parameters of type DERBoolean
X509Extension(DERBoolean critical, ASN1OctetString value)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.