Uses of Class
org.gudy.bouncycastle.asn1.DEREnumerated
-
Packages that use DEREnumerated Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of DEREnumerated in org.gudy.bouncycastle.asn1
Methods in org.gudy.bouncycastle.asn1 that return DEREnumerated Modifier and Type Method Description static DEREnumerated
DEREnumerated. getInstance(java.lang.Object obj)
return an integer from the passed in objectstatic DEREnumerated
DEREnumerated. getInstance(ASN1TaggedObject obj, boolean explicit)
return an Enumerated from a tagged object. -
Uses of DEREnumerated in org.gudy.bouncycastle.asn1.x509
Subclasses of DEREnumerated in org.gudy.bouncycastle.asn1.x509 Modifier and Type Class Description class
CRLReason
The CRLReason enumeration.Fields in org.gudy.bouncycastle.asn1.x509 declared as DEREnumerated Modifier and Type Field Description (package private) DEREnumerated
ObjectDigestInfo. digestedObjectType
Methods in org.gudy.bouncycastle.asn1.x509 that return DEREnumerated Modifier and Type Method Description DEREnumerated
ObjectDigestInfo. getDigestedObjectType()
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DEREnumerated Constructor Description CRLReason(DEREnumerated reason)
-