|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASN1TaggedObject | |
---|---|
com.lowagie.bc.asn1 |
Uses of ASN1TaggedObject in com.lowagie.bc.asn1 |
---|
Subclasses of ASN1TaggedObject in com.lowagie.bc.asn1 | |
---|---|
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 |
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). |
Methods in com.lowagie.bc.asn1 that return ASN1TaggedObject | |
---|---|
static ASN1TaggedObject |
ASN1TaggedObject.getInstance(ASN1TaggedObject obj,
boolean explicit)
|
Methods in com.lowagie.bc.asn1 with parameters of type ASN1TaggedObject | |
---|---|
static ASN1OctetString |
ASN1OctetString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Octet String from a tagged object. |
static ASN1Sequence |
ASN1Sequence.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an ASN1 sequence from a tagged object. |
static ASN1Set |
ASN1Set.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an ASN1 set from a tagged object. |
static ASN1TaggedObject |
ASN1TaggedObject.getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static DERBitString |
DERBitString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Bit String from a tagged object. |
static DERBMPString |
DERBMPString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a BMP String from a tagged object. |
static DERBoolean |
DERBoolean.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Boolean from a tagged object. |
static DEREnumerated |
DEREnumerated.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Enumerated from a tagged object. |
static DERGeneralizedTime |
DERGeneralizedTime.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Generalized Time object from a tagged object. |
static DERGeneralString |
DERGeneralString.getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static DERIA5String |
DERIA5String.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an IA5 String from a tagged object. |
static DERInteger |
DERInteger.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Integer from a tagged object. |
static DERNumericString |
DERNumericString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Numeric String from a tagged object. |
static DERObjectIdentifier |
DERObjectIdentifier.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Object Identifier from a tagged object. |
static DERPrintableString |
DERPrintableString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Printable String from a tagged object. |
static DERT61String |
DERT61String.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an T61 String from a tagged object. |
static DERUniversalString |
DERUniversalString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Universal String from a tagged object. |
static DERUTCTime |
DERUTCTime.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an UTC Time from a tagged object. |
static DERUTF8String |
DERUTF8String.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an UTF8 String from a tagged object. |
static DERVisibleString |
DERVisibleString.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Visible String from a tagged object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |