Uses of Class
com.hierynomus.asn1.types.primitive.ASN1ObjectIdentifier
Packages that use ASN1ObjectIdentifier
-
Uses of ASN1ObjectIdentifier in com.hierynomus.asn1.types
Fields in com.hierynomus.asn1.types with type parameters of type ASN1ObjectIdentifierModifier and TypeFieldDescriptionstatic final ASN1Tag
<ASN1ObjectIdentifier> ASN1Tag.OBJECT_IDENTIFIER
-
Uses of ASN1ObjectIdentifier in com.hierynomus.asn1.types.primitive
Methods in com.hierynomus.asn1.types.primitive that return ASN1ObjectIdentifierModifier and TypeMethodDescriptionASN1ObjectIdentifier.Parser.parse
(ASN1Tag<ASN1ObjectIdentifier> asn1Tag, byte[] value) Methods in com.hierynomus.asn1.types.primitive with parameters of type ASN1ObjectIdentifierModifier and TypeMethodDescriptionprivate void
ASN1ObjectIdentifier.Serializer.calculateBytes
(ASN1ObjectIdentifier asn1Object) void
ASN1ObjectIdentifier.Serializer.serialize
(ASN1ObjectIdentifier asn1Object, ASN1OutputStream stream) int
ASN1ObjectIdentifier.Serializer.serializedLength
(ASN1ObjectIdentifier asn1Object) Method parameters in com.hierynomus.asn1.types.primitive with type arguments of type ASN1ObjectIdentifierModifier and TypeMethodDescriptionASN1ObjectIdentifier.Parser.parse
(ASN1Tag<ASN1ObjectIdentifier> asn1Tag, byte[] value)