Uses of Interface
org.bouncycastle.asn1.ASN1Encodable
-
Uses of ASN1Encodable in org.bouncycastle.asn1
Subinterfaces of ASN1Encodable in org.bouncycastle.asn1 Modifier and Type Interface Description interfaceASN1ApplicationSpecificParserinterfaceASN1OctetStringParserinterfaceASN1SequenceParserinterfaceASN1SetParserinterfaceASN1TaggedObjectParserClasses in org.bouncycastle.asn1 that implement ASN1Encodable Modifier and Type Class Description classASN1BooleanclassASN1EnumeratedclassASN1GeneralizedTimeclassASN1IntegerclassASN1NullA NULL object.classASN1ObjectclassASN1ObjectIdentifierclassASN1OctetStringclassASN1PrimitiveclassASN1SequenceclassASN1SetclassASN1TaggedObjectASN.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).classASN1UTCTimeclassBERApplicationSpecificclassBERApplicationSpecificParserclassBERConstructedOctetStringDeprecated.use BEROctetStringclassBEROctetStringclassBEROctetStringParserclassBERSequenceclassBERSequenceParserclassBERSetclassBERSetParserclassBERTaggedObjectBER 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).classBERTaggedObjectParserclassDERApplicationSpecificBase class for an application specific objectclassDERBitStringclassDERBMPStringDER BMPString object.classDERBooleanclassDEREnumeratedclassDERExternalClass representing the DER-type ExternalclassDERExternalParserclassDERGeneralizedTimeGeneralized time object.classDERGeneralStringclassDERIA5StringDER IA5String object - this is an ascii string.classDERIntegerclassDERNullA NULL object.classDERNumericStringDER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.classDERObjectIdentifierclassDEROctetStringclassDEROctetStringParserclassDERPrintableStringDER PrintableString object.classDERSequenceclassDERSequenceParserclassDERSetA DER encoded set objectclassDERSetParserclassDERT61StringDER T61String (also the teletex string), try not to use this if you don't need to.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).classDERUniversalStringDER UniversalString object.classDERUTCTimeUTC time object.classDERUTF8StringDER UTF8String object.classDERVisibleStringDER VisibleString object.classDLSequenceclassDLSetA DER encoded set objectclassDLTaggedObjectDefinite 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 ASN1Encodable Modifier and Type Method Description ASN1EncodableASN1EncodableVector. get(int i)ASN1EncodableASN1Sequence. getObjectAt(int index)return the object at the sequence position indicated by index.ASN1EncodableASN1Set. getObjectAt(int index)return the object at the set position indicated by index.ASN1EncodableASN1TaggedObject. getObjectParser(int tag, boolean isExplicit)Return the object held in this tagged object as a parser assuming it has the type of the passed in tag.ASN1EncodableASN1TaggedObjectParser. getObjectParser(int tag, boolean isExplicit)ASN1EncodableBERTaggedObjectParser. getObjectParser(int tag, boolean isExplicit)ASN1EncodableASN1ApplicationSpecificParser. readObject()ASN1EncodableASN1SequenceParser. readObject()ASN1EncodableASN1SetParser. readObject()ASN1EncodableASN1StreamParser. readObject()ASN1EncodableBERApplicationSpecificParser. readObject()ASN1EncodableBERSequenceParser. readObject()ASN1EncodableBERSetParser. readObject()ASN1EncodableDERExternalParser. readObject()ASN1EncodableDERSequenceParser. readObject()ASN1EncodableDERSetParser. readObject()ASN1Encodable[]ASN1Sequence. toArray()ASN1Encodable[]ASN1Set. toArray()Methods in org.bouncycastle.asn1 with parameters of type ASN1Encodable Modifier and Type Method Description voidASN1EncodableVector. add(ASN1Encodable obj)voidASN1OutputStream. writeObject(ASN1Encodable obj)voidDEROutputStream. writeObject(ASN1Encodable obj)voidDLOutputStream. writeObject(ASN1Encodable obj)Constructors in org.bouncycastle.asn1 with parameters of type ASN1Encodable Constructor Description ASN1Sequence(ASN1Encodable obj)create a sequence containing one objectASN1Sequence(ASN1Encodable[] array)create a sequence containing a vector of objects.ASN1Set(ASN1Encodable obj)create a sequence containing one objectASN1Set(ASN1Encodable[] array, boolean doSort)create a sequence containing a vector of objects.ASN1TaggedObject(boolean explicit, int tagNo, ASN1Encodable obj)Create a tagged object with the style given by the value of explicit.BERConstructedOctetString(ASN1Encodable obj)Deprecated.BERSequence(ASN1Encodable obj)create a sequence containing one objectBERSequence(ASN1Encodable[] array)create a sequence containing an array of objects.BERSet(ASN1Encodable obj)BERSet(ASN1Encodable[] a)create a set from an array of objects.BERTaggedObject(boolean explicit, int tagNo, ASN1Encodable obj)BERTaggedObject(int tagNo, ASN1Encodable obj)DERApplicationSpecific(boolean explicit, int tag, ASN1Encodable object)DERApplicationSpecific(int tag, ASN1Encodable object)DERBitString(ASN1Encodable obj)DEROctetString(ASN1Encodable obj)DERSequence(ASN1Encodable obj)create a sequence containing one objectDERSequence(ASN1Encodable[] array)create a sequence containing an array of objects.DERSet(ASN1Encodable obj)DERSet(ASN1Encodable[] a)create a set from an array of objects.DERTaggedObject(boolean explicit, int tagNo, ASN1Encodable obj)DERTaggedObject(int tagNo, ASN1Encodable encodable)DLSequence(ASN1Encodable obj)create a sequence containing one objectDLSequence(ASN1Encodable[] array)create a sequence containing an array of objects.DLSet(ASN1Encodable obj)DLSet(ASN1Encodable[] a)create a set from an array of objects.DLTaggedObject(boolean explicit, int tagNo, ASN1Encodable obj) -
Uses of ASN1Encodable in org.bouncycastle.asn1.cms
Classes in org.bouncycastle.asn1.cms that implement ASN1Encodable Modifier and Type Class Description classAttributeclassAttributesclassContentInfoclassIssuerAndSerialNumberclassSignedDataa signed data object.classSignerIdentifierclassSignerInfoclassTimeMethods in org.bouncycastle.asn1.cms that return ASN1Encodable Modifier and Type Method Description ASN1Encodable[]Attribute. getAttributeValues()ASN1EncodableContentInfo. getContent()ASN1EncodableSignerIdentifier. getId()Methods in org.bouncycastle.asn1.cms with parameters of type ASN1Encodable Modifier and Type Method Description AttributeTableAttributeTable. add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)Return a new table with the passed in attribute added.Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1Encodable Constructor Description ContentInfo(ASN1ObjectIdentifier contentType, ASN1Encodable content) -
Uses of ASN1Encodable in org.bouncycastle.asn1.misc
Classes in org.bouncycastle.asn1.misc that implement ASN1Encodable Modifier and Type Class Description classNetscapeCertTypeThe NetscapeCertType object.classNetscapeRevocationURLclassVerisignCzagExtension -
Uses of ASN1Encodable in org.bouncycastle.asn1.pkcs
Classes in org.bouncycastle.asn1.pkcs that implement ASN1Encodable Modifier and Type Class Description classAuthenticatedSafeclassCertBagclassCertificationRequestPKCS10 Certification request object.classCertificationRequestInfoPKCS10 CertificationRequestInfo object.classContentInfoclassCRLBagclassDHParameterclassEncryptedDataThe EncryptedData object.classEncryptedPrivateKeyInfoclassEncryptionSchemeclassIssuerAndSerialNumberclassKeyDerivationFuncclassMacDataclassPBEParameterclassPBES2AlgorithmsDeprecated.- use AlgorithmIdentifier and PBES2ParametersclassPBES2ParametersclassPBKDF2ParamsclassPfxthe infamous Pfx from PKCS12classPKCS12PBEParamsclassPrivateKeyInfoclassRSAESOAEPparamsclassRSAPrivateKeyclassRSAPrivateKeyStructureDeprecated.use RSAPrivateKeyclassRSAPublicKeyclassRSASSAPSSparamsclassSafeBagclassSignedDataa PKCS#7 signed data object.Methods in org.bouncycastle.asn1.pkcs that return ASN1Encodable Modifier and Type Method Description ASN1EncodableSafeBag. getBagValue()ASN1EncodableCertBag. getCertValue()ASN1EncodableContentInfo. getContent()ASN1EncodableCRLBag. getCRLValue()ASN1EncodableEncryptionScheme. getParameters()ASN1EncodableKeyDerivationFunc. getParameters()ASN1EncodablePrivateKeyInfo. parsePrivateKey()Constructors in org.bouncycastle.asn1.pkcs with parameters of type ASN1Encodable Constructor Description CertBag(ASN1ObjectIdentifier certId, ASN1Encodable certValue)ContentInfo(ASN1ObjectIdentifier contentType, ASN1Encodable content)CRLBag(ASN1ObjectIdentifier crlId, ASN1Encodable crlValue)EncryptedData(ASN1ObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, ASN1Encodable content)EncryptionScheme(ASN1ObjectIdentifier objectId, ASN1Encodable parameters)KeyDerivationFunc(ASN1ObjectIdentifier objectId, ASN1Encodable parameters)PrivateKeyInfo(AlgorithmIdentifier algId, ASN1Encodable privateKey)PrivateKeyInfo(AlgorithmIdentifier algId, ASN1Encodable privateKey, ASN1Set attributes)SafeBag(ASN1ObjectIdentifier oid, ASN1Encodable obj)SafeBag(ASN1ObjectIdentifier oid, ASN1Encodable obj, ASN1Set bagAttributes) -
Uses of ASN1Encodable in org.bouncycastle.asn1.sec
Classes in org.bouncycastle.asn1.sec that implement ASN1Encodable Modifier and Type Class Description classECPrivateKeythe elliptic curve private key object from SEC 1classECPrivateKeyStructureDeprecated.use ECPrivateKeyConstructors in org.bouncycastle.asn1.sec with parameters of type ASN1Encodable Constructor Description ECPrivateKeyStructure(BigInteger key, ASN1Encodable parameters)Deprecated.ECPrivateKeyStructure(BigInteger key, DERBitString publicKey, ASN1Encodable parameters)Deprecated. -
Uses of ASN1Encodable in org.bouncycastle.asn1.x500
Classes in org.bouncycastle.asn1.x500 that implement ASN1Encodable Modifier and Type Class Description classAttributeTypeAndValueclassDirectoryStringclassRDNclassX500NameName ::= CHOICE { RDNSequence } RDNSequence ::= SEQUENCE OF RelativeDistinguishedName RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY }Methods in org.bouncycastle.asn1.x500 that return ASN1Encodable Modifier and Type Method Description ASN1EncodableAttributeTypeAndValue. getValue()ASN1EncodableX500NameStyle. stringToValue(ASN1ObjectIdentifier oid, String value)Convert the passed in String value into the appropriate ASN.1 encoded object.Methods in org.bouncycastle.asn1.x500 with parameters of type ASN1Encodable Modifier and Type Method Description X500NameBuilderX500NameBuilder. addMultiValuedRDN(ASN1ObjectIdentifier[] oids, ASN1Encodable[] values)X500NameBuilderX500NameBuilder. addRDN(ASN1ObjectIdentifier oid, ASN1Encodable value)Constructors in org.bouncycastle.asn1.x500 with parameters of type ASN1Encodable Constructor Description AttributeTypeAndValue(ASN1ObjectIdentifier type, ASN1Encodable value)RDN(ASN1ObjectIdentifier oid, ASN1Encodable value)Create a single valued RDN. -
Uses of ASN1Encodable in org.bouncycastle.asn1.x500.style
Methods in org.bouncycastle.asn1.x500.style that return ASN1Encodable Modifier and Type Method Description ASN1EncodableBCStyle. stringToValue(ASN1ObjectIdentifier oid, String value)ASN1EncodableRFC4519Style. stringToValue(ASN1ObjectIdentifier oid, String value)static ASN1EncodableIETFUtils. valueFromHexString(String str, int off)Methods in org.bouncycastle.asn1.x500.style with parameters of type ASN1Encodable Modifier and Type Method Description static StringIETFUtils. valueToString(ASN1Encodable value) -
Uses of ASN1Encodable in org.bouncycastle.asn1.x509
Classes in org.bouncycastle.asn1.x509 that implement ASN1Encodable Modifier and Type Class Description classAlgorithmIdentifierclassAttCertIssuerclassAttCertValidityPeriodclassAttributeclassAttributeCertificateclassAttributeCertificateInfoclassAuthorityKeyIdentifierThe AuthorityKeyIdentifier object.classBasicConstraintsclassCertificatean X509Certificate structure.classCertificateListPKIX RFC-2459 The X.509 v2 CRL syntax is as follows.classCRLDistPointclassCRLNumberThe CRLNumber object.classCRLReasonThe CRLReason enumeration.classDigestInfoThe DigestInfo object.classDistributionPointThe DistributionPoint object.classDistributionPointNameThe DistributionPointName object.classDSAParameterclassExtendedKeyUsageThe extendedKeyUsage object.classExtensionan object for the elements in the X.509 V3 extension block.classExtensionsclassGeneralNameThe GeneralName object.classGeneralNamesclassGeneralSubtreeClass for containing a restriction object subtrees in NameConstraints.classHolderThe Holder object.classIssuerSerialclassIssuingDistributionPointIssuingDistributionPoint ::= SEQUENCE { distributionPoint [0] DistributionPointName OPTIONAL, onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE, onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE, onlySomeReasons [3] ReasonFlags OPTIONAL, indirectCRL [4] BOOLEAN DEFAULT FALSE, onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }classKeyPurposeIdThe KeyPurposeId object.classKeyUsageThe KeyUsage object.classNameConstraintsclassObjectDigestInfoObjectDigestInfo ASN.1 structure used in v2 attribute certificates.classPolicyInformationclassReasonFlagsThe ReasonFlags object.classRSAPublicKeyStructureDeprecated.use org.bouncycastle.asn1.pkcs.RSAPublicKeyclassSubjectKeyIdentifierThe SubjectKeyIdentifier object.classSubjectPublicKeyInfoThe object that contains the public key stored in a certficate.classTBSCertificateThe TBSCertificate object.classTBSCertificateStructureThe TBSCertificate object.classTBSCertListPKIX RFC-2459 - TBSCertList object.static classTBSCertList.CRLEntryclassTimeclassV2FormclassX509CertificateStructureDeprecated.use org.bouncycastle.asn1.x509.CertificateclassX509ExtensionsDeprecated.use ExtensionsclassX509NameDeprecated.use org.bouncycastle.asn1.x500.X500Name.Methods in org.bouncycastle.asn1.x509 that return ASN1Encodable Modifier and Type Method Description ASN1Encodable[]Attribute. getAttributeValues()ASN1EncodableExtensions. getExtensionParsedValue(ASN1ObjectIdentifier oid)return the parsed value of the extension represented by the object identifier passed in.ASN1EncodableAttCertIssuer. getIssuer()ASN1EncodableDistributionPointName. getName()Return the tagged object inside the distribution point name.ASN1EncodableGeneralName. getName()ASN1EncodableAlgorithmIdentifier. getParameters()ASN1EncodableExtension. getParsedValue()ASN1EncodableX509Extension. getParsedValue()Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1Encodable Modifier and Type Method Description voidExtensionsGenerator. addExtension(ASN1ObjectIdentifier oid, boolean critical, ASN1Encodable value)Add an extension with the given oid and the passed in value to be included in the OCTET STRING associated with the extension.voidX509ExtensionsGenerator. addExtension(ASN1ObjectIdentifier oid, boolean critical, ASN1Encodable value)Deprecated.Add an extension with the given oid and the passed in value to be included in the OCTET STRING associated with the extension.voidX509ExtensionsGenerator. addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)Deprecated.use ASN1ObjectIdentifierConstructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Encodable Constructor Description AlgorithmIdentifier(ASN1ObjectIdentifier objectId, ASN1Encodable parameters)AlgorithmIdentifier(DERObjectIdentifier objectId, ASN1Encodable parameters)Deprecated.use ASN1ObjectIdentifierDistributionPointName(int type, ASN1Encodable name)GeneralName(int tag, ASN1Encodable name)When the subjectAltName extension contains an Internet mail address, the address MUST be included as an rfc822Name.SubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable publicKey) -
Uses of ASN1Encodable in org.bouncycastle.asn1.x9
Classes in org.bouncycastle.asn1.x9 that implement ASN1Encodable Modifier and Type Class Description classDHDomainParametersclassDHPublicKeyclassDHValidationParmsclassX962ParametersclassX9CurveASN.1 def for Elliptic-Curve Curve structure.classX9ECParametersASN.1 def for Elliptic-Curve ECParameters structure.classX9ECPointclass for describing an ECPoint as a DER object.classX9FieldElementclass for processing an FieldElement as a DER object.classX9FieldIDASN.1 def for Elliptic-Curve Field ID structure. -
Uses of ASN1Encodable in org.bouncycastle.jcajce.provider.asymmetric.dh
Methods in org.bouncycastle.jcajce.provider.asymmetric.dh that return ASN1Encodable Modifier and Type Method Description ASN1EncodableBCDHPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)Methods in org.bouncycastle.jcajce.provider.asymmetric.dh with parameters of type ASN1Encodable Modifier and Type Method Description voidBCDHPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) -
Uses of ASN1Encodable in org.bouncycastle.jcajce.provider.asymmetric.dsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa that return ASN1Encodable Modifier and Type Method Description ASN1EncodableBCDSAPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type ASN1Encodable Modifier and Type Method Description voidBCDSAPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) -
Uses of ASN1Encodable in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that return ASN1Encodable Modifier and Type Method Description ASN1EncodableBCECPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)Methods in org.bouncycastle.jcajce.provider.asymmetric.ec with parameters of type ASN1Encodable Modifier and Type Method Description voidBCECPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) -
Uses of ASN1Encodable in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa that return ASN1Encodable Modifier and Type Method Description ASN1EncodableBCRSAPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa with parameters of type ASN1Encodable Modifier and Type Method Description voidBCRSAPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) -
Uses of ASN1Encodable in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return ASN1Encodable Modifier and Type Method Description ASN1EncodablePKCS12BagAttributeCarrierImpl. getBagAttribute(ASN1ObjectIdentifier oid)Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ASN1Encodable Modifier and Type Method Description static byte[]KeyUtil. getEncodedPrivateKeyInfo(AlgorithmIdentifier algId, ASN1Encodable privKey)static byte[]KeyUtil. getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyData)voidPKCS12BagAttributeCarrierImpl. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) -
Uses of ASN1Encodable in org.bouncycastle.jce
Classes in org.bouncycastle.jce that implement ASN1Encodable Modifier and Type Class Description classPKCS10CertificationRequestDeprecated.use classes in org.bouncycastle.pkcs.classX509Principala general extension of X509Name with a couple of extra methods and constructors. -
Uses of ASN1Encodable in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return ASN1Encodable Modifier and Type Method Description ASN1EncodablePKCS12BagAttributeCarrier. getBagAttribute(ASN1ObjectIdentifier oid)Methods in org.bouncycastle.jce.interfaces with parameters of type ASN1Encodable Modifier and Type Method Description voidPKCS12BagAttributeCarrier. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) -
Uses of ASN1Encodable in org.bouncycastle.jce.netscape
Classes in org.bouncycastle.jce.netscape that implement ASN1Encodable Modifier and Type Class Description classNetscapeCertRequestHandles NetScape certificate request (KEYGEN), these are constructed as: -
Uses of ASN1Encodable in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return ASN1Encodable Modifier and Type Method Description ASN1EncodableJCEDHPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)ASN1EncodableJCEECPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)ASN1EncodableJCERSAPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)ASN1EncodableJDKDSAPrivateKey. getBagAttribute(ASN1ObjectIdentifier oid)ASN1EncodableX509CertificateObject. getBagAttribute(ASN1ObjectIdentifier oid)Methods in org.bouncycastle.jce.provider with parameters of type ASN1Encodable Modifier and Type Method Description voidJCEDHPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)voidJCEECPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)voidJCERSAPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)voidJDKDSAPrivateKey. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)voidX509CertificateObject. setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) -
Uses of ASN1Encodable in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement ASN1Encodable Modifier and Type Class Description classX509AttributeClass for carrying the values in an X.509 Attribute.Methods in org.bouncycastle.x509 that return ASN1Encodable Modifier and Type Method Description ASN1Encodable[]X509Attribute. getValues()Methods in org.bouncycastle.x509 with parameters of type ASN1Encodable Modifier and Type Method Description voidX509V3CertificateGenerator. addExtension(String oid, boolean critical, ASN1Encodable value)Deprecated.add a given extension field for the standard extensions tag (tag 3)voidX509V3CertificateGenerator. addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)Deprecated.add a given extension field for the standard extensions tag (tag 3)Constructors in org.bouncycastle.x509 with parameters of type ASN1Encodable Constructor Description X509Attribute(String oid, ASN1Encodable value)Create an X.509 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing value. -
Uses of ASN1Encodable in org.bouncycastle.x509.extension
Classes in org.bouncycastle.x509.extension that implement ASN1Encodable Modifier and Type Class Description classAuthorityKeyIdentifierStructureDeprecated.use JcaX509ExtensionUtils and AuthorityKeyIdentifier.getInstance()classSubjectKeyIdentifierStructureDeprecated.use JcaX509ExtensionUtils andSubjectKeyIdentifier.getInstance()