Uses of Enum Class
org.jolokia.jvmagent.security.asn1.DERTaggedObject.TagClass
Packages that use DERTaggedObject.TagClass
Package
Description
Just enough implementation of ASN1 encoding to generate self-signed X.509 certificate.
-
Uses of DERTaggedObject.TagClass in org.jolokia.jvmagent.security.asn1
Methods in org.jolokia.jvmagent.security.asn1 that return DERTaggedObject.TagClassModifier and TypeMethodDescriptionstatic DERTaggedObject.TagClassReturns the enum constant of this class with the specified name.static DERTaggedObject.TagClass[]DERTaggedObject.TagClass.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jolokia.jvmagent.security.asn1 with parameters of type DERTaggedObject.TagClassModifierConstructorDescriptionDERTaggedObject(DERTaggedObject.TagClass tagClass, boolean primitive, int tagNumber, DERObject value) Tagged object is an encoded content of aDERObjectassociated with: Identifier octets - ASN.1 tag (class + number) of the type of the data value.