Uses of Class
com.hierynomus.asn1.types.primitive.ASN1ObjectIdentifier
-
Packages that use ASN1ObjectIdentifier Package Description com.hierynomus.asn1.types com.hierynomus.asn1.types.primitive -
-
Uses of ASN1ObjectIdentifier in com.hierynomus.asn1.types
Fields in com.hierynomus.asn1.types with type parameters of type ASN1ObjectIdentifier Modifier and Type Field Description static ASN1Tag<ASN1ObjectIdentifier>
ASN1Tag. OBJECT_IDENTIFIER
-
Uses of ASN1ObjectIdentifier in com.hierynomus.asn1.types.primitive
Methods in com.hierynomus.asn1.types.primitive that return ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
ASN1ObjectIdentifier.Parser. parse(ASN1Tag<ASN1ObjectIdentifier> asn1Tag, byte[] value)
Methods in com.hierynomus.asn1.types.primitive with parameters of type ASN1ObjectIdentifier Modifier and Type Method Description private 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 ASN1ObjectIdentifier Modifier and Type Method Description ASN1ObjectIdentifier
ASN1ObjectIdentifier.Parser. parse(ASN1Tag<ASN1ObjectIdentifier> asn1Tag, byte[] value)
-