Uses of Class
org.bouncycastle.asn1.ASN1Primitive
Packages that use ASN1Primitive
Package
Description
-
Uses of ASN1Primitive in org.bouncycastle.asn1
Subclasses of ASN1Primitive in org.bouncycastle.asn1Modifier and TypeClassDescriptionclassAn ASN1 class that encodes to nothing, used in the OER library to deal with the Optional type.classBase class for BIT STRING objectsclassASN.1 BMPString object encodes BMP (Basic Multilingual Plane) subset (aka UCS-2) of UNICODE (ISO 10646) characters in codepoints 0 to 65535.classPublic facade of ASN.1 Boolean data.classClass representing the ASN.1 ENUMERATED type.classClass representing the DER-type ExternalclassBase class representing the ASN.1 GeneralizedTime type.classASN.1 GENERAL-STRING data type.classclassASN.1 IA5String object - this is a ISO 646 (ASCII) string encoding code points 0 to 127.classClass representing the ASN.1 INTEGER type.classA NULL object - use DERNull.INSTANCE for populating structures.classNumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.final classclassClass representing the ASN.1 OBJECT IDENTIFIER type.classAbstract base for the ASN.1 OCTET STRING data typeclassASN.1 PrintableString object.classclassASN.1SEQUENCEandSEQUENCE OFconstructs.classASN.1SETandSET OFconstructs.classASN.1 T61String (also the teletex string), try not to use this if you don't need to.classASN.1 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).classASN.1 UniversalString object - encodes UNICODE (ISO 10646) characters using 32-bit format.class- * UTC time object.classclassclassASN.1 VisibleString object encoding ISO 646 (ASCII) character code points 32 to 126.classclassASN.1 OctetStrings, with indefinite length rules, and constructed form support.classIndefinite length SEQUENCE of objects.classIndefinite lengthSETandSET OFconstructs.classBER 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).classA BIT STRING with DER encoding - the first byte contains the count of padding bits included in the byte array's last byte.classDER BMPString object encodes BMP (Basic Multilingual Plane) subset (aka UCS-2) of UNICODE (ISO 10646) characters in codepoints 0 to 65535.classClass representing the DER-type ExternalclassDER Generalized time object.classASN.1 GENERAL-STRING data type.classclassDER IA5String object - this is a ISO 646 (ASCII) string encoding code points 0 to 127.classAn ASN.1 DER NULL object.classDER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.classCarrier class for a DER encoding OCTET STRINGclassDER PrintableString object.classDefinite length SEQUENCE, encoding tells explicit number of bytes that the content of this sequence occupies.classA DER encoded SET objectclassDER T61String (also the teletex string), try not to use this if you don't need to.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).classDER UniversalString object - encodes UNICODE (ISO 10646) characters using 32-bit format.classDER UTC time object.classDER UTF8String object.classclassDER VisibleString object encoding ISO 646 (ASCII) character code points 32 to 126.classA Definite length BIT STRINGclassClass representing the Definite-Length-type ExternalclassThe DLSequence encodes a SEQUENCE using definite length form.classThe DLSet encodes ASN.1 SET value without element ordering, and always using definite length form.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 ASN1PrimitiveModifier and TypeMethodDescriptionprotected ASN1PrimitiveASN1InputStream.buildObject(int tag, int tagNo, int length) build an object given its tag and the number of bytes to construct it from.static ASN1PrimitiveASN1Primitive.fromByteArray(byte[] data) Create a base ASN.1 object from a byte stream.ASN1TaggedObject.getBaseUniversal(boolean declaredExplicit, int tagNo) Note: tagged objects are generally context dependent.static ASN1PrimitiveASN1Util.getBaseUniversal(ASN1TaggedObject taggedObject, int tagClass, int tagNo, boolean declaredExplicit, int baseTagNo) static ASN1PrimitiveASN1Util.getContextBaseUniversal(ASN1TaggedObject taggedObject, int tagNo, boolean declaredExplicit, int baseTagNo) ASN1External.getDataValueDescriptor()Returns the data value descriptorASN1External.getExternalContent()Returns the content of this elementASN1BitString.getLoadedObject()ASN1OctetString.getLoadedObject()final ASN1PrimitiveASN1TaggedObject.getLoadedObject()BERBitStringParser.getLoadedObject()Deprecated.BEROctetStringParser.getLoadedObject()Deprecated.Return an in-memory, encodable, representation of the OCTET STRING.BERSequenceParser.getLoadedObject()Deprecated.Return an in-memory, encodable, representation of the SEQUENCE.BERSetParser.getLoadedObject()Deprecated.Return an in-memory, encodable, representation of the SET.DERExternalParser.getLoadedObject()Return an in-memory, encodable, representation of the EXTERNAL object.DEROctetStringParser.getLoadedObject()Deprecated.Return an in-memory, encodable, representation of the OCTET STRING.DLBitStringParser.getLoadedObject()Deprecated.DLSequenceParser.getLoadedObject()Deprecated.Return an in memory, encodable, representation of the SEQUENCE.DLSetParser.getLoadedObject()Deprecated.Return an in memory, encodable, representation of the SET.InMemoryRepresentable.getLoadedObject()Get the in-memory representation of the ASN.1 object.ASN1InputStream.readObject()ASN1Encodable.toASN1Primitive()Return an object, possibly constructed, of ASN.1 primitivesabstract ASN1PrimitiveASN1Object.toASN1Primitive()Method providing a primitive representation of this object suitable for encoding.final ASN1PrimitiveASN1Primitive.toASN1Primitive()BERBitStringParser.toASN1Primitive()Deprecated.BEROctetStringParser.toASN1Primitive()Deprecated.Return an BEROctetString representing this parser and its contents.BERSequenceParser.toASN1Primitive()Deprecated.Return an BERSequence representing this parser and its contents.BERSetParser.toASN1Primitive()Deprecated.Return an BERSet representing this parser and its contents.DERExternalParser.toASN1Primitive()Return an DERExternal representing this parser and its contents.DEROctetStringParser.toASN1Primitive()Deprecated.Return an DEROctetString representing this parser and its contents.DLBitStringParser.toASN1Primitive()Deprecated.DLSequenceParser.toASN1Primitive()Deprecated.Return a DLSequence representing this parser and its contents.DLSetParser.toASN1Primitive()Deprecated.Return a DLSet representing this parser and its contents.static ASN1PrimitiveASN1Util.tryGetBaseUniversal(ASN1TaggedObject taggedObject, int tagClass, int tagNo, boolean declaredExplicit, int baseTagNo) static ASN1PrimitiveASN1Util.tryGetContextBaseUniversal(ASN1TaggedObject taggedObject, int tagNo, boolean declaredExplicit, int baseTagNo) Methods in org.bouncycastle.asn1 with parameters of type ASN1PrimitiveModifier and TypeMethodDescriptionvoidBERSequenceGenerator.addObject(ASN1Primitive primitive) Add an ASN1.1 primitive to the SEQUENCE being generated.voidDERSequenceGenerator.addObject(ASN1Primitive primitive) Add an ASN1.1 primitive to the SEQUENCE being generated.final booleanASN1Primitive.equals(ASN1Primitive other) final voidASN1OutputStream.writeObject(ASN1Primitive primitive) Constructors in org.bouncycastle.asn1 with parameters of type ASN1PrimitiveModifierConstructorDescriptionDERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) Creates a new instance of DERExternal.DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData) Creates a new instance of DERExternal See X.690 for more informations about the meaning of these parametersDLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) Creates a new instance of Definite-Length External.DLExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData) Creates a new instance of DERExternal See X.690 for more informations about the meaning of these parameters -
Uses of ASN1Primitive in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return ASN1PrimitiveModifier and TypeMethodDescriptionEncryptedObjectStoreData.toASN1Primitive()EncryptedPrivateKeyData.toASN1Primitive()EncryptedSecretKeyData.toASN1Primitive()ExternalValue.toASN1Primitive()LinkedCertificate.toASN1Primitive()ObjectData.toASN1Primitive()ObjectDataSequence.toASN1Primitive()ObjectStore.toASN1Primitive()ObjectStoreData.toASN1Primitive()ObjectStoreIntegrityCheck.toASN1Primitive()PbkdMacIntegrityCheck.toASN1Primitive()SecretKeyData.toASN1Primitive()SignatureCheck.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.asn1.cryptopro
Methods in org.bouncycastle.asn1.cryptopro that return ASN1PrimitiveModifier and TypeMethodDescriptionECGOST3410ParamSetParameters.toASN1Primitive()Gost2814789EncryptedKey.toASN1Primitive()Gost2814789KeyWrapParameters.toASN1Primitive()GOST28147Parameters.toASN1Primitive()Gost28147-89-Parameters ::= SEQUENCE { iv Gost28147-89-IV, encryptionParamSet OBJECT IDENTIFIER } Gost28147-89-IV ::= OCTET STRING (SIZE (8))GOST3410ParamSetParameters.toASN1Primitive()GOST3410PublicKeyAlgParameters.toASN1Primitive()GostR3410KeyTransport.toASN1Primitive()GostR3410TransportParameters.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.asn1.nist
Methods in org.bouncycastle.asn1.nist that return ASN1PrimitiveModifier and TypeMethodDescriptionKMACwithSHAKE128_params.toASN1Primitive()KMACwithSHAKE256_params.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1PrimitiveModifier and TypeMethodDescriptionBasicOCSPResponse.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.CertID.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.CertStatus.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.CrlID.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.OCSPRequest.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.OCSPResponse.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.OCSPResponseStatus.toASN1Primitive()Request.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.ResponderID.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.ResponseBytes.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.ResponseData.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.RevokedInfo.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.ServiceLocator.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.Signature.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.SingleResponse.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.TBSRequest.toASN1Primitive()Produce an object suitable for an ASN1OutputStream. -
Uses of ASN1Primitive in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return ASN1PrimitiveModifier and TypeMethodDescriptionAttribute.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.AuthenticatedSafe.toASN1Primitive()CertBag.toASN1Primitive()CertificationRequest.toASN1Primitive()CertificationRequestInfo.toASN1Primitive()ContentInfo.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.CRLBag.toASN1Primitive()CRLBag ::= SEQUENCE { crlId BAG-TYPE.&id ({CRLTypes}), crlValue [0] EXPLICIT BAG-TYPE.&Type ({CRLTypes}{@crlId}) } x509CRL BAG-TYPE ::= {OCTET STRING IDENTIFIED BY {certTypes 1} -- DER-encoded X.509 CRL stored in OCTET STRING CRLTypes BAG-TYPE ::= { x509CRL, ... -- For future extensions }DHParameter.toASN1Primitive()EncryptedData.toASN1Primitive()EncryptedPrivateKeyInfo.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.EncryptionScheme.toASN1Primitive()IssuerAndSerialNumber.toASN1Primitive()KeyDerivationFunc.toASN1Primitive()MacData.toASN1Primitive()MacData ::= SEQUENCE { mac DigestInfo, macSalt OCTET STRING, iterations INTEGER DEFAULT 1 -- Note: The default is for historic reasons and its use is deprecated.PBEParameter.toASN1Primitive()PBES2Parameters.toASN1Primitive()PBKDF2Params.toASN1Primitive()Return an ASN.1 structure suitable for encoding.PBMAC1Params.toASN1Primitive()Pfx.toASN1Primitive()PKCS12PBEParams.toASN1Primitive()PrivateKeyInfo.toASN1Primitive()RC2CBCParameter.toASN1Primitive()RSAESOAEPparams.toASN1Primitive()RSAES-OAEP-params ::= SEQUENCE { hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1, maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1, pSourceAlgorithm [2] PKCS1PSourceAlgorithms DEFAULT pSpecifiedEmpty } OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-sha1 PARAMETERS NULL }| { OID id-sha256 PARAMETERS NULL }| { OID id-sha384 PARAMETERS NULL }| { OID id-sha512 PARAMETERS NULL }, ... -- Allows for future expansion -- } PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms }, ... -- Allows for future expansion -- } PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-pSpecified PARAMETERS OCTET STRING }, ... -- Allows for future expansion -- }RSAPrivateKey.toASN1Primitive()This outputs the key in PKCS1v2 format.RSAPrivateKeyStructure.toASN1Primitive()Deprecated.This outputs the key in PKCS1v2 format.RSAPublicKey.toASN1Primitive()This outputs the key in PKCS1v2 format.RSASSAPSSparams.toASN1Primitive()RSASSA-PSS-params ::= SEQUENCE { hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1, maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1, saltLength [2] INTEGER DEFAULT 20, trailerField [3] TrailerField DEFAULT trailerFieldBC } OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-sha1 PARAMETERS NULL }| { OID id-sha256 PARAMETERS NULL }| { OID id-sha384 PARAMETERS NULL }| { OID id-sha512 PARAMETERS NULL }, ... -- Allows for future expansion -- } PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= { { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms }, ... -- Allows for future expansion -- } TrailerField ::= INTEGER { trailerFieldBC(1) }SafeBag.toASN1Primitive()SignedData.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.SignerInfo.toASN1Primitive()Produce an object suitable for an ASN1OutputStream. -
Uses of ASN1Primitive in org.bouncycastle.asn1.sec
Methods in org.bouncycastle.asn1.sec that return ASN1PrimitiveModifier and TypeMethodDescriptionECPrivateKey.getParameters()Deprecated.ECPrivateKeyStructure.getParameters()Deprecated.ECPrivateKey.toASN1Primitive()ECPrivateKey ::= SEQUENCE { version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1), privateKey OCTET STRING, parameters [0] Parameters OPTIONAL, publicKey [1] BIT STRING OPTIONAL }ECPrivateKeyStructure.toASN1Primitive()Deprecated.ECPrivateKey ::= SEQUENCE { version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1), privateKey OCTET STRING, parameters [0] Parameters OPTIONAL, publicKey [1] BIT STRING OPTIONAL } -
Uses of ASN1Primitive in org.bouncycastle.asn1.ua
Methods in org.bouncycastle.asn1.ua that return ASN1PrimitiveModifier and TypeMethodDescriptionDSTU4145BinaryField.toASN1Primitive()BinaryField ::= SEQUENCE { M INTEGER, CHOICE {Trinomial, Pentanomial} Trinomial::= INTEGER Pentanomial::= SEQUENCE { k INTEGER, j INTEGER, l INTEGER}DSTU4145ECBinary.toASN1Primitive()ECBinary ::= SEQUENCE { version [0] EXPLICIT INTEGER DEFAULT 0, f BinaryField, a INTEGER (0..1), b OCTET STRING, n INTEGER, bp OCTET STRING}DSTU4145Params.toASN1Primitive()DSTU4145PublicKey.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.asn1.util
Methods in org.bouncycastle.asn1.util with parameters of type ASN1PrimitiveModifier and TypeMethodDescriptionstatic StringDERDump.dumpAsString(ASN1Primitive obj) Deprecated.dump out a DER object as a formatted string -
Uses of ASN1Primitive in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return ASN1PrimitiveModifier and TypeMethodDescriptionAttributeTypeAndValue.toASN1Primitive()AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }DirectoryString.toASN1Primitive()DirectoryString ::= CHOICE { teletexString TeletexString (SIZE (1..MAX)), printableString PrintableString (SIZE (1..MAX)), universalString UniversalString (SIZE (1..MAX)), utf8String UTF8String (SIZE (1..MAX)), bmpString BMPString (SIZE (1..MAX)) }RDN.toASN1Primitive()RelativeDistinguishedName ::= SET OF AttributeTypeAndValue AttributeTypeAndValue ::= SEQUENCE { type AttributeType, value AttributeValue }X500Name.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.asn1.x509
Subclasses of ASN1Primitive in org.bouncycastle.asn1.x509Modifier and TypeClassDescriptionclassPolicyQualifierId, used in the CertificatePolicies X509V3 extension.classThe ReasonFlags object.Methods in org.bouncycastle.asn1.x509 that return ASN1PrimitiveModifier and TypeMethodDescriptionprotected ASN1PrimitiveX509NameEntryConverter.convertHexEncoded(String str, int off) Convert an inline encoded hex string rendition of an ASN.1 object back into its corresponding ASN.1 object.static ASN1PrimitiveX509Extension.convertValueToObject(X509Extension ext) Deprecated.Convert the value of the passed in extension to an objectX509DefaultEntryConverter.getConvertedValue(ASN1ObjectIdentifier oid, String value) Apply default coversion for the given value depending on the oid and the character range of the value.abstract ASN1PrimitiveX509NameEntryConverter.getConvertedValue(ASN1ObjectIdentifier oid, String value) Convert the passed in String value into the appropriate ASN.1 encoded object.SubjectPublicKeyInfo.getPublicKey()Deprecated.use parsePublicKeySubjectPublicKeyInfo.parsePublicKey()for when the public key is an encoded object - if the bitstring can't be decoded this routine throws an IOException.AccessDescription.toASN1Primitive()AlgorithmIdentifier.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.AltSignatureAlgorithm.toASN1Primitive()AltSignatureValue.toASN1Primitive()AttCertIssuer.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.AttCertValidityPeriod.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.Attribute.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.AttributeCertificate.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.AttributeCertificateInfo.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.AuthorityInformationAccess.toASN1Primitive()AuthorityKeyIdentifier.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.BasicConstraints.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.Certificate.toASN1Primitive()CertificateList.toASN1Primitive()CertificatePair.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.CertificatePolicies.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.CertPolicyId.toASN1Primitive()CRLDistPoint.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.CRLNumber.toASN1Primitive()CRLReason.toASN1Primitive()DeltaCertificateDescriptor.toASN1Primitive()DigestInfo.toASN1Primitive()DisplayText.toASN1Primitive()DistributionPoint.toASN1Primitive()DistributionPointName.toASN1Primitive()DSAParameter.toASN1Primitive()ExtendedKeyUsage.toASN1Primitive()Return the ASN.1 primitive form of this object.Extension.toASN1Primitive()Extensions.toASN1Primitive()Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension Extension ::= SEQUENCE { extnId EXTENSION.&id ({ExtensionSet}), critical BOOLEAN DEFAULT FALSE, extnValue OCTET STRING }GeneralName.toASN1Primitive()GeneralNames.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.GeneralSubtree.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.Holder.toASN1Primitive()IetfAttrSyntax.toASN1Primitive()IetfAttrSyntax ::= SEQUENCE { policyAuthority [0] GeneralNames OPTIONAL, values SEQUENCE OF CHOICE { octets OCTET STRING, oid OBJECT IDENTIFIER, string UTF8String } }IssuerSerial.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.IssuingDistributionPoint.toASN1Primitive()KeyPurposeId.toASN1Primitive()KeyUsage.toASN1Primitive()NameConstraints.toASN1Primitive()NoticeReference.toASN1Primitive()DescribetoASN1Objectmethod here.ObjectDigestInfo.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.OtherName.toASN1Primitive()PolicyConstraints.toASN1Primitive()PolicyInformation.toASN1Primitive()PolicyMappings.toASN1Primitive()PolicyQualifierInfo.toASN1Primitive()Returns a DER-encodable representation of this instance.PrivateKeyUsagePeriod.toASN1Primitive()RoleSyntax.toASN1Primitive()Implementation of the methodtoASN1Objectas required by the superclassASN1Encodable.RSAPublicKeyStructure.toASN1Primitive()Deprecated.This outputs the key in PKCS1v2 format.SubjectAltPublicKeyInfo.toASN1Primitive()SubjectDirectoryAttributes.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.SubjectKeyIdentifier.toASN1Primitive()SubjectPublicKeyInfo.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.Target.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.TargetInformation.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.Targets.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.TBSCertificate.toASN1Primitive()TBSCertificateStructure.toASN1Primitive()Deprecated.TBSCertList.CRLEntry.toASN1Primitive()TBSCertList.toASN1Primitive()Time.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.UserNotice.toASN1Primitive()V2Form.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.X509CertificateStructure.toASN1Primitive()Deprecated.X509Extensions.toASN1Primitive()Deprecated.Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension Extension ::= SEQUENCE { extnId EXTENSION.&id ({ExtensionSet}), critical BOOLEAN DEFAULT FALSE, extnValue OCTET STRING }X509Name.toASN1Primitive()Deprecated.Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Primitive -
Uses of ASN1Primitive in org.bouncycastle.asn1.x509.qualified
Methods in org.bouncycastle.asn1.x509.qualified that return ASN1PrimitiveModifier and TypeMethodDescriptionBiometricData.toASN1Primitive()Iso4217CurrencyCode.toASN1Primitive()MonetaryValue.toASN1Primitive()QCStatement.toASN1Primitive()SemanticsInformation.toASN1Primitive()TypeOfBiometricData.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.asn1.x509.sigi
Methods in org.bouncycastle.asn1.x509.sigi that return ASN1PrimitiveModifier and TypeMethodDescriptionNameOrPseudonym.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.PersonalData.toASN1Primitive()Produce an object suitable for an ASN1OutputStream. -
Uses of ASN1Primitive in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return ASN1PrimitiveModifier and TypeMethodDescriptionX962Parameters.getParameters()X9FieldID.getParameters()DHDomainParameters.toASN1Primitive()Deprecated.DHPublicKey.toASN1Primitive()Return an ASN.1 primitive representation of this object.DHValidationParms.toASN1Primitive()Deprecated.DomainParameters.toASN1Primitive()Return an ASN.1 primitive representation of this object.KeySpecificInfo.toASN1Primitive()Return an ASN.1 primitive representation of this object.OtherInfo.toASN1Primitive()Return an ASN.1 primitive representation of this object.ValidationParams.toASN1Primitive()X962Parameters.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.X9Curve.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.X9ECParameters.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.X9ECPoint.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.X9FieldElement.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.X9FieldID.toASN1Primitive()Produce a DER encoding of the following structure. -
Uses of ASN1Primitive in org.bouncycastle.cert.jcajce
Methods in org.bouncycastle.cert.jcajce that return ASN1PrimitiveModifier and TypeMethodDescriptionstatic ASN1PrimitiveJcaX509ExtensionUtils.parseExtensionValue(byte[] encExtValue) Return the ASN.1 object contained in a byte[] returned by a getExtensionValue() call. -
Uses of ASN1Primitive in org.bouncycastle.internal.asn1.cms
Methods in org.bouncycastle.internal.asn1.cms that return ASN1PrimitiveModifier and TypeMethodDescriptionCCMParameters.toASN1Primitive()GCMParameters.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.internal.asn1.misc
Subclasses of ASN1Primitive in org.bouncycastle.internal.asn1.miscModifier and TypeClassDescriptionclassThe NetscapeCertType object.classclassMethods in org.bouncycastle.internal.asn1.misc that return ASN1PrimitiveModifier and TypeMethodDescriptionCAST5CBCParameters.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.IDEACBCPar.toASN1Primitive()Produce an object suitable for an ASN1OutputStream.ScryptParams.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.internal.asn1.oiw
Methods in org.bouncycastle.internal.asn1.oiw that return ASN1Primitive -
Uses of ASN1Primitive in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type ASN1PrimitiveModifier and TypeMethodDescriptionstatic AlgorithmParameterSpecGcmSpecUtil.extractGcmSpec(ASN1Primitive spec) -
Uses of ASN1Primitive in org.bouncycastle.jce
Methods in org.bouncycastle.jce that return ASN1Primitive -
Uses of ASN1Primitive in org.bouncycastle.jce.netscape
Methods in org.bouncycastle.jce.netscape that return ASN1Primitive -
Uses of ASN1Primitive in org.bouncycastle.mozilla
Methods in org.bouncycastle.mozilla that return ASN1PrimitiveModifier and TypeMethodDescriptionSignedPublicKeyAndChallenge.toASN1Primitive()Deprecated.use toASN1Structure -
Uses of ASN1Primitive in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that return ASN1Primitive -
Uses of ASN1Primitive in org.bouncycastle.pqc.asn1
Methods in org.bouncycastle.pqc.asn1 that return ASN1PrimitiveModifier and TypeMethodDescriptionCMCEPrivateKey.toASN1Primitive()CMCEPublicKey.toASN1Primitive()FalconPrivateKey.toASN1Primitive()FalconPublicKey.toASN1Primitive()GMSSPrivateKey.toASN1Primitive()GMSSPublicKey.toASN1Primitive()KyberPrivateKey.toASN1Primitive()KyberPublicKey.toASN1Primitive()McElieceCCA2PrivateKey.toASN1Primitive()McElieceCCA2PublicKey.toASN1Primitive()McEliecePrivateKey.toASN1Primitive()McEliecePublicKey.toASN1Primitive()ParSet.toASN1Primitive()RainbowPrivateKey.toASN1Primitive()RainbowPublicKey.toASN1Primitive()SABERPrivateKey.toASN1Primitive()SABERPublicKey.toASN1Primitive()SPHINCS256KeyParams.toASN1Primitive()SPHINCSPLUSPrivateKey.toASN1Primitive()SPHINCSPLUSPublicKey.toASN1Primitive()XMSSKeyParams.toASN1Primitive()XMSSMTKeyParams.toASN1Primitive()XMSSMTPrivateKey.toASN1Primitive()XMSSMTPublicKey.toASN1Primitive()XMSSPrivateKey.toASN1Primitive()XMSSPublicKey.toASN1Primitive() -
Uses of ASN1Primitive in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return ASN1Primitive -
Uses of ASN1Primitive in org.bouncycastle.x509.extension
Methods in org.bouncycastle.x509.extension that return ASN1PrimitiveModifier and TypeMethodDescriptionstatic ASN1PrimitiveX509ExtensionUtil.fromExtensionValue(byte[] encodedValue) Deprecated.use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.parseExtensionValue()
ECPrivateKey.getParametersObject()instead and getInstance methods or similar to get the object at the desired type.