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 classBERTaggedObjectBER 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).classDERTaggedObjectDER 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).classDLTaggedObjectDefinite 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 ASN1TaggedObjectASN1TaggedObject. getInstance(java.lang.Object obj)static ASN1TaggedObjectASN1TaggedObject. getInstance(ASN1TaggedObject obj, boolean explicit)Methods in org.bouncycastle.asn1 with parameters of type ASN1TaggedObject Modifier and Type Method Description static ASN1BooleanASN1Boolean. getInstance(ASN1TaggedObject obj, boolean explicit)Return a Boolean from a tagged object.static ASN1EnumeratedASN1Enumerated. getInstance(ASN1TaggedObject obj, boolean explicit)return an Enumerated from a tagged object.static ASN1GeneralizedTimeASN1GeneralizedTime. getInstance(ASN1TaggedObject obj, boolean explicit)return a Generalized Time object from a tagged object.static ASN1IntegerASN1Integer. getInstance(ASN1TaggedObject obj, boolean explicit)return an Integer from a tagged object.static ASN1ObjectIdentifierASN1ObjectIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)Return an OBJECT IDENTIFIER from a tagged object.static ASN1OctetStringASN1OctetString. getInstance(ASN1TaggedObject obj, boolean explicit)return an Octet String from a tagged object.static ASN1SequenceASN1Sequence. getInstance(ASN1TaggedObject obj, boolean explicit)Return an ASN1 SEQUENCE from a tagged object.static ASN1SetASN1Set. getInstance(ASN1TaggedObject obj, boolean explicit)Return an ASN1 set from a tagged object.static ASN1TaggedObjectASN1TaggedObject. getInstance(ASN1TaggedObject obj, boolean explicit)static ASN1UTCTimeASN1UTCTime. getInstance(ASN1TaggedObject obj, boolean explicit)Return an UTC Time from a tagged object.static DERBitStringDERBitString. getInstance(ASN1TaggedObject obj, boolean explicit)return a Bit String from a tagged object.static DERBMPStringDERBMPString. getInstance(ASN1TaggedObject obj, boolean explicit)Return a BMP String from a tagged object.static DERGeneralStringDERGeneralString. getInstance(ASN1TaggedObject obj, boolean explicit)Return a GeneralString from a tagged object.static DERGraphicStringDERGraphicString. getInstance(ASN1TaggedObject obj, boolean explicit)return a Graphic String from a tagged object.static DERIA5StringDERIA5String. getInstance(ASN1TaggedObject obj, boolean explicit)Return an IA5 String from a tagged object.static DERNumericStringDERNumericString. getInstance(ASN1TaggedObject obj, boolean explicit)Return an Numeric String from a tagged object.static DERPrintableStringDERPrintableString. getInstance(ASN1TaggedObject obj, boolean explicit)Return a Printable String from a tagged object.static DERT61StringDERT61String. getInstance(ASN1TaggedObject obj, boolean explicit)Return an T61 String from a tagged object.static DERUniversalStringDERUniversalString. getInstance(ASN1TaggedObject obj, boolean explicit)Return a Universal String from a tagged object.static DERUTF8StringDERUTF8String. getInstance(ASN1TaggedObject obj, boolean explicit)Return an UTF8 String from a tagged object.static DERVideotexStringDERVideotexString. getInstance(ASN1TaggedObject obj, boolean explicit)return a Videotex String from a tagged object.static DERVisibleStringDERVisibleString. getInstance(ASN1TaggedObject obj, boolean explicit)Return a Visible String from a tagged object.static ASN1BitStringDLBitString. 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 PKIFreeTextPKIFreeText. getInstance(ASN1TaggedObject obj, boolean explicit)static PKIStatusInfoPKIStatusInfo. 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 AuthenticatedDataAuthenticatedData. getInstance(ASN1TaggedObject obj, boolean explicit)Return an AuthenticatedData object from a tagged object.static AuthEnvelopedDataAuthEnvelopedData. getInstance(ASN1TaggedObject obj, boolean explicit)Return an AuthEnvelopedData object from a tagged object.static CompressedDataCompressedData. getInstance(ASN1TaggedObject ato, boolean isExplicit)Return a CompressedData object from a tagged object.static ContentInfoContentInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static DigestedDataDigestedData. getInstance(ASN1TaggedObject ato, boolean isExplicit)Return a DigestedData object from a tagged object.static EnvelopedDataEnvelopedData. getInstance(ASN1TaggedObject obj, boolean explicit)Return an EnvelopedData object from a tagged object.static KEKIdentifierKEKIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)Return a KEKIdentifier object from a tagged object.static KEKRecipientInfoKEKRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Return a KEKRecipientInfo object from a tagged object.static KeyAgreeRecipientIdentifierKeyAgreeRecipientIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)Return an KeyAgreeRecipientIdentifier object from a tagged object.static KeyAgreeRecipientInfoKeyAgreeRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Return a KeyAgreeRecipientInfo object from a tagged object.static OriginatorIdentifierOrKeyOriginatorIdentifierOrKey. getInstance(ASN1TaggedObject o, boolean explicit)Return an OriginatorIdentifierOrKey object from a tagged object.static OriginatorInfoOriginatorInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Return an OriginatorInfo object from a tagged object.static OriginatorPublicKeyOriginatorPublicKey. getInstance(ASN1TaggedObject obj, boolean explicit)Return an OriginatorPublicKey object from a tagged object.static OtherRecipientInfoOtherRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Return a OtherRecipientInfo object from a tagged object.static OtherRevocationInfoFormatOtherRevocationInfoFormat. getInstance(ASN1TaggedObject obj, boolean explicit)Return a OtherRevocationInfoFormat object from a tagged object.static PasswordRecipientInfoPasswordRecipientInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Return a PasswordRecipientInfo object from a tagged object.static RecipientEncryptedKeyRecipientEncryptedKey. getInstance(ASN1TaggedObject obj, boolean explicit)Return an RecipientEncryptedKey object from a tagged object.static RecipientKeyIdentifierRecipientKeyIdentifier. getInstance(ASN1TaggedObject ato, boolean isExplicit)Return a RecipientKeyIdentifier object from a tagged object.static TimeTime. getInstance(ASN1TaggedObject obj, boolean explicit)static TimeStampTokenEvidenceTimeStampTokenEvidence. 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 ECCCMSSharedInfoECCCMSSharedInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Return an ECC-CMS-SharedInfo object from a tagged object.static MQVuserKeyingMaterialMQVuserKeyingMaterial. 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 CertIdCertId. getInstance(ASN1TaggedObject obj, boolean isExplicit)static CertReqMsgCertReqMsg. getInstance(ASN1TaggedObject obj, boolean explicit)static PKMACValuePKMACValue. getInstance(ASN1TaggedObject obj, boolean isExplicit)static POPOPrivKeyPOPOPrivKey. getInstance(ASN1TaggedObject obj, boolean explicit)static POPOSigningKeyPOPOSigningKey. 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 ECGOST3410ParamSetParametersECGOST3410ParamSetParameters. getInstance(ASN1TaggedObject obj, boolean explicit)static GOST28147ParametersGOST28147Parameters. getInstance(ASN1TaggedObject obj, boolean explicit)static GOST3410ParamSetParametersGOST3410ParamSetParameters. getInstance(ASN1TaggedObject obj, boolean explicit)static GOST3410PublicKeyAlgParametersGOST3410PublicKeyAlgParameters. 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 DataData. getInstance(ASN1TaggedObject obj, boolean explicit)static DVCSCertInfoDVCSCertInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static DVCSErrorNoticeDVCSErrorNotice. getInstance(ASN1TaggedObject obj, boolean explicit)static DVCSRequestDVCSRequest. getInstance(ASN1TaggedObject obj, boolean explicit)static DVCSRequestInformationDVCSRequestInformation. getInstance(ASN1TaggedObject obj, boolean explicit)static DVCSResponseDVCSResponse. getInstance(ASN1TaggedObject obj, boolean explicit)static DVCSTimeDVCSTime. getInstance(ASN1TaggedObject obj, boolean explicit)static PathProcInputPathProcInput. getInstance(ASN1TaggedObject obj, boolean explicit)static ServiceTypeServiceType. getInstance(ASN1TaggedObject obj, boolean explicit)static TargetEtcChainTargetEtcChain. 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 RequestedCertificateRequestedCertificate. 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 NamingAuthorityNamingAuthority. 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 BasicOCSPResponseBasicOCSPResponse. getInstance(ASN1TaggedObject obj, boolean explicit)static CertIDCertID. getInstance(ASN1TaggedObject obj, boolean explicit)static CertStatusCertStatus. getInstance(ASN1TaggedObject obj, boolean explicit)static OCSPRequestOCSPRequest. getInstance(ASN1TaggedObject obj, boolean explicit)static OCSPResponseOCSPResponse. getInstance(ASN1TaggedObject obj, boolean explicit)static RequestRequest. getInstance(ASN1TaggedObject obj, boolean explicit)static ResponderIDResponderID. getInstance(ASN1TaggedObject obj, boolean explicit)static ResponseBytesResponseBytes. getInstance(ASN1TaggedObject obj, boolean explicit)static ResponseDataResponseData. getInstance(ASN1TaggedObject obj, boolean explicit)static RevokedInfoRevokedInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static SignatureSignature. getInstance(ASN1TaggedObject obj, boolean explicit)static SingleResponseSingleResponse. getInstance(ASN1TaggedObject obj, boolean explicit)static TBSRequestTBSRequest. 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 PrivateKeyInfoPrivateKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static RSAPrivateKeyRSAPrivateKey. getInstance(ASN1TaggedObject obj, boolean explicit)static RSAPublicKeyRSAPublicKey. 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 DirectoryStringDirectoryString. getInstance(ASN1TaggedObject o, boolean explicit)static X500NameX500Name. 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 AlgorithmIdentifierAlgorithmIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)static AttCertIssuerAttCertIssuer. getInstance(ASN1TaggedObject obj, boolean explicit)static AttributeCertificateInfoAttributeCertificateInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static AuthorityKeyIdentifierAuthorityKeyIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)static BasicConstraintsBasicConstraints. getInstance(ASN1TaggedObject obj, boolean explicit)static CertificateCertificate. getInstance(ASN1TaggedObject obj, boolean explicit)static CertificateListCertificateList. getInstance(ASN1TaggedObject obj, boolean explicit)static CertificatePoliciesCertificatePolicies. getInstance(ASN1TaggedObject obj, boolean explicit)static CRLDistPointCRLDistPoint. getInstance(ASN1TaggedObject obj, boolean explicit)static DigestInfoDigestInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static DisplayTextDisplayText. getInstance(ASN1TaggedObject obj, boolean explicit)static DistributionPointDistributionPoint. getInstance(ASN1TaggedObject obj, boolean explicit)static DistributionPointNameDistributionPointName. getInstance(ASN1TaggedObject obj, boolean explicit)static DSAParameterDSAParameter. getInstance(ASN1TaggedObject obj, boolean explicit)static ExtendedKeyUsageExtendedKeyUsage. getInstance(ASN1TaggedObject obj, boolean explicit)Return an ExtendedKeyUsage from the passed in tagged object.static ExtensionsExtensions. getInstance(ASN1TaggedObject obj, boolean explicit)static GeneralNameGeneralName. getInstance(ASN1TaggedObject tagObj, boolean explicit)static GeneralNamesGeneralNames. getInstance(ASN1TaggedObject obj, boolean explicit)static GeneralSubtreeGeneralSubtree. getInstance(ASN1TaggedObject o, boolean explicit)static IssuerSerialIssuerSerial. getInstance(ASN1TaggedObject obj, boolean explicit)static IssuingDistributionPointIssuingDistributionPoint. getInstance(ASN1TaggedObject obj, boolean explicit)static ObjectDigestInfoObjectDigestInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static SubjectKeyIdentifierSubjectKeyIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)static SubjectPublicKeyInfoSubjectPublicKeyInfo. getInstance(ASN1TaggedObject obj, boolean explicit)static TBSCertificateTBSCertificate. getInstance(ASN1TaggedObject obj, boolean explicit)static TBSCertListTBSCertList. getInstance(ASN1TaggedObject obj, boolean explicit)static TimeTime. getInstance(ASN1TaggedObject obj, boolean explicit)static V2FormV2Form. 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 DHPublicKeyDHPublicKey. getInstance(ASN1TaggedObject obj, boolean explicit)Return a DHPublicKey from the passed in tagged object.static DomainParametersDomainParameters. getInstance(ASN1TaggedObject obj, boolean explicit)Return a DomainParameters object from the passed in tagged object.static ValidationParamsValidationParams. getInstance(ASN1TaggedObject obj, boolean explicit)static X962ParametersX962Parameters. getInstance(ASN1TaggedObject obj, boolean explicit)
-