Uses of Class
org.gudy.bouncycastle.asn1.DERObjectIdentifier
Packages that use DERObjectIdentifier
Package
Description
A library for parsing and writing ASN.1 objects.
Miscellaneous object identifiers and objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1
Methods in org.gudy.bouncycastle.asn1 that return DERObjectIdentifierModifier and TypeMethodDescriptionstatic DERObjectIdentifier
DERObjectIdentifier.getInstance
(Object obj) return an OID from the passed in objectstatic DERObjectIdentifier
DERObjectIdentifier.getInstance
(ASN1TaggedObject obj, boolean explicit) return an Object Identifier from a tagged object. -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.cms
Fields in org.gudy.bouncycastle.asn1.cms declared as DERObjectIdentifierModifier and TypeFieldDescriptionstatic final DERObjectIdentifier
CMSObjectIdentifiers.compressedData
private DERObjectIdentifier
ContentInfo.contentType
static final DERObjectIdentifier
CMSObjectIdentifiers.data
static final DERObjectIdentifier
CMSObjectIdentifiers.digestedData
static final DERObjectIdentifier
CMSObjectIdentifiers.encryptedData
static final DERObjectIdentifier
CMSObjectIdentifiers.envelopedData
static final DERObjectIdentifier
CMSObjectIdentifiers.signedAndEnvelopedData
static final DERObjectIdentifier
CMSObjectIdentifiers.signedData
Methods in org.gudy.bouncycastle.asn1.cms that return DERObjectIdentifierConstructors in org.gudy.bouncycastle.asn1.cms with parameters of type DERObjectIdentifier -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.misc
Fields in org.gudy.bouncycastle.asn1.misc declared as DERObjectIdentifierModifier and TypeFieldDescriptionstatic final DERObjectIdentifier
MiscObjectIdentifiers.netscapeBaseURL
static final DERObjectIdentifier
MiscObjectIdentifiers.netscapeCApolicyURL
static final DERObjectIdentifier
MiscObjectIdentifiers.netscapeCARevocationURL
static final DERObjectIdentifier
MiscObjectIdentifiers.netscapeCertComment
static final DERObjectIdentifier
MiscObjectIdentifiers.netscapeCertType
static final DERObjectIdentifier
MiscObjectIdentifiers.netscapeRenewalURL
static final DERObjectIdentifier
MiscObjectIdentifiers.netscapeRevocationURL
static final DERObjectIdentifier
MiscObjectIdentifiers.netscapeSSLServerName
static final DERObjectIdentifier
MiscObjectIdentifiers.verisignCzagExtension
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.pkcs
Fields in org.gudy.bouncycastle.asn1.pkcs declared as DERObjectIdentifierModifier and TypeFieldDescriptionprivate DERObjectIdentifier
Attribute.attrType
(package private) DERObjectIdentifier
EncryptedData.bagId
(package private) DERObjectIdentifier
SafeBag.bagId
static final DERObjectIdentifier
PKCSObjectIdentifiers.canNotDecryptAny
static final DERObjectIdentifier
PKCSObjectIdentifiers.certBag
(package private) DERObjectIdentifier
CertBag.certId
private DERObjectIdentifier
ContentInfo.contentType
static final DERObjectIdentifier
PKCSObjectIdentifiers.crlBag
static final DERObjectIdentifier
PKCSObjectIdentifiers.data
static final DERObjectIdentifier
PKCSObjectIdentifiers.des_EDE3_CBC
static final DERObjectIdentifier
PKCSObjectIdentifiers.dhKeyAgreement
static final DERObjectIdentifier
PKCSObjectIdentifiers.digestedData
static final DERObjectIdentifier
PKCSObjectIdentifiers.encryptedData
static final DERObjectIdentifier
PKCSObjectIdentifiers.envelopedData
(package private) DERObjectIdentifier
PBKDF2Params.id
static final DERObjectIdentifier
PKCSObjectIdentifiers.id_aa_encrypKeyPref
static final DERObjectIdentifier
PKCSObjectIdentifiers.id_alg_PWRI_KEK
static final DERObjectIdentifier
PKCSObjectIdentifiers.id_ct_compressedData
static final DERObjectIdentifier
PKCSObjectIdentifiers.id_PBES2
static final DERObjectIdentifier
PKCSObjectIdentifiers.id_PBKDF2
static final DERObjectIdentifier
PKCSObjectIdentifiers.keyBag
static final DERObjectIdentifier
PKCSObjectIdentifiers.md2
static final DERObjectIdentifier
PKCSObjectIdentifiers.md2WithRSAEncryption
static final DERObjectIdentifier
PKCSObjectIdentifiers.md4WithRSAEncryption
static final DERObjectIdentifier
PKCSObjectIdentifiers.md5
static final DERObjectIdentifier
PKCSObjectIdentifiers.md5WithRSAEncryption
private DERObjectIdentifier
PBES2Algorithms.objectId
Deprecated.static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_challengePassword
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_contentType
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_counterSignature
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_emailAddress
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_extendedCertificateAttributes
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_extensionRequest
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_friendlyName
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_localKeyId
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_messageDigest
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_signingDescription
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_signingTime
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_smimeCapabilities
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_unstructuredAddress
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs_9_at_unstructuredName
static final DERObjectIdentifier
PKCSObjectIdentifiers.pkcs8ShroudedKeyBag
static final DERObjectIdentifier
PKCSObjectIdentifiers.preferSignedData
static final DERObjectIdentifier
PKCSObjectIdentifiers.RC2_CBC
static final DERObjectIdentifier
PKCSObjectIdentifiers.rsaEncryption
static final DERObjectIdentifier
PKCSObjectIdentifiers.safeContentsBag
static final DERObjectIdentifier
PKCSObjectIdentifiers.secretBag
static final DERObjectIdentifier
PKCSObjectIdentifiers.sha1WithRSAEncryption
static final DERObjectIdentifier
PKCSObjectIdentifiers.sha256WithRSAEncryption
static final DERObjectIdentifier
PKCSObjectIdentifiers.sha384WithRSAEncryption
static final DERObjectIdentifier
PKCSObjectIdentifiers.sha512WithRSAEncryption
static final DERObjectIdentifier
PKCSObjectIdentifiers.signedAndEnvelopedData
static final DERObjectIdentifier
PKCSObjectIdentifiers.signedData
static final DERObjectIdentifier
PKCSObjectIdentifiers.sMIMECapabilitiesVersions
static final DERObjectIdentifier
PKCSObjectIdentifiers.srsaOAEPEncryptionSET
static final DERObjectIdentifier
PKCSObjectIdentifiers.x509certType
Methods in org.gudy.bouncycastle.asn1.pkcs that return DERObjectIdentifierModifier and TypeMethodDescriptionAttribute.getAttrType()
SafeBag.getBagId()
CertBag.getCertId()
ContentInfo.getContentType()
EncryptedData.getContentType()
PBES2Algorithms.getObjectId()
Deprecated.Constructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type DERObjectIdentifierModifierConstructorDescriptionAttribute
(DERObjectIdentifier attrType, ASN1Set attrValues) CertBag
(DERObjectIdentifier certId, DERObject certValue) ContentInfo
(DERObjectIdentifier contentType, DEREncodable content) EncryptedData
(DERObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, DEREncodable content) SafeBag
(DERObjectIdentifier oid, DERObject obj) SafeBag
(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes) -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.teletrust
Fields in org.gudy.bouncycastle.asn1.teletrust declared as DERObjectIdentifierModifier and TypeFieldDescriptionstatic final DERObjectIdentifier
TeleTrusTObjectIdentifiers.ripemd128
static final DERObjectIdentifier
TeleTrusTObjectIdentifiers.ripemd160
static final DERObjectIdentifier
TeleTrusTObjectIdentifiers.ripemd256
static final DERObjectIdentifier
TeleTrusTObjectIdentifiers.rsaSignatureWithripemd128
static final DERObjectIdentifier
TeleTrusTObjectIdentifiers.rsaSignatureWithripemd160
static final DERObjectIdentifier
TeleTrusTObjectIdentifiers.rsaSignatureWithripemd256
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.x509
Subclasses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.x509Modifier and TypeClassDescriptionclass
CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.class
The KeyPurposeId object.class
PolicyQualifierId, used in the CertificatePolicies X509V3 extension.Fields in org.gudy.bouncycastle.asn1.x509 declared as DERObjectIdentifierModifier and TypeFieldDescription(package private) DERObjectIdentifier
AccessDescription.accessMethod
(package private) static final DERObjectIdentifier
CertificatePolicies.anyPolicy
private DERObjectIdentifier
Attribute.attrType
static final DERObjectIdentifier
X509Extensions.AuditIdentity
Audit identity extension in attribute certificates.static final DERObjectIdentifier
X509Extensions.AuthorityInfoAccess
Authority Info Accessstatic final DERObjectIdentifier
X509Extensions.AuthorityKeyIdentifier
Authority Key Identifierstatic final DERObjectIdentifier
X509Extensions.BasicConstraints
Basic Constraintsstatic final DERObjectIdentifier
X509Extensions.BiometricInfo
BiometricInfostatic final DERObjectIdentifier
X509Name.BUSINESS_CATEGORY
businessCategory - DirectoryString(SIZE(1..128)static final DERObjectIdentifier
X509Name.C
country code - StringType(SIZE(2))static final DERObjectIdentifier
X509Extensions.CertificateIssuer
Certificate Issuerstatic final DERObjectIdentifier
X509Extensions.CertificatePolicies
Certificate Policiesstatic final DERObjectIdentifier
X509Name.CN
common name - StringType(SIZE(1..64))static final DERObjectIdentifier
X509ObjectIdentifiers.commonName
static final DERObjectIdentifier
X509Name.COUNTRY_OF_CITIZENSHIP
RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic final DERObjectIdentifier
X509Name.COUNTRY_OF_RESIDENCE
RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic final DERObjectIdentifier
X509ObjectIdentifiers.countryName
static final DERObjectIdentifier
X509ObjectIdentifiers.crlAccessMethod
static final DERObjectIdentifier
X509Extensions.CRLDistributionPoints
CRL Distribution Pointsstatic final DERObjectIdentifier
X509Extensions.CRLNumber
CRL Numberstatic final DERObjectIdentifier
X509Name.DATE_OF_BIRTH
RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Zstatic final DERObjectIdentifier
X509Name.DC
static final DERObjectIdentifier
X509Extensions.DeltaCRLIndicator
Delta CRL indicatorstatic final DERObjectIdentifier
X509Name.DN_QUALIFIER
dnQualifier - DirectoryString(SIZE(1..64)static final DERObjectIdentifier
X509Name.E
email address in Verisign certificatesstatic final DERObjectIdentifier
X509Name.EmailAddress
Email address (RSA PKCS#9 extension) - IA5String.static final DERObjectIdentifier
X509Extensions.ExtendedKeyUsage
Extended Key Usagestatic final DERObjectIdentifier
X509Extensions.FreshestCRL
Freshest CRLstatic final DERObjectIdentifier
X509Name.GENDER
RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"static final DERObjectIdentifier
X509Name.GENERATION
static final DERObjectIdentifier
X509Name.GIVENNAME
static final DERObjectIdentifier
X509ObjectIdentifiers.id_ad
static final DERObjectIdentifier
AccessDescription.id_ad_caIssuers
static final DERObjectIdentifier
X509ObjectIdentifiers.id_ad_caIssuers
static final DERObjectIdentifier
AccessDescription.id_ad_ocsp
static final DERObjectIdentifier
X509ObjectIdentifiers.id_ad_ocsp
static final DERObjectIdentifier
X509ObjectIdentifiers.id_ea_rsa
static final DERObjectIdentifier
X509ObjectIdentifiers.id_pe
static final DERObjectIdentifier
X509ObjectIdentifiers.id_pkix
static final DERObjectIdentifier
X509ObjectIdentifiers.id_SHA1
static final DERObjectIdentifier
X509Extensions.InhibitAnyPolicy
Inhibit Any Policystatic final DERObjectIdentifier
X509Name.INITIALS
static final DERObjectIdentifier
X509Extensions.InstructionCode
Hold Instruction Codestatic final DERObjectIdentifier
X509Extensions.InvalidityDate
Invalidity Datestatic final DERObjectIdentifier
X509Extensions.IssuerAlternativeName
Issuer Alternative Namestatic final DERObjectIdentifier
X509Extensions.IssuingDistributionPoint
Issuing Distribution Pointstatic final DERObjectIdentifier
X509Extensions.KeyUsage
Key Usagestatic final DERObjectIdentifier
X509Name.L
locality name - StringType(SIZE(1..64))static final DERObjectIdentifier
X509ObjectIdentifiers.localityName
static final DERObjectIdentifier
X509Extensions.LogoType
Logo Typestatic final DERObjectIdentifier
X509Name.NAME_AT_BIRTH
ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)static final DERObjectIdentifier
X509Extensions.NameConstraints
Name Constraintsstatic final DERObjectIdentifier
X509Extensions.NoRevAvail
NoRevAvail extension in attribute certificates.static final DERObjectIdentifier
X509Name.O
organization - StringType(SIZE(1..64))private DERObjectIdentifier
AlgorithmIdentifier.objectId
static final DERObjectIdentifier
X509ObjectIdentifiers.ocspAccessMethod
static final DERObjectIdentifier
X509ObjectIdentifiers.organization
static final DERObjectIdentifier
X509ObjectIdentifiers.organizationalUnitName
(package private) DERObjectIdentifier
ObjectDigestInfo.otherObjectTypeID
static final DERObjectIdentifier
X509Name.OU
organizational unit name - StringType(SIZE(1..64))static final DERObjectIdentifier
X509Name.PLACE_OF_BIRTH
RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)static final DERObjectIdentifier
X509Extensions.PolicyConstraints
Policy Constraintsprivate DERObjectIdentifier
PolicyInformation.policyIdentifier
static final DERObjectIdentifier
X509Extensions.PolicyMappings
Policy Mappingsprivate DERObjectIdentifier
PolicyQualifierInfo.policyQualifierId
static final DERObjectIdentifier
X509Name.POSTAL_ADDRESS
RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF DirectoryString(SIZE(1..30))static final DERObjectIdentifier
X509Name.POSTAL_CODE
postalCode - DirectoryString(SIZE(1..40)static final DERObjectIdentifier
X509Extensions.PrivateKeyUsagePeriod
Private Key Usage Periodstatic final DERObjectIdentifier
X509Name.PSEUDONYM
RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)static final DERObjectIdentifier
X509Extensions.QCStatements
QCStatementsstatic final DERObjectIdentifier
X509Extensions.ReasonCode
Reason codestatic final DERObjectIdentifier
X509ObjectIdentifiers.ripemd160
static final DERObjectIdentifier
X509ObjectIdentifiers.ripemd160WithRSAEncryption
static final DERObjectIdentifier
X509Attributes.RoleSyntax
static final DERObjectIdentifier
X509Name.SERIALNUMBER
device serial number name - StringType(SIZE(1..64))static final DERObjectIdentifier
X509Name.SN
device serial number name - StringType(SIZE(1..64))static final DERObjectIdentifier
X509Name.ST
state, or province name - StringType(SIZE(1..64))static final DERObjectIdentifier
X509ObjectIdentifiers.stateOrProvinceName
static final DERObjectIdentifier
X509Name.STREET
street - StringType(SIZE(1..64))static final DERObjectIdentifier
X509Extensions.SubjectAlternativeName
Subject Alternative Namestatic final DERObjectIdentifier
X509Extensions.SubjectDirectoryAttributes
Subject Directory Attributesstatic final DERObjectIdentifier
X509Extensions.SubjectInfoAccess
Subject Info Accessstatic final DERObjectIdentifier
X509Extensions.SubjectKeyIdentifier
Subject Key Identifierstatic final DERObjectIdentifier
X509Name.SURNAME
Naming attributes of type X520namestatic final DERObjectIdentifier
X509Name.T
Titlestatic final DERObjectIdentifier
X509Extensions.TargetInformation
TargetInformation extension in attribute certificates.static final DERObjectIdentifier
X509Name.UID
LDAP User id.static final DERObjectIdentifier
X509Name.UNIQUE_IDENTIFIER
static final DERObjectIdentifier
X509Name.UnstructuredAddress
static final DERObjectIdentifier
X509Name.UnstructuredName
more from PKCS#9Methods in org.gudy.bouncycastle.asn1.x509 that return DERObjectIdentifierModifier and TypeMethodDescriptionprivate DERObjectIdentifier
AccessDescription.getAccessMethod()
Attribute.getAttrType()
AlgorithmIdentifier.getObjectId()
ObjectDigestInfo.getOtherObjectTypeID()
PolicyInformation.getPolicyIdentifier()
PolicyQualifierInfo.getPolicyQualifierId()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type DERObjectIdentifierModifier and TypeMethodDescriptionvoid
X509ExtensionsGenerator.addExtension
(DERObjectIdentifier oid, boolean critical, byte[] value) Add an extension with the given oid and the passed in byte array to be wrapped in the OCTET STRING associated with the extension.void
X509ExtensionsGenerator.addExtension
(DERObjectIdentifier oid, boolean critical, DEREncodable value) Add an extension with the given oid and the passed in value to be included in the OCTET STRING associated with the extension.private void
X509Name.appendValue
(StringBuffer buf, Hashtable oidSymbols, DERObjectIdentifier oid, String value) X509DefaultEntryConverter.getConvertedValue
(DERObjectIdentifier oid, String value) Apply default coversion for the given value depending on the oid and the character range of the value.abstract DERObject
X509NameEntryConverter.getConvertedValue
(DERObjectIdentifier oid, String value) Convert the passed in String value into the appropriate ASN.1 encoded object.X509Extensions.getExtension
(DERObjectIdentifier oid) return the extension represented by the object identifier passed in.X509Name.getValues
(DERObjectIdentifier oid) return a vector of the values found in the name, in the order they were found, with the DN label corresponding to passed in oid.Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DERObjectIdentifierModifierConstructorDescriptionAccessDescription
(DERObjectIdentifier oid, GeneralName location) create an AccessDescription with the oid and location provided.AlgorithmIdentifier
(DERObjectIdentifier objectId) AlgorithmIdentifier
(DERObjectIdentifier objectId, DEREncodable parameters) Attribute
(DERObjectIdentifier attrType, ASN1Set attrValues) AuthorityInformationAccess
(DERObjectIdentifier oid, GeneralName location) create an AuthorityInformationAccess with the oid and location provided.Deprecated.use an ASN1Sequence of PolicyInformationPolicyInformation
(DERObjectIdentifier policyIdentifier) PolicyInformation
(DERObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers) PolicyQualifierInfo
(DERObjectIdentifier policyQualifierId, DEREncodable qualifier) Creates a newPolicyQualifierInfo
instance. -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.x9
Fields in org.gudy.bouncycastle.asn1.x9 declared as DERObjectIdentifierModifier and TypeFieldDescriptionprivate DERObjectIdentifier
KeySpecificInfo.algorithm
static final DERObjectIdentifier
X9ObjectIdentifiers.characteristic_two_field
static final DERObjectIdentifier
X9ObjectIdentifiers.dhpublicnumber
static final DERObjectIdentifier
X9ObjectIdentifiers.ecdsa_with_SHA1
static final DERObjectIdentifier
X9ObjectIdentifiers.gnBasis
private DERObjectIdentifier
X9FieldID.id
static final DERObjectIdentifier
X9ObjectIdentifiers.id_dsa
static final DERObjectIdentifier
X9ObjectIdentifiers.id_dsa_with_sha1
id-dsa-with-sha1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) x9-57 (10040) x9cm(4) 3 }static final DERObjectIdentifier
X9ObjectIdentifiers.id_ecPublicKey
static final DERObjectIdentifier
X9ObjectIdentifiers.ppBasis
static final DERObjectIdentifier
X9ObjectIdentifiers.prime_field
static final DERObjectIdentifier
X9ObjectIdentifiers.prime192v1
static final DERObjectIdentifier
X9ObjectIdentifiers.prime192v2
static final DERObjectIdentifier
X9ObjectIdentifiers.prime192v3
static final DERObjectIdentifier
X9ObjectIdentifiers.prime239v1
static final DERObjectIdentifier
X9ObjectIdentifiers.prime239v2
static final DERObjectIdentifier
X9ObjectIdentifiers.prime239v3
static final DERObjectIdentifier
X9ObjectIdentifiers.prime256v1
static final DERObjectIdentifier
X9ObjectIdentifiers.tpBasis
Methods in org.gudy.bouncycastle.asn1.x9 that return DERObjectIdentifierModifier and TypeMethodDescriptionKeySpecificInfo.getAlgorithm()
X9FieldID.getIdentifier()
static DERObjectIdentifier
return the object identifier signified by the passed in name.Methods in org.gudy.bouncycastle.asn1.x9 with parameters of type DERObjectIdentifierModifier and TypeMethodDescriptionstatic X9ECParameters
X962NamedCurves.getByOID
(DERObjectIdentifier oid) return the X9ECParameters object for the named curve represented by the passed in object identifier.static String
X962NamedCurves.getName
(DERObjectIdentifier oid) return the named curve name represented by the given object identifier.Constructors in org.gudy.bouncycastle.asn1.x9 with parameters of type DERObjectIdentifierModifierConstructorDescriptionKeySpecificInfo
(DERObjectIdentifier algorithm, ASN1OctetString counter) X962Parameters
(DERObjectIdentifier namedCurve) X9FieldID
(DERObjectIdentifier id, BigInteger primeP) -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.jce
Fields in org.gudy.bouncycastle.jce declared as DERObjectIdentifierModifier and TypeFieldDescriptionprivate DERObjectIdentifier
X509V1CertificateGenerator.sigOID
private DERObjectIdentifier
X509V2CRLGenerator.sigOID
private DERObjectIdentifier
X509V3CertificateGenerator.sigOID
Methods in org.gudy.bouncycastle.jce with parameters of type DERObjectIdentifierModifier and TypeMethodDescriptionvoid
X509V2CRLGenerator.addExtension
(DERObjectIdentifier OID, boolean critical, byte[] value) add a given extension field for the standard extensions tag (tag 0)void
X509V2CRLGenerator.addExtension
(DERObjectIdentifier OID, boolean critical, DEREncodable value) add a given extension field for the standard extensions tag (tag 0)void
X509V3CertificateGenerator.addExtension
(DERObjectIdentifier OID, boolean critical, byte[] value) add a given extension field for the standard extensions tag (tag 3)void
X509V3CertificateGenerator.addExtension
(DERObjectIdentifier OID, boolean critical, DEREncodable value) add a given extension field for the standard extensions tag (tag 3) -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.jce.interfaces
Methods in org.gudy.bouncycastle.jce.interfaces with parameters of type DERObjectIdentifierModifier and TypeMethodDescriptionPKCS12BagAttributeCarrier.getBagAttribute
(DERObjectIdentifier oid) void
PKCS12BagAttributeCarrier.setBagAttribute
(DERObjectIdentifier oid, DEREncodable attribute) -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.jce.provider
Methods in org.gudy.bouncycastle.jce.provider with parameters of type DERObjectIdentifierModifier and TypeMethodDescriptionJCEECPrivateKey.getBagAttribute
(DERObjectIdentifier oid) X509CertificateObject.getBagAttribute
(DERObjectIdentifier oid) void
JCEECPrivateKey.setBagAttribute
(DERObjectIdentifier oid, DEREncodable attribute) void
X509CertificateObject.setBagAttribute
(DERObjectIdentifier oid, DEREncodable attribute) Constructors in org.gudy.bouncycastle.jce.provider with parameters of type DERObjectIdentifierModifierConstructorDescriptionprotected
JDKDigestSignature
(String name, DERObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher) -
Uses of DERObjectIdentifier in org.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 that return DERObjectIdentifierModifier and TypeMethodDescription(package private) static DERObjectIdentifier
X509Util.getAlgorithmOID
(String algorithmName) Methods in org.gudy.bouncycastle.x509 with parameters of type DERObjectIdentifierModifier and TypeMethodDescription(package private) static byte[]
X509Util.calculateSignature
(DERObjectIdentifier sigOid, String sigName, String provider, PrivateKey key, SecureRandom random, ASN1Encodable object) (package private) static byte[]
X509Util.calculateSignature
(DERObjectIdentifier sigOid, String sigName, PrivateKey key, SecureRandom random, ASN1Encodable object) (package private) static AlgorithmIdentifier
X509Util.getSigAlgID
(DERObjectIdentifier sigOid, String algorithmName)