Uses of Class
org.gudy.bouncycastle.asn1.DERObjectIdentifier
-
Packages that use DERObjectIdentifier Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.cms org.gudy.bouncycastle.asn1.misc Miscellaneous object identifiers and objects.org.gudy.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.gudy.bouncycastle.asn1.teletrust org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.gudy.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve.org.gudy.bouncycastle.jce org.gudy.bouncycastle.jce.interfaces org.gudy.bouncycastle.jce.provider org.gudy.bouncycastle.x509 -
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1
Methods in org.gudy.bouncycastle.asn1 that return DERObjectIdentifier Modifier and Type Method Description static DERObjectIdentifier
DERObjectIdentifier. getInstance(java.lang.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 DERObjectIdentifier Modifier and Type Field Description static DERObjectIdentifier
CMSObjectIdentifiers. compressedData
private DERObjectIdentifier
ContentInfo. contentType
static DERObjectIdentifier
CMSObjectIdentifiers. data
static DERObjectIdentifier
CMSObjectIdentifiers. digestedData
static DERObjectIdentifier
CMSObjectIdentifiers. encryptedData
static DERObjectIdentifier
CMSObjectIdentifiers. envelopedData
static DERObjectIdentifier
CMSObjectIdentifiers. signedAndEnvelopedData
static DERObjectIdentifier
CMSObjectIdentifiers. signedData
Methods in org.gudy.bouncycastle.asn1.cms that return DERObjectIdentifier Modifier and Type Method Description DERObjectIdentifier
ContentInfo. getContentType()
Constructors in org.gudy.bouncycastle.asn1.cms with parameters of type DERObjectIdentifier Constructor Description ContentInfo(DERObjectIdentifier contentType, DEREncodable content)
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.misc
Fields in org.gudy.bouncycastle.asn1.misc declared as DERObjectIdentifier Modifier and Type Field Description static DERObjectIdentifier
MiscObjectIdentifiers. netscapeBaseURL
static DERObjectIdentifier
MiscObjectIdentifiers. netscapeCApolicyURL
static DERObjectIdentifier
MiscObjectIdentifiers. netscapeCARevocationURL
static DERObjectIdentifier
MiscObjectIdentifiers. netscapeCertComment
static DERObjectIdentifier
MiscObjectIdentifiers. netscapeCertType
static DERObjectIdentifier
MiscObjectIdentifiers. netscapeRenewalURL
static DERObjectIdentifier
MiscObjectIdentifiers. netscapeRevocationURL
static DERObjectIdentifier
MiscObjectIdentifiers. netscapeSSLServerName
static DERObjectIdentifier
MiscObjectIdentifiers. verisignCzagExtension
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.pkcs
Methods in org.gudy.bouncycastle.asn1.pkcs that return DERObjectIdentifier Modifier and Type Method Description DERObjectIdentifier
Attribute. getAttrType()
DERObjectIdentifier
SafeBag. getBagId()
DERObjectIdentifier
CertBag. getCertId()
DERObjectIdentifier
ContentInfo. getContentType()
DERObjectIdentifier
EncryptedData. getContentType()
DERObjectIdentifier
PBES2Algorithms. getObjectId()
Deprecated.Constructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type DERObjectIdentifier Constructor Description Attribute(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 DERObjectIdentifier Modifier and Type Field Description static DERObjectIdentifier
TeleTrusTObjectIdentifiers. ripemd128
static DERObjectIdentifier
TeleTrusTObjectIdentifiers. ripemd160
static DERObjectIdentifier
TeleTrusTObjectIdentifiers. ripemd256
static DERObjectIdentifier
TeleTrusTObjectIdentifiers. rsaSignatureWithripemd128
static DERObjectIdentifier
TeleTrusTObjectIdentifiers. rsaSignatureWithripemd160
static DERObjectIdentifier
TeleTrusTObjectIdentifiers. rsaSignatureWithripemd256
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.x509
Subclasses of DERObjectIdentifier in org.gudy.bouncycastle.asn1.x509 Modifier and Type Class Description class
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.class
KeyPurposeId
The KeyPurposeId object.class
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies X509V3 extension.Fields in org.gudy.bouncycastle.asn1.x509 declared as DERObjectIdentifier Modifier and Type Field Description (package private) DERObjectIdentifier
AccessDescription. accessMethod
(package private) static DERObjectIdentifier
CertificatePolicies. anyPolicy
private DERObjectIdentifier
Attribute. attrType
static DERObjectIdentifier
X509Extensions. AuditIdentity
Audit identity extension in attribute certificates.static DERObjectIdentifier
X509Extensions. AuthorityInfoAccess
Authority Info Accessstatic DERObjectIdentifier
X509Extensions. AuthorityKeyIdentifier
Authority Key Identifierstatic DERObjectIdentifier
X509Extensions. BasicConstraints
Basic Constraintsstatic DERObjectIdentifier
X509Extensions. BiometricInfo
BiometricInfostatic DERObjectIdentifier
X509Name. BUSINESS_CATEGORY
businessCategory - DirectoryString(SIZE(1..128)static DERObjectIdentifier
X509Name. C
country code - StringType(SIZE(2))static DERObjectIdentifier
X509Extensions. CertificateIssuer
Certificate Issuerstatic DERObjectIdentifier
X509Extensions. CertificatePolicies
Certificate Policiesstatic DERObjectIdentifier
X509Name. CN
common name - StringType(SIZE(1..64))static DERObjectIdentifier
X509ObjectIdentifiers. commonName
static DERObjectIdentifier
X509Name. COUNTRY_OF_CITIZENSHIP
RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic DERObjectIdentifier
X509Name. COUNTRY_OF_RESIDENCE
RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166 codes onlystatic DERObjectIdentifier
X509ObjectIdentifiers. countryName
static DERObjectIdentifier
X509ObjectIdentifiers. crlAccessMethod
static DERObjectIdentifier
X509Extensions. CRLDistributionPoints
CRL Distribution Pointsstatic DERObjectIdentifier
X509Extensions. CRLNumber
CRL Numberstatic DERObjectIdentifier
X509Name. DATE_OF_BIRTH
RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Zstatic DERObjectIdentifier
X509Name. DC
static DERObjectIdentifier
X509Extensions. DeltaCRLIndicator
Delta CRL indicatorstatic DERObjectIdentifier
X509Name. DN_QUALIFIER
dnQualifier - DirectoryString(SIZE(1..64)static DERObjectIdentifier
X509Name. E
email address in Verisign certificatesstatic DERObjectIdentifier
X509Name. EmailAddress
Email address (RSA PKCS#9 extension) - IA5String.static DERObjectIdentifier
X509Extensions. ExtendedKeyUsage
Extended Key Usagestatic DERObjectIdentifier
X509Extensions. FreshestCRL
Freshest CRLstatic DERObjectIdentifier
X509Name. GENDER
RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"static DERObjectIdentifier
X509Name. GENERATION
static DERObjectIdentifier
X509Name. GIVENNAME
static DERObjectIdentifier
X509ObjectIdentifiers. id_ad
static DERObjectIdentifier
AccessDescription. id_ad_caIssuers
static DERObjectIdentifier
X509ObjectIdentifiers. id_ad_caIssuers
static DERObjectIdentifier
AccessDescription. id_ad_ocsp
static DERObjectIdentifier
X509ObjectIdentifiers. id_ad_ocsp
static DERObjectIdentifier
X509ObjectIdentifiers. id_ea_rsa
static DERObjectIdentifier
X509ObjectIdentifiers. id_pe
static DERObjectIdentifier
X509ObjectIdentifiers. id_pkix
static DERObjectIdentifier
X509ObjectIdentifiers. id_SHA1
static DERObjectIdentifier
X509Extensions. InhibitAnyPolicy
Inhibit Any Policystatic DERObjectIdentifier
X509Name. INITIALS
static DERObjectIdentifier
X509Extensions. InstructionCode
Hold Instruction Codestatic DERObjectIdentifier
X509Extensions. InvalidityDate
Invalidity Datestatic DERObjectIdentifier
X509Extensions. IssuerAlternativeName
Issuer Alternative Namestatic DERObjectIdentifier
X509Extensions. IssuingDistributionPoint
Issuing Distribution Pointstatic DERObjectIdentifier
X509Extensions. KeyUsage
Key Usagestatic DERObjectIdentifier
X509Name. L
locality name - StringType(SIZE(1..64))static DERObjectIdentifier
X509ObjectIdentifiers. localityName
static DERObjectIdentifier
X509Extensions. LogoType
Logo Typestatic DERObjectIdentifier
X509Name. NAME_AT_BIRTH
ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)static DERObjectIdentifier
X509Extensions. NameConstraints
Name Constraintsstatic DERObjectIdentifier
X509Extensions. NoRevAvail
NoRevAvail extension in attribute certificates.static DERObjectIdentifier
X509Name. O
organization - StringType(SIZE(1..64))private DERObjectIdentifier
AlgorithmIdentifier. objectId
static DERObjectIdentifier
X509ObjectIdentifiers. ocspAccessMethod
static DERObjectIdentifier
X509ObjectIdentifiers. organization
static DERObjectIdentifier
X509ObjectIdentifiers. organizationalUnitName
(package private) DERObjectIdentifier
ObjectDigestInfo. otherObjectTypeID
static DERObjectIdentifier
X509Name. OU
organizational unit name - StringType(SIZE(1..64))static DERObjectIdentifier
X509Name. PLACE_OF_BIRTH
RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)static DERObjectIdentifier
X509Extensions. PolicyConstraints
Policy Constraintsprivate DERObjectIdentifier
PolicyInformation. policyIdentifier
static DERObjectIdentifier
X509Extensions. PolicyMappings
Policy Mappingsprivate DERObjectIdentifier
PolicyQualifierInfo. policyQualifierId
static DERObjectIdentifier
X509Name. POSTAL_ADDRESS
RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF DirectoryString(SIZE(1..30))static DERObjectIdentifier
X509Name. POSTAL_CODE
postalCode - DirectoryString(SIZE(1..40)static DERObjectIdentifier
X509Extensions. PrivateKeyUsagePeriod
Private Key Usage Periodstatic DERObjectIdentifier
X509Name. PSEUDONYM
RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)static DERObjectIdentifier
X509Extensions. QCStatements
QCStatementsstatic DERObjectIdentifier
X509Extensions. ReasonCode
Reason codestatic DERObjectIdentifier
X509ObjectIdentifiers. ripemd160
static DERObjectIdentifier
X509ObjectIdentifiers. ripemd160WithRSAEncryption
static DERObjectIdentifier
X509Attributes. RoleSyntax
static DERObjectIdentifier
X509Name. SERIALNUMBER
device serial number name - StringType(SIZE(1..64))static DERObjectIdentifier
X509Name. SN
device serial number name - StringType(SIZE(1..64))static DERObjectIdentifier
X509Name. ST
state, or province name - StringType(SIZE(1..64))static DERObjectIdentifier
X509ObjectIdentifiers. stateOrProvinceName
static DERObjectIdentifier
X509Name. STREET
street - StringType(SIZE(1..64))static DERObjectIdentifier
X509Extensions. SubjectAlternativeName
Subject Alternative Namestatic DERObjectIdentifier
X509Extensions. SubjectDirectoryAttributes
Subject Directory Attributesstatic DERObjectIdentifier
X509Extensions. SubjectInfoAccess
Subject Info Accessstatic DERObjectIdentifier
X509Extensions. SubjectKeyIdentifier
Subject Key Identifierstatic DERObjectIdentifier
X509Name. SURNAME
Naming attributes of type X520namestatic DERObjectIdentifier
X509Name. T
Titlestatic DERObjectIdentifier
X509Extensions. TargetInformation
TargetInformation extension in attribute certificates.static DERObjectIdentifier
X509Name. UID
LDAP User id.static DERObjectIdentifier
X509Name. UNIQUE_IDENTIFIER
static DERObjectIdentifier
X509Name. UnstructuredAddress
static DERObjectIdentifier
X509Name. UnstructuredName
more from PKCS#9Methods in org.gudy.bouncycastle.asn1.x509 that return DERObjectIdentifier Modifier and Type Method Description private DERObjectIdentifier
X509Name. decodeOID(java.lang.String name, java.util.Hashtable lookUp)
DERObjectIdentifier
AccessDescription. getAccessMethod()
DERObjectIdentifier
Attribute. getAttrType()
DERObjectIdentifier
AlgorithmIdentifier. getObjectId()
DERObjectIdentifier
ObjectDigestInfo. getOtherObjectTypeID()
DERObjectIdentifier
PolicyInformation. getPolicyIdentifier()
DERObjectIdentifier
PolicyQualifierInfo. getPolicyQualifierId()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type DERObjectIdentifier Modifier and Type Method Description void
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(java.lang.StringBuffer buf, java.util.Hashtable oidSymbols, DERObjectIdentifier oid, java.lang.String value)
DERObject
X509DefaultEntryConverter. getConvertedValue(DERObjectIdentifier oid, java.lang.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, java.lang.String value)
Convert the passed in String value into the appropriate ASN.1 encoded object.X509Extension
X509Extensions. getExtension(DERObjectIdentifier oid)
return the extension represented by the object identifier passed in.java.util.Vector
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 DERObjectIdentifier Constructor Description AccessDescription(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.CertificatePolicies(DERObjectIdentifier p)
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 DERObjectIdentifier Modifier and Type Field Description private DERObjectIdentifier
KeySpecificInfo. algorithm
static DERObjectIdentifier
X9ObjectIdentifiers. characteristic_two_field
static DERObjectIdentifier
X9ObjectIdentifiers. dhpublicnumber
static DERObjectIdentifier
X9ObjectIdentifiers. ecdsa_with_SHA1
static DERObjectIdentifier
X9ObjectIdentifiers. gnBasis
private DERObjectIdentifier
X9FieldID. id
static DERObjectIdentifier
X9ObjectIdentifiers. id_dsa
static 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 DERObjectIdentifier
X9ObjectIdentifiers. id_ecPublicKey
static DERObjectIdentifier
X9ObjectIdentifiers. ppBasis
static DERObjectIdentifier
X9ObjectIdentifiers. prime_field
static DERObjectIdentifier
X9ObjectIdentifiers. prime192v1
static DERObjectIdentifier
X9ObjectIdentifiers. prime192v2
static DERObjectIdentifier
X9ObjectIdentifiers. prime192v3
static DERObjectIdentifier
X9ObjectIdentifiers. prime239v1
static DERObjectIdentifier
X9ObjectIdentifiers. prime239v2
static DERObjectIdentifier
X9ObjectIdentifiers. prime239v3
static DERObjectIdentifier
X9ObjectIdentifiers. prime256v1
static DERObjectIdentifier
X9ObjectIdentifiers. tpBasis
Methods in org.gudy.bouncycastle.asn1.x9 that return DERObjectIdentifier Modifier and Type Method Description DERObjectIdentifier
KeySpecificInfo. getAlgorithm()
DERObjectIdentifier
X9FieldID. getIdentifier()
static DERObjectIdentifier
X962NamedCurves. getOID(java.lang.String name)
return the object identifier signified by the passed in name.Methods in org.gudy.bouncycastle.asn1.x9 with parameters of type DERObjectIdentifier Modifier and Type Method Description static X9ECParameters
X962NamedCurves. getByOID(DERObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.static java.lang.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 DERObjectIdentifier Constructor Description KeySpecificInfo(DERObjectIdentifier algorithm, ASN1OctetString counter)
X962Parameters(DERObjectIdentifier namedCurve)
X9FieldID(DERObjectIdentifier id, java.math.BigInteger primeP)
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.jce
Fields in org.gudy.bouncycastle.jce declared as DERObjectIdentifier Modifier and Type Field Description private DERObjectIdentifier
X509V1CertificateGenerator. sigOID
private DERObjectIdentifier
X509V2CRLGenerator. sigOID
private DERObjectIdentifier
X509V3CertificateGenerator. sigOID
Methods in org.gudy.bouncycastle.jce with parameters of type DERObjectIdentifier Modifier and Type Method Description void
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 DERObjectIdentifier Modifier and Type Method Description DEREncodable
PKCS12BagAttributeCarrier. 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 DERObjectIdentifier Modifier and Type Method Description DEREncodable
JCEECPrivateKey. getBagAttribute(DERObjectIdentifier oid)
DEREncodable
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 DERObjectIdentifier Constructor Description JDKDigestSignature(java.lang.String name, DERObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher)
-
Uses of DERObjectIdentifier in org.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 that return DERObjectIdentifier Modifier and Type Method Description (package private) static DERObjectIdentifier
X509Util. getAlgorithmOID(java.lang.String algorithmName)
Methods in org.gudy.bouncycastle.x509 with parameters of type DERObjectIdentifier Modifier and Type Method Description (package private) static byte[]
X509Util. calculateSignature(DERObjectIdentifier sigOid, java.lang.String sigName, java.lang.String provider, java.security.PrivateKey key, java.security.SecureRandom random, ASN1Encodable object)
(package private) static byte[]
X509Util. calculateSignature(DERObjectIdentifier sigOid, java.lang.String sigName, java.security.PrivateKey key, java.security.SecureRandom random, ASN1Encodable object)
(package private) static AlgorithmIdentifier
X509Util. getSigAlgID(DERObjectIdentifier sigOid, java.lang.String algorithmName)
-