|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DEREncodable | |
---|---|
com.lowagie.bc.asn1 |
Uses of DEREncodable in com.lowagie.bc.asn1 |
---|
Classes in com.lowagie.bc.asn1 that implement DEREncodable | |
---|---|
class |
ASN1Encodable
Abstract Syntax Notation One (ASN.1) is a formal language for abstractly describing messages to be exchanged between distributed computer systems. |
class |
ASN1Null
A NULL object. |
class |
ASN1OctetString
|
class |
ASN1Sequence
|
class |
ASN1Set
|
class |
ASN1TaggedObject
ASN.1 TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences). |
class |
BERConstructedOctetString
|
class |
BERConstructedSequence
|
class |
BERNull
A BER NULL object. |
class |
BERSequence
|
class |
BERSet
|
class |
BERTaggedObject
BER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences). |
class |
DERApplicationSpecific
Base class for an application specific object |
class |
DERBitString
|
class |
DERBMPString
DER BMPString object. |
class |
DERBoolean
|
class |
DERConstructedSequence
//@deprecated use DERSequence. |
class |
DERConstructedSet
|
class |
DEREnumerated
|
class |
DERGeneralizedTime
Generalized time object. |
class |
DERGeneralString
|
class |
DERIA5String
DER IA5String object - this is an ascii string. |
class |
DERInteger
|
class |
DERNull
A NULL object. |
class |
DERNumericString
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }. |
class |
DERObject
|
class |
DERObjectIdentifier
|
class |
DEROctetString
|
class |
DERPrintableString
DER PrintableString object. |
class |
DERSequence
|
class |
DERSet
A DER encoded set object |
class |
DERT61String
DER T61String (also the teletex string) |
class |
DERTaggedObject
DER TaggedObject - in ASN.1 nottation this is any object proceeded by a [n] where n is some number - these are assume to follow the construction rules (as with sequences). |
class |
DERUniversalString
DER UniversalString object. |
class |
DERUnknownTag
We insert one of these when we find a tag we don't recognise. |
class |
DERUTCTime
UTC time object. |
class |
DERUTF8String
DER UTF8String object. |
class |
DERVisibleString
DER VisibleString object. |
Methods in com.lowagie.bc.asn1 that return DEREncodable | |
---|---|
DEREncodable |
DEREncodableVector.get(int i)
|
DEREncodable |
ASN1Sequence.getObjectAt(int index)
return the object at the sequence postion indicated by index. |
DEREncodable |
ASN1Set.getObjectAt(int index)
return the object at the set postion indicated by index. |
Methods in com.lowagie.bc.asn1 with parameters of type DEREncodable | |
---|---|
void |
DEREncodableVector.add(DEREncodable obj)
|
protected void |
ASN1Sequence.addObject(DEREncodable obj)
|
protected void |
ASN1Set.addObject(DEREncodable obj)
|
void |
DERConstructedSequence.addObject(DEREncodable obj)
|
void |
DERConstructedSet.addObject(DEREncodable obj)
|
Constructors in com.lowagie.bc.asn1 with parameters of type DEREncodable | |
---|---|
ASN1OctetString(DEREncodable obj)
|
|
ASN1TaggedObject(boolean explicit,
int tagNo,
DEREncodable obj)
|
|
ASN1TaggedObject(int tagNo,
DEREncodable obj)
|
|
BERConstructedOctetString(DEREncodable obj)
|
|
BERSequence(DEREncodable obj)
create a sequence containing one object |
|
BERSet(DEREncodable obj)
create a set containing one object |
|
BERTaggedObject(boolean explicit,
int tagNo,
DEREncodable obj)
|
|
BERTaggedObject(int tagNo,
DEREncodable obj)
|
|
DERApplicationSpecific(int tag,
DEREncodable object)
|
|
DERBitString(DEREncodable obj)
|
|
DERConstructedSet(DEREncodable obj)
|
|
DEROctetString(DEREncodable obj)
|
|
DERSequence(DEREncodable obj)
create a sequence containing one object |
|
DERSet(DEREncodable obj)
|
|
DERTaggedObject(boolean explicit,
int tagNo,
DEREncodable obj)
|
|
DERTaggedObject(int tagNo,
DEREncodable obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |