Uses of Class
org.bouncycastle.asn1.ASN1Primitive
Packages that use ASN1Primitive
Package
Description
A library for parsing and writing ASN.1 objects.
BC specific object identifiers and classes for the BCFKS key store.
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
Miscellaneous object identifiers and objects.
Support classes useful for encoding objects used by mozilla.
Support classes for NIST related objects.
Support classes useful for encoding and supporting OCSP objects.
Objects and OID for the support of ISO OIW.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Classes for support of the SEC standard for Elliptic Curve.
Classes and object identifiers related to Ukranian DTSU4145 signature standard.
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 processing messages based around RFC3739
Classes and object identifiers related to the SigI specifciation (German Signature Law Interoperability specification).
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
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 an ASN.1 ApplicationSpecific objectclassBase class for BIT STRING objectsclassPublic 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.classClass representing the ASN.1 INTEGER type.classA NULL object - use DERNull.INSTANCE for populating structures.classClass representing the ASN.1 OBJECT IDENTIFIER type.classAbstract base for the ASN.1 OCTET STRING data typeclassASN.1SEQUENCEandSEQUENCE OFconstructs.classASN.1SETandSET OFconstructs.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).class- * UTC time object.classAn indefinite-length encoding version of an ASN.1 ApplicationSpecific object.classASN.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 DER encoding version of an application specific object.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 DER encoding version of an application specific object.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).Fields in org.bouncycastle.asn1 declared as ASN1PrimitiveModifier and TypeFieldDescriptionprotected ASN1PrimitiveASN1External.dataValueDescriptorprotected ASN1PrimitiveASN1External.externalContentMethods 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.ASN1External.getDataValueDescriptor()Returns the data value descriptorASN1External.getExternalContent()Returns the content of this elementASN1BitString.getLoadedObject()ASN1OctetString.getLoadedObject()ASN1TaggedObject.getLoadedObject()BERApplicationSpecificParser.getLoadedObject()Return an in-memory, encodable, representation of the application specific object.BEROctetStringParser.getLoadedObject()Return an in-memory, encodable, representation of the OCTET STRING.BERSequenceParser.getLoadedObject()Return an in-memory, encodable, representation of the SEQUENCE.BERSetParser.getLoadedObject()Return an in-memory, encodable, representation of the SET.BERTaggedObjectParser.getLoadedObject()Return an in-memory, encodable, representation of the tagged object.DERExternalParser.getLoadedObject()Return an in-memory, encodable, representation of the EXTERNAL object.DEROctetStringParser.getLoadedObject()Return an in-memory, encodable, representation of the OCTET STRING.DERSequenceParser.getLoadedObject()Deprecated.Return an in memory, encodable, representation of the SEQUENCE.DERSetParser.getLoadedObject()Deprecated.Return an in memory, encodable, representation of the SET.DLSequenceParser.getLoadedObject()Return an in memory, encodable, representation of the SEQUENCE.DLSetParser.getLoadedObject()Return an in memory, encodable, representation of the SET.InMemoryRepresentable.getLoadedObject()Get the in-memory representation of the ASN.1 object.ASN1ApplicationSpecific.getObject()Return the enclosed object assuming explicit tagging.ASN1ApplicationSpecific.getObject(int derTagNo) Return the enclosed object assuming implicit tagging.ASN1TaggedObject.getObject()Return whatever was following the tag.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()BERApplicationSpecificParser.toASN1Primitive()Return a BERApplicationSpecific representing this parser and its contents.BEROctetStringParser.toASN1Primitive()Return an BEROctetString representing this parser and its contents.BERSequenceParser.toASN1Primitive()Return an BERSequence representing this parser and its contents.BERSetParser.toASN1Primitive()Return an BERSet representing this parser and its contents.BERTaggedObjectParser.toASN1Primitive()Return an ASN1TaggedObject representing this parser and its contents.DERExternalParser.toASN1Primitive()Return an DERExternal representing this parser and its contents.DEROctetStringParser.toASN1Primitive()Return an DEROctetString representing this parser and its contents.DERSequenceParser.toASN1Primitive()Deprecated.Return a DERSequence representing this parser and its contents.DERSetParser.toASN1Primitive()Deprecated.Return a DERSet representing this parser and its contents.DLSequenceParser.toASN1Primitive()Return a DLSequence representing this parser and its contents.DLSetParser.toASN1Primitive()Return a DLSet representing this parser and its contents.Methods in org.bouncycastle.asn1 with parameters of type ASN1PrimitiveModifier and TypeMethodDescriptionprotected booleanDERBMPString.asn1Equals(ASN1Primitive o) final booleanASN1Primitive.equals(ASN1Primitive other) voidASN1OutputStream.writeObject(ASN1Primitive primitive) Constructors in org.bouncycastle.asn1 with parameters of type ASN1PrimitiveModifierConstructorDescriptionASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) Creates a new instance of External.ASN1External(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData) Creates a new instance of External See X.690 for more informations about the meaning of these parametersDERExternal(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()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.misc
Subclasses of ASN1Primitive in org.bouncycastle.asn1.miscModifier and TypeClassDescriptionclassThe NetscapeCertType object.classclassMethods in org.bouncycastle.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.asn1.mozilla
Methods in org.bouncycastle.asn1.mozilla that return ASN1PrimitiveModifier and TypeMethodDescriptionPublicKeyAndChallenge.toASN1Primitive()SignedPublicKeyAndChallenge.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.oiw
Methods in org.bouncycastle.asn1.oiw that return ASN1Primitive -
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, ...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.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 }, ...RSAPrivateKey.toASN1Primitive()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 }, ...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()ECPrivateKey.toASN1Primitive()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.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 TypeMethodDescriptionSubjectPublicKeyInfo.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()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.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()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.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()DHPublicKey.toASN1Primitive()Return an ASN.1 primitive representation of this object.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.internal.asn1.cms
Methods in org.bouncycastle.internal.asn1.cms that return ASN1PrimitiveModifier and TypeMethodDescriptionCCMParameters.toASN1Primitive()GCMParameters.toASN1Primitive()GenericHybridParameters.toASN1Primitive()RsaKemParameters.toASN1Primitive()