Uses of Interface
org.jolokia.jvmagent.security.asn1.DERObject
Packages that use DERObject
Package
Description
Just enough implementation of ASN1 encoding to generate self-signed X.509 certificate.
-
Uses of DERObject in org.jolokia.jvmagent.security.asn1
Classes in org.jolokia.jvmagent.security.asn1 that implement DERObjectModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassAn implementation of tagged object according to X.690, 8.1.2 Identifier octetsclassMethods in org.jolokia.jvmagent.security.asn1 that return DERObjectModifier and TypeMethodDescriptionDERSequence.getValues()static DERObjectDERBitString.parse(byte[] encoded, int length, int offset) static DERObjectDERObjectIdentifier.parse(byte[] encoded, int length, int offset) static DERObjectDERSequence.parse(byte[] encoded, int length, int offset) static DERObjectDERUtils.parse(byte[] encoded) static DERObjectDERUtils.parse(byte[] encoded, int offset) Constructors in org.jolokia.jvmagent.security.asn1 with parameters of type DERObjectModifierConstructorDescriptionDERSequence(DERObject[] values) DERTaggedObject(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.