Uses of Class
org.apache.geronimo.util.asn1.DEREnumerated

Packages that use DEREnumerated
org.apache.geronimo.util.asn1   
org.apache.geronimo.util.asn1.x509   
 

Uses of DEREnumerated in org.apache.geronimo.util.asn1
 

Methods in org.apache.geronimo.util.asn1 that return DEREnumerated
static DEREnumerated DEREnumerated.getInstance(ASN1TaggedObject obj, boolean explicit)
          return an Enumerated from a tagged object.
static DEREnumerated DEREnumerated.getInstance(Object obj)
          return an integer from the passed in object
 

Uses of DEREnumerated in org.apache.geronimo.util.asn1.x509
 

Subclasses of DEREnumerated in org.apache.geronimo.util.asn1.x509
 class CRLReason
          The CRLReason enumeration.
 

Methods in org.apache.geronimo.util.asn1.x509 that return DEREnumerated
 DEREnumerated ObjectDigestInfo.getDigestedObjectType()
           
 

Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type DEREnumerated
CRLReason(DEREnumerated reason)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.