Uses of Class
org.bouncycastle.asn1.ASN1TaggedObject
Packages that use ASN1TaggedObject
Package
Description
A library for parsing and writing ASN.1 objects.
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
Support classes useful for encoding and supporting OCSP objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
The base classes for defining an X.500 name.
Support classes useful for encoding and processing X.509 certificates.
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of ASN1TaggedObject in org.bouncycastle.asn1
Subclasses of ASN1TaggedObject in org.bouncycastle.asn1Modifier and TypeClassDescriptionclassBER 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).classDER 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).classDefinite 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 ASN1TaggedObjectModifier and TypeMethodDescriptionstatic ASN1TaggedObjectASN1TaggedObject.getInstance(Object obj) static ASN1TaggedObjectASN1TaggedObject.getInstance(ASN1TaggedObject obj, boolean explicit) Methods in org.bouncycastle.asn1 with parameters of type ASN1TaggedObjectModifier and TypeMethodDescriptionstatic 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 taggedObject, boolean explicit) return an Octet String from a tagged object.static ASN1SequenceASN1Sequence.getInstance(ASN1TaggedObject taggedObject, boolean explicit) Return an ASN1 SEQUENCE from a tagged object.static ASN1SetASN1Set.getInstance(ASN1TaggedObject taggedObject, 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.cryptopro
Methods in org.bouncycastle.asn1.cryptopro with parameters of type ASN1TaggedObjectModifier and TypeMethodDescriptionstatic ECGOST3410ParamSetParametersECGOST3410ParamSetParameters.getInstance(ASN1TaggedObject obj, boolean explicit) static GOST28147ParametersGOST28147Parameters.getInstance(ASN1TaggedObject obj, boolean explicit) static GOST3410ParamSetParametersGOST3410ParamSetParameters.getInstance(ASN1TaggedObject obj, boolean explicit) GOST3410PublicKeyAlgParameters.getInstance(ASN1TaggedObject obj, boolean explicit) static GostR3410TransportParametersGostR3410TransportParameters.getInstance(ASN1TaggedObject obj, boolean explicit) -
Uses of ASN1TaggedObject in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp with parameters of type ASN1TaggedObjectModifier and TypeMethodDescriptionstatic 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 ASN1TaggedObjectModifier and TypeMethodDescriptionstatic 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 ASN1TaggedObjectModifier and TypeMethodDescriptionstatic 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 ASN1TaggedObjectModifier and TypeMethodDescriptionstatic AlgorithmIdentifierAlgorithmIdentifier.getInstance(ASN1TaggedObject obj, boolean explicit) static AltSignatureAlgorithmAltSignatureAlgorithm.getInstance(ASN1TaggedObject obj, boolean explicit) static AltSignatureValueAltSignatureValue.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 SubjectAltPublicKeyInfoSubjectAltPublicKeyInfo.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 -
Uses of ASN1TaggedObject in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 with parameters of type ASN1TaggedObjectModifier and TypeMethodDescriptionstatic 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)