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
Subclasses with type arguments of type ASN1ObjectIdentifier in com.hierynomus.asn1.types.primitiveModifier and TypeClassDescriptionstatic classstatic classMethods 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 voidASN1ObjectIdentifier.Serializer.calculateBytes(ASN1ObjectIdentifier asn1Object) voidASN1ObjectIdentifier.Serializer.serialize(ASN1ObjectIdentifier asn1Object, ASN1OutputStream stream) intASN1ObjectIdentifier.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)