Uses of Class
org.bouncycastle.asn1.ASN1TaggedObject
-
Packages that use ASN1TaggedObject Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.cms.ecc Classes specific to RFC 5753 "Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax."org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.cryptopro Support classes for CRYPTO-PRO related objects - such as GOST identifiers.org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.org.bouncycastle.asn1.isismtt.ocsp OCSP request extensions related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.isismtt.x509 X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.x500 The base classes for defining an X.500 name.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve. -
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1
Subclasses of ASN1TaggedObject in org.bouncycastle.asn1 Modifier and Type Class Description class
BERTaggedObject
BER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).class
DERTaggedObject
DER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).class
DLTaggedObject
Definite Length TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).Methods in org.bouncycastle.asn1 that return ASN1TaggedObject Modifier and Type Method Description static ASN1TaggedObject
ASN1TaggedObject. getInstance(java.lang.Object obj)
static ASN1TaggedObject
ASN1TaggedObject. getInstance(ASN1TaggedObject obj, boolean explicit)
Methods in org.bouncycastle.asn1 with parameters of type ASN1TaggedObject Modifier and Type Method Description static ASN1Boolean
ASN1Boolean. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a Boolean from a tagged object.static ASN1Enumerated
ASN1Enumerated. getInstance(ASN1TaggedObject obj, boolean explicit)
return an Enumerated from a tagged object.static ASN1GeneralizedTime
ASN1GeneralizedTime. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Generalized Time object from a tagged object.static ASN1Integer
ASN1Integer. getInstance(ASN1TaggedObject obj, boolean explicit)
return an Integer from a tagged object.static ASN1ObjectIdentifier
ASN1ObjectIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an OBJECT IDENTIFIER from a tagged object.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 ASN1UTCTime
ASN1UTCTime. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an UTC Time from a tagged object.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 DERGeneralString
DERGeneralString. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a GeneralString from a tagged object.static DERGraphicString
DERGraphicString. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Graphic String from a tagged object.static DERIA5String
DERIA5String. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an IA5 String from a tagged object.static DERNumericString
DERNumericString. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an Numeric String 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 DERUTF8String
DERUTF8String. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an UTF8 String from a tagged object.static DERVideotexString
DERVideotexString. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Videotex String from a tagged object.static DERVisibleString
DERVisibleString. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a Visible String from a tagged object.static ASN1BitString
DLBitString. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Bit String from a tagged object. -
Uses of ASN1TaggedObject in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp with parameters of type ASN1TaggedObject Modifier and Type Method Description static PKIFreeText
PKIFreeText. getInstance(ASN1TaggedObject obj, boolean explicit)
static PKIStatusInfo
PKIStatusInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms with parameters of type ASN1TaggedObject Modifier and Type Method Description static AuthenticatedData
AuthenticatedData. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an AuthenticatedData object from a tagged object.static AuthEnvelopedData
AuthEnvelopedData. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an AuthEnvelopedData object from a tagged object.static CompressedData
CompressedData. getInstance(ASN1TaggedObject ato, boolean isExplicit)
Return a CompressedData object from a tagged object.static ContentInfo
ContentInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static DigestedData
DigestedData. getInstance(ASN1TaggedObject ato, boolean isExplicit)
Return a DigestedData object from a tagged object.static EnvelopedData
EnvelopedData. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an EnvelopedData object from a tagged object.static KEKIdentifier
KEKIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a KEKIdentifier object from a tagged object.static KEKRecipientInfo
KEKRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a KEKRecipientInfo object from a tagged object.static KeyAgreeRecipientIdentifier
KeyAgreeRecipientIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an KeyAgreeRecipientIdentifier object from a tagged object.static KeyAgreeRecipientInfo
KeyAgreeRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a KeyAgreeRecipientInfo object from a tagged object.static OriginatorIdentifierOrKey
OriginatorIdentifierOrKey. getInstance(ASN1TaggedObject o, boolean explicit)
Return an OriginatorIdentifierOrKey object from a tagged object.static OriginatorInfo
OriginatorInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an OriginatorInfo object from a tagged object.static OriginatorPublicKey
OriginatorPublicKey. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an OriginatorPublicKey object from a tagged object.static OtherRecipientInfo
OtherRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a OtherRecipientInfo object from a tagged object.static OtherRevocationInfoFormat
OtherRevocationInfoFormat. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a OtherRevocationInfoFormat object from a tagged object.static PasswordRecipientInfo
PasswordRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a PasswordRecipientInfo object from a tagged object.static RecipientEncryptedKey
RecipientEncryptedKey. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an RecipientEncryptedKey object from a tagged object.static RecipientKeyIdentifier
RecipientKeyIdentifier. getInstance(ASN1TaggedObject ato, boolean isExplicit)
Return a RecipientKeyIdentifier object from a tagged object.static Time
Time. getInstance(ASN1TaggedObject obj, boolean explicit)
static TimeStampTokenEvidence
TimeStampTokenEvidence. getInstance(ASN1TaggedObject tagged, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.cms.ecc
Methods in org.bouncycastle.asn1.cms.ecc with parameters of type ASN1TaggedObject Modifier and Type Method Description static ECCCMSSharedInfo
ECCCMSSharedInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an ECC-CMS-SharedInfo object from a tagged object.static MQVuserKeyingMaterial
MQVuserKeyingMaterial. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an MQVuserKeyingMaterial object from a tagged object. -
Uses of ASN1TaggedObject in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf with parameters of type ASN1TaggedObject Modifier and Type Method Description static CertId
CertId. getInstance(ASN1TaggedObject obj, boolean isExplicit)
static CertReqMsg
CertReqMsg. getInstance(ASN1TaggedObject obj, boolean explicit)
static PKMACValue
PKMACValue. getInstance(ASN1TaggedObject obj, boolean isExplicit)
static POPOPrivKey
POPOPrivKey. getInstance(ASN1TaggedObject obj, boolean explicit)
static POPOSigningKey
POPOSigningKey. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.cryptopro
Methods in org.bouncycastle.asn1.cryptopro with parameters of type ASN1TaggedObject Modifier and Type Method Description static ECGOST3410ParamSetParameters
ECGOST3410ParamSetParameters. getInstance(ASN1TaggedObject obj, boolean explicit)
static GOST28147Parameters
GOST28147Parameters. getInstance(ASN1TaggedObject obj, boolean explicit)
static GOST3410ParamSetParameters
GOST3410ParamSetParameters. getInstance(ASN1TaggedObject obj, boolean explicit)
static GOST3410PublicKeyAlgParameters
GOST3410PublicKeyAlgParameters. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs with parameters of type ASN1TaggedObject Modifier and Type Method Description static Data
Data. getInstance(ASN1TaggedObject obj, boolean explicit)
static DVCSCertInfo
DVCSCertInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static DVCSErrorNotice
DVCSErrorNotice. getInstance(ASN1TaggedObject obj, boolean explicit)
static DVCSRequest
DVCSRequest. getInstance(ASN1TaggedObject obj, boolean explicit)
static DVCSRequestInformation
DVCSRequestInformation. getInstance(ASN1TaggedObject obj, boolean explicit)
static DVCSResponse
DVCSResponse. getInstance(ASN1TaggedObject obj, boolean explicit)
static DVCSTime
DVCSTime. getInstance(ASN1TaggedObject obj, boolean explicit)
static PathProcInput
PathProcInput. getInstance(ASN1TaggedObject obj, boolean explicit)
static ServiceType
ServiceType. getInstance(ASN1TaggedObject obj, boolean explicit)
static TargetEtcChain
TargetEtcChain. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.isismtt.ocsp
Methods in org.bouncycastle.asn1.isismtt.ocsp with parameters of type ASN1TaggedObject Modifier and Type Method Description static RequestedCertificate
RequestedCertificate. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.isismtt.x509
Methods in org.bouncycastle.asn1.isismtt.x509 with parameters of type ASN1TaggedObject Modifier and Type Method Description static NamingAuthority
NamingAuthority. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp with parameters of type ASN1TaggedObject Modifier and Type Method Description static BasicOCSPResponse
BasicOCSPResponse. getInstance(ASN1TaggedObject obj, boolean explicit)
static CertID
CertID. getInstance(ASN1TaggedObject obj, boolean explicit)
static CertStatus
CertStatus. getInstance(ASN1TaggedObject obj, boolean explicit)
static OCSPRequest
OCSPRequest. getInstance(ASN1TaggedObject obj, boolean explicit)
static OCSPResponse
OCSPResponse. getInstance(ASN1TaggedObject obj, boolean explicit)
static Request
Request. getInstance(ASN1TaggedObject obj, boolean explicit)
static ResponderID
ResponderID. getInstance(ASN1TaggedObject obj, boolean explicit)
static ResponseBytes
ResponseBytes. getInstance(ASN1TaggedObject obj, boolean explicit)
static ResponseData
ResponseData. getInstance(ASN1TaggedObject obj, boolean explicit)
static RevokedInfo
RevokedInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static Signature
Signature. getInstance(ASN1TaggedObject obj, boolean explicit)
static SingleResponse
SingleResponse. getInstance(ASN1TaggedObject obj, boolean explicit)
static TBSRequest
TBSRequest. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs with parameters of type ASN1TaggedObject Modifier and Type Method Description static PrivateKeyInfo
PrivateKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static RSAPrivateKey
RSAPrivateKey. getInstance(ASN1TaggedObject obj, boolean explicit)
static RSAPublicKey
RSAPublicKey. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 with parameters of type ASN1TaggedObject Modifier and Type Method Description static DirectoryString
DirectoryString. getInstance(ASN1TaggedObject o, boolean explicit)
static X500Name
X500Name. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a X500Name based on the passed in tagged object. -
Uses of ASN1TaggedObject in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1TaggedObject Modifier and Type Method Description static AlgorithmIdentifier
AlgorithmIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
static AttCertIssuer
AttCertIssuer. getInstance(ASN1TaggedObject obj, boolean explicit)
static AttributeCertificateInfo
AttributeCertificateInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static AuthorityKeyIdentifier
AuthorityKeyIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
static BasicConstraints
BasicConstraints. getInstance(ASN1TaggedObject obj, boolean explicit)
static Certificate
Certificate. getInstance(ASN1TaggedObject obj, boolean explicit)
static CertificateList
CertificateList. getInstance(ASN1TaggedObject obj, boolean explicit)
static CertificatePolicies
CertificatePolicies. getInstance(ASN1TaggedObject obj, boolean explicit)
static CRLDistPoint
CRLDistPoint. getInstance(ASN1TaggedObject obj, boolean explicit)
static DigestInfo
DigestInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static DisplayText
DisplayText. getInstance(ASN1TaggedObject obj, boolean explicit)
static DistributionPoint
DistributionPoint. getInstance(ASN1TaggedObject obj, boolean explicit)
static DistributionPointName
DistributionPointName. getInstance(ASN1TaggedObject obj, boolean explicit)
static DSAParameter
DSAParameter. getInstance(ASN1TaggedObject obj, boolean explicit)
static ExtendedKeyUsage
ExtendedKeyUsage. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an ExtendedKeyUsage from the passed in tagged object.static Extensions
Extensions. getInstance(ASN1TaggedObject obj, boolean explicit)
static GeneralName
GeneralName. getInstance(ASN1TaggedObject tagObj, boolean explicit)
static GeneralNames
GeneralNames. getInstance(ASN1TaggedObject obj, boolean explicit)
static GeneralSubtree
GeneralSubtree. getInstance(ASN1TaggedObject o, boolean explicit)
static IssuerSerial
IssuerSerial. getInstance(ASN1TaggedObject obj, boolean explicit)
static IssuingDistributionPoint
IssuingDistributionPoint. getInstance(ASN1TaggedObject obj, boolean explicit)
static ObjectDigestInfo
ObjectDigestInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static SubjectKeyIdentifier
SubjectKeyIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)
static SubjectPublicKeyInfo
SubjectPublicKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)
static TBSCertificate
TBSCertificate. getInstance(ASN1TaggedObject obj, boolean explicit)
static TBSCertList
TBSCertList. getInstance(ASN1TaggedObject obj, boolean explicit)
static Time
Time. getInstance(ASN1TaggedObject obj, boolean explicit)
static V2Form
V2Form. getInstance(ASN1TaggedObject obj, boolean explicit)
Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1TaggedObject Constructor Description DistributionPointName(ASN1TaggedObject obj)
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 with parameters of type ASN1TaggedObject Modifier and Type Method Description static DHPublicKey
DHPublicKey. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a DHPublicKey from the passed in tagged object.static DomainParameters
DomainParameters. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a DomainParameters object from the passed in tagged object.static ValidationParams
ValidationParams. getInstance(ASN1TaggedObject obj, boolean explicit)
static X962Parameters
X962Parameters. getInstance(ASN1TaggedObject obj, boolean explicit)
-