|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DERObject | |
| org.apache.commons.ssl.asn1 | |
| Uses of DERObject in org.apache.commons.ssl.asn1 |
| Subclasses of DERObject in org.apache.commons.ssl.asn1 | |
class |
ASN1Null
A NULL object. |
class |
ASN1Object
|
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
Deprecated. use BERSequence |
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
Deprecated. use DERSet |
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 |
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 org.apache.commons.ssl.asn1 that return DERObject | |
protected DERObject |
ASN1InputStream.buildObject(int tag,
int tagNo,
int length)
build an object given its tag and the number of bytes to construct it from. |
DERObject |
ASN1InputStream.readObject()
|
DERObject |
BERTaggedObjectParser.getDERObject()
|
DERObject |
BEROctetStringParser.getDERObject()
|
DERObject |
ASN1Encodable.getDERObject()
|
abstract DERObject |
ASN1Encodable.toASN1Object()
|
DERObject |
DEREncodable.getDERObject()
|
DERObject |
ASN1TaggedObject.getObject()
return whatever was following the tag. |
protected DERObject |
DERInputStream.buildObject(int tag,
byte[] bytes)
Deprecated. build an object given its tag and a byte stream to construct it from. |
DERObject |
DERInputStream.readObject()
Deprecated. |
DERObject |
BERSetParser.getDERObject()
|
DERObject |
DERObject.toASN1Object()
|
DERObject |
BERInputStream.readObject()
Deprecated. |
DERObject |
DERApplicationSpecific.getObject()
|
DERObject |
DERApplicationSpecific.getObject(int derTagNo)
Return the enclosed object assuming implicit tagging. |
DERObject |
BERSequenceParser.getDERObject()
|
| Methods in org.apache.commons.ssl.asn1 with parameters of type DERObject | |
protected boolean |
DERBitString.asn1Equals(DERObject o)
|
protected boolean |
DERBoolean.asn1Equals(DERObject o)
|
protected boolean |
DERBMPString.asn1Equals(DERObject o)
|
| Constructors in org.apache.commons.ssl.asn1 with parameters of type DERObject | |
BERConstructedOctetString(DERObject obj)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||