Uses of Class
com.hierynomus.asn1.types.ASN1Tag
Packages that use ASN1Tag
Package
Description
-
Uses of ASN1Tag in com.hierynomus.asn1
Methods in com.hierynomus.asn1 that return ASN1TagMethods in com.hierynomus.asn1 with parameters of type ASN1Tag -
Uses of ASN1Tag in com.hierynomus.asn1.encodingrules
Methods in com.hierynomus.asn1.encodingrules that return ASN1TagModifier and TypeMethodDescriptionASN1Tag<? extends ASN1Object> ASN1Decoder.readTag(InputStream is) -
Uses of ASN1Tag in com.hierynomus.asn1.encodingrules.ber
Methods in com.hierynomus.asn1.encodingrules.ber that return ASN1TagModifier and TypeMethodDescriptionASN1Tag<? extends ASN1Object> BERDecoder.readTag(InputStream is) -
Uses of ASN1Tag in com.hierynomus.asn1.types
Fields in com.hierynomus.asn1.types declared as ASN1TagModifier and TypeFieldDescriptionstatic final ASN1Tag<ASN1BitString> ASN1Tag.BIT_STRINGstatic final ASN1Tag<ASN1Boolean> ASN1Tag.BOOLEANstatic final ASN1Tag<ASN1Enumerated> ASN1Tag.ENUMERATEDstatic final ASN1Tag<ASN1Integer> ASN1Tag.INTEGERASN1Tag.NULLstatic final ASN1Tag<ASN1ObjectIdentifier> ASN1Tag.OBJECT_IDENTIFIERstatic final ASN1Tag<?> ASN1Tag.OCTET_STRINGstatic final ASN1Tag<ASN1Sequence> ASN1Tag.SEQUENCEASN1Tag.SETprotected ASN1TagASN1Object.tagFields in com.hierynomus.asn1.types with type parameters of type ASN1TagMethods in com.hierynomus.asn1.types that return ASN1TagModifier and TypeMethodDescriptionstatic ASN1TagASN1Tag.application(int tag) ASN1Tag.asEncoded(ASN1Encoding asn1Encoding) ASN1Tag.constructed()static ASN1TagASN1Tag.contextSpecific(int tag) static ASN1TagASN1Tag.forTag(ASN1TagClass asn1TagClass, int tag) ASN1Object.getTag()ASN1Tag.primitive()Constructors in com.hierynomus.asn1.types with parameters of type ASN1Tag -
Uses of ASN1Tag in com.hierynomus.asn1.types.constructed
Methods in com.hierynomus.asn1.types.constructed with parameters of type ASN1TagModifier and TypeMethodDescription<T extends ASN1Object>
TASN1Sequence.Parser.parse(ASN1Tag<ASN1Sequence> asn1Tag, byte[] value) ASN1TaggedObject.Parser.parse(ASN1Tag<ASN1TaggedObject> asn1Tag, byte[] value) Constructors in com.hierynomus.asn1.types.constructed with parameters of type ASN1TagModifierConstructorDescriptionprivateASN1TaggedObject(ASN1Tag tag, byte[] bytes, ASN1Decoder decoder) ASN1TaggedObject(ASN1Tag tag, ASN1Object object) ASN1TaggedObject(ASN1Tag tag, ASN1Object object, boolean explicit) -
Uses of ASN1Tag in com.hierynomus.asn1.types.primitive
Methods in com.hierynomus.asn1.types.primitive with parameters of type ASN1TagModifier and TypeMethodDescriptionASN1Boolean.Parser.parse(ASN1Tag<ASN1Boolean> asn1Tag, byte[] value) ASN1Enumerated.Parser.parse(ASN1Tag<ASN1Enumerated> asn1Tag, byte[] value) ASN1Integer.Parser.parse(ASN1Tag<ASN1Integer> asn1Tag, byte[] value) ASN1ObjectIdentifier.Parser.parse(ASN1Tag<ASN1ObjectIdentifier> asn1Tag, byte[] value) Constructors in com.hierynomus.asn1.types.primitive with parameters of type ASN1Tag -
Uses of ASN1Tag in com.hierynomus.asn1.types.string
Methods in com.hierynomus.asn1.types.string with parameters of type ASN1TagModifier and TypeMethodDescriptionASN1BitString.Parser.parse(ASN1Tag<ASN1BitString> asn1Tag, byte[] value) ASN1OctetString.Parser.parse(ASN1Tag<ASN1OctetString> asn1Tag, byte[] value) Constructors in com.hierynomus.asn1.types.string with parameters of type ASN1TagModifierConstructorDescriptionprivateASN1BitString(ASN1Tag<ASN1BitString> tag, byte[] bytes, int unusedBits) ASN1OctetString(ASN1Tag<?> tag, byte[] bytes) ASN1String(ASN1Tag<?> tag, byte[] bytes)