Uses of Interface
org.apache.asn1.der.DEREncodable

Uses of DEREncodable in org.apache.asn1.der
 

Classes in org.apache.asn1.der that implement DEREncodable
 class BERConstructedOctetString
           
 class BERNull
          A BER NULL object.
 class BERSequence
           
 class BERSet
           
 class BERTaggedObject
          BER TaggedObject
 class DERApplicationSpecific
          DER Application Specific object.
 class DERBitString
          DER Bit String object.
 class DERBMPString
          DER BMPString object.
 class DERBoolean
          DER Boolean object.
 class DEREnumerated
          DER Enumerated object.
 class DERGeneralizedTime
          DER Generalized time object.
 class DERGeneralString
           
 class DERIA5String
          DER IA5String object.
 class DERInteger
          DER Integer object.
 class DERNull
          A NULL object.
 class DERNumericString
          DER NumericString - a string of ASCII numeric characters { 0,1,2,3,4,5,6,7,8,9 }.
 class DERObject
          DER object.
 class DERObjectIdentifier
           
 class DEROctetString
          DER Octet String object.
 class DERPrintableString
          DER PrintableString object.
 class DERSequence
           
 class DERSet
          A DER encoded set object
 class DERString
          Interface for DER string objects.
 class DERTaggedObject
          DER TaggedObject
 class DERTeletexString
          DER Teletex String
 class DERUniversalString
          DER UniversalString object.
 class DERUnknownTag
          Placeholder for unrecognized tags.
 class DERUTCTime
          DER UTC time object.
 class DERUTF8String
          DER UTF8String object.
 class DERVisibleString
          DER VisibleString object.
 

Fields in org.apache.asn1.der declared as DEREncodable
protected  DEREncodable DERTaggedObject.obj
           
 

Methods in org.apache.asn1.der that return DEREncodable
protected  DEREncodable ASN1InputStream.buildObject(int tag, byte[] bytes)
          Build an object given its tag and a byte stream.
 DEREncodable DERSequence.get(int i)
           
 DEREncodable DERTaggedObject.getObject()
          return whatever was following the tag.
 DEREncodable DERApplicationSpecific.getObject()
           
 DEREncodable DERSet.getObjectAt(int index)
           
 DEREncodable ASN1InputStream.readObject()
           
 

Methods in org.apache.asn1.der with parameters of type DEREncodable
 void DERSet.add(DEREncodable obj)
           
 void DERSequence.add(DEREncodable obj)
           
static DERApplicationSpecific DERApplicationSpecific.valueOf(int tag, DEREncodable object)
          Static factory method, type-conversion operator.
 

Constructors in org.apache.asn1.der with parameters of type DEREncodable
BERTaggedObject(boolean explicit, int tag, DEREncodable obj)
           
BERTaggedObject(int tag, DEREncodable obj)
           
DERTaggedObject(boolean explicit, int tag, DEREncodable obj)
           
DERTaggedObject(boolean explicit, int tag, DEREncodable obj, byte[] bytes)
           
DERTaggedObject(int tag, DEREncodable obj)
           
 



Copyright © 2005-2009 . All Rights Reserved.