Uses of Class
com.hierynomus.asn1.types.ASN1Object
-
-
Uses of ASN1Object in com.hierynomus.asn1
Classes in com.hierynomus.asn1 with type parameters of type ASN1Object Modifier and Type Class Description class
ASN1Parser<T extends ASN1Object>
class
ASN1Serializer<T extends ASN1Object>
Methods in com.hierynomus.asn1 with type parameters of type ASN1Object Modifier and Type Method Description <T extends ASN1Object>
TASN1InputStream. readObject()
Methods in com.hierynomus.asn1 that return types with arguments of type ASN1Object Modifier and Type Method Description java.util.Iterator<ASN1Object>
ASN1InputStream. iterator()
Methods in com.hierynomus.asn1 with parameters of type ASN1Object Modifier and Type Method Description void
ASN1OutputStream. writeObject(ASN1Object asn1Object)
-
Uses of ASN1Object in com.hierynomus.asn1.encodingrules
Methods in com.hierynomus.asn1.encodingrules that return types with arguments of type ASN1Object Modifier and Type Method Description ASN1Tag<? extends ASN1Object>
ASN1Decoder. readTag(java.io.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 ASN1Object Modifier and Type Method Description ASN1Tag<? extends ASN1Object>
BERDecoder. readTag(java.io.InputStream is)
-
Uses of ASN1Object in com.hierynomus.asn1.types
Classes in com.hierynomus.asn1.types with type parameters of type ASN1Object Modifier and Type Class Description class
ASN1Tag<T extends ASN1Object>
-
Uses of ASN1Object in com.hierynomus.asn1.types.constructed
Subclasses of ASN1Object in com.hierynomus.asn1.types.constructed Modifier and Type Class Description class
ASN1Sequence
class
ASN1Set
class
ASN1TaggedObject
Fields in com.hierynomus.asn1.types.constructed declared as ASN1Object Modifier and Type Field Description private ASN1Object
ASN1TaggedObject. object
Fields in com.hierynomus.asn1.types.constructed with type parameters of type ASN1Object Modifier and Type Field Description private java.util.List<ASN1Object>
ASN1Sequence. objects
private java.util.Set<ASN1Object>
ASN1Set. objects
Methods in com.hierynomus.asn1.types.constructed with type parameters of type ASN1Object Modifier and Type Method Description <T extends ASN1Object>
TASN1TaggedObject. getObject(ASN1Tag<T> tag)
Methods in com.hierynomus.asn1.types.constructed that return ASN1Object Modifier and Type Method Description ASN1Object
ASN1Sequence. get(int i)
ASN1Object
ASN1TaggedObject. getObject()
ASN1Object
ASN1TaggedObject. getValue()
Methods in com.hierynomus.asn1.types.constructed that return types with arguments of type ASN1Object Modifier and Type Method Description java.util.List<ASN1Object>
ASN1Sequence. getValue()
java.util.Set<ASN1Object>
ASN1Set. getValue()
java.util.Iterator<ASN1Object>
ASN1Sequence. iterator()
java.util.Iterator<ASN1Object>
ASN1Set. iterator()
java.util.Iterator<ASN1Object>
ASN1TaggedObject. iterator()
Constructors in com.hierynomus.asn1.types.constructed with parameters of type ASN1Object Constructor Description ASN1TaggedObject(ASN1Tag tag, ASN1Object object)
ASN1TaggedObject(ASN1Tag tag, ASN1Object object, boolean explicit)
Constructor parameters in com.hierynomus.asn1.types.constructed with type arguments of type ASN1Object Constructor Description ASN1Sequence(java.util.List<ASN1Object> objects)
ASN1Sequence(java.util.List<ASN1Object> objects, byte[] bytes)
ASN1Set(java.util.Set<ASN1Object> objects)
ASN1Set(java.util.Set<ASN1Object> objects, byte[] bytes)
-
Uses of ASN1Object in com.hierynomus.asn1.types.primitive
Subclasses of ASN1Object in com.hierynomus.asn1.types.primitive Modifier and Type Class Description class
ASN1Boolean
class
ASN1Enumerated
class
ASN1Integer
class
ASN1Null
class
ASN1ObjectIdentifier
class
ASN1PrimitiveValue<T>
-
Uses of ASN1Object in com.hierynomus.asn1.types.string
Subclasses of ASN1Object in com.hierynomus.asn1.types.string Modifier and Type Class Description class
ASN1BitString
class
ASN1OctetString
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 Modifier and Type Method Description java.util.Iterator<ASN1Object>
ASN1String. iterator()
-