Uses of Class
com.hierynomus.asn1.types.ASN1Object
Packages that use ASN1Object
Package
Description
-
Uses of ASN1Object in com.hierynomus.asn1
Classes in com.hierynomus.asn1 with type parameters of type ASN1ObjectModifier and TypeClassDescriptionclass
ASN1Parser<T extends ASN1Object>
class
ASN1Serializer<T extends ASN1Object>
Methods in com.hierynomus.asn1 with type parameters of type ASN1ObjectMethods in com.hierynomus.asn1 that return types with arguments of type ASN1ObjectMethods in com.hierynomus.asn1 with parameters of type ASN1Object -
Uses of ASN1Object in com.hierynomus.asn1.encodingrules
Methods in com.hierynomus.asn1.encodingrules that return types with arguments of type ASN1ObjectModifier and TypeMethodDescriptionASN1Tag
<? extends ASN1Object> ASN1Decoder.readTag
(InputStream is) -
Uses of ASN1Object in com.hierynomus.asn1.encodingrules.ber
Methods in com.hierynomus.asn1.encodingrules.ber that return types with arguments of type ASN1ObjectModifier and TypeMethodDescriptionASN1Tag
<? extends ASN1Object> BERDecoder.readTag
(InputStream is) -
Uses of ASN1Object in com.hierynomus.asn1.types
Classes in com.hierynomus.asn1.types with type parameters of type ASN1Object -
Uses of ASN1Object in com.hierynomus.asn1.types.constructed
Subclasses of ASN1Object in com.hierynomus.asn1.types.constructedFields in com.hierynomus.asn1.types.constructed declared as ASN1ObjectFields in com.hierynomus.asn1.types.constructed with type parameters of type ASN1ObjectModifier and TypeFieldDescriptionprivate final List
<ASN1Object> ASN1Sequence.objects
private final Set
<ASN1Object> ASN1Set.objects
Methods in com.hierynomus.asn1.types.constructed with type parameters of type ASN1ObjectMethods in com.hierynomus.asn1.types.constructed that return ASN1ObjectModifier and TypeMethodDescriptionASN1Sequence.get
(int i) ASN1TaggedObject.getObject()
ASN1TaggedObject.getValue()
Methods in com.hierynomus.asn1.types.constructed that return types with arguments of type ASN1ObjectModifier and TypeMethodDescriptionASN1Sequence.getValue()
ASN1Set.getValue()
ASN1Sequence.iterator()
ASN1Set.iterator()
ASN1TaggedObject.iterator()
Constructors in com.hierynomus.asn1.types.constructed with parameters of type ASN1ObjectModifierConstructorDescriptionASN1TaggedObject
(ASN1Tag tag, ASN1Object object) ASN1TaggedObject
(ASN1Tag tag, ASN1Object object, boolean explicit) Constructor parameters in com.hierynomus.asn1.types.constructed with type arguments of type ASN1ObjectModifierConstructorDescriptionASN1Sequence
(List<ASN1Object> objects) private
ASN1Sequence
(List<ASN1Object> objects, byte[] bytes) ASN1Set
(Set<ASN1Object> objects) private
ASN1Set
(Set<ASN1Object> objects, byte[] bytes) -
Uses of ASN1Object in com.hierynomus.asn1.types.primitive
Subclasses of ASN1Object in com.hierynomus.asn1.types.primitiveModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ASN1Object in com.hierynomus.asn1.types.string
Subclasses of ASN1Object in com.hierynomus.asn1.types.stringModifier and TypeClassDescriptionclass
class
class
ASN1String<T>
An ASN.1 STRING type can either be expressed as a Primitive encoded or Constructed encoded sequence.Methods in com.hierynomus.asn1.types.string that return types with arguments of type ASN1Object