Uses of Class
org.gudy.bouncycastle.asn1.DEREnumerated
Packages that use DEREnumerated
Package
Description
A library for parsing and writing ASN.1 objects.
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 DEREnumeratedModifier and TypeMethodDescriptionstatic DEREnumerated
DEREnumerated.getInstance
(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.x509Fields in org.gudy.bouncycastle.asn1.x509 declared as DEREnumeratedModifier and TypeFieldDescription(package private) DEREnumerated
ObjectDigestInfo.digestedObjectType
Methods in org.gudy.bouncycastle.asn1.x509 that return DEREnumeratedConstructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DEREnumerated