|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DERObjectIdentifier | |
---|---|
com.digt.trusted.asn1 | A library for parsing and writing ASN.1 objects. |
com.digt.trusted.asn1.cms | |
com.digt.trusted.asn1.misc | |
com.digt.trusted.asn1.nist | Support classes for NIST related objects. |
com.digt.trusted.asn1.ocsp | Support classes useful for encoding and supporting OCSP objects. |
com.digt.trusted.asn1.oiw | Objects and OID for the support of ISO OIW. |
com.digt.trusted.asn1.pkcs | Support classes useful for encoding and supporting the various RSA PKCS documents. |
com.digt.trusted.asn1.smime | Support classes useful for encoding and supporting S/MIME. |
com.digt.trusted.asn1.teletrust | Support classes for TeleTrust related objects. |
com.digt.trusted.asn1.tsp | Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. |
com.digt.trusted.asn1.x509 | Support classes useful for encoding and processing X.509 certificates. |
com.digt.trusted.asn1.x9 | Support classes useful for encoding and supporting X9.62 elliptic curve. |
com.digt.trusted.jce | |
com.digt.trusted.jce.interfaces | |
com.digt.trusted.jce.provider | |
com.digt.trusted.x509 |
Uses of DERObjectIdentifier in com.digt.trusted.asn1 |
---|
Methods in com.digt.trusted.asn1 that return DERObjectIdentifier | |
---|---|
static DERObjectIdentifier |
DERObjectIdentifier.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an Object Identifier from a tagged object. |
static DERObjectIdentifier |
DERObjectIdentifier.getInstance(java.lang.Object obj)
return an OID from the passed in object |
Uses of DERObjectIdentifier in com.digt.trusted.asn1.cms |
---|
Fields in com.digt.trusted.asn1.cms declared as DERObjectIdentifier | |
---|---|
static DERObjectIdentifier |
CMSObjectIdentifiers.compressedData
|
static DERObjectIdentifier |
CMSAttributes.contentType
|
static DERObjectIdentifier |
CMSAttributes.counterSignature
|
static DERObjectIdentifier |
CMSObjectIdentifiers.data
|
static DERObjectIdentifier |
CMSObjectIdentifiers.digestedData
|
static DERObjectIdentifier |
CMSObjectIdentifiers.encryptedData
|
static DERObjectIdentifier |
CMSObjectIdentifiers.envelopedData
|
static DERObjectIdentifier |
CMSAttributes.messageDigest
|
static DERObjectIdentifier |
CMSObjectIdentifiers.signedAndEnvelopedData
|
static DERObjectIdentifier |
CMSObjectIdentifiers.signedData
|
static DERObjectIdentifier |
CMSAttributes.signingTime
|
Methods in com.digt.trusted.asn1.cms that return DERObjectIdentifier | |
---|---|
DERObjectIdentifier |
Attribute.getAttrType()
|
DERObjectIdentifier |
ContentInfo.getContentType()
|
DERObjectIdentifier |
EncryptedContentInfo.getContentType()
|
DERObjectIdentifier |
OtherKeyAttribute.getKeyAttrId()
|
DERObjectIdentifier |
OtherRecipientInfo.getType()
|
Methods in com.digt.trusted.asn1.cms with parameters of type DERObjectIdentifier | |
---|---|
Attribute |
AttributeTable.get(DERObjectIdentifier oid)
|
Constructors in com.digt.trusted.asn1.cms with parameters of type DERObjectIdentifier | |
---|---|
Attribute(DERObjectIdentifier attrType,
ASN1Set attrValues)
|
|
ContentInfo(DERObjectIdentifier contentType,
DEREncodable content)
|
|
EncryptedContentInfo(DERObjectIdentifier contentType,
AlgorithmIdentifier contentEncryptionAlgorithm,
ASN1OctetString encryptedContent)
|
|
EncryptedContentInfo(DERObjectIdentifier contentType,
AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedGOSTContent)
|
|
OtherKeyAttribute(DERObjectIdentifier keyAttrId,
DEREncodable keyAttr)
|
|
OtherRecipientInfo(DERObjectIdentifier oriType,
DEREncodable oriValue)
|
Uses of DERObjectIdentifier in com.digt.trusted.asn1.misc |
---|
Fields in com.digt.trusted.asn1.misc declared as DERObjectIdentifier | |
---|---|
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 com.digt.trusted.asn1.nist |
---|
Fields in com.digt.trusted.asn1.nist declared as DERObjectIdentifier | |
---|---|
static DERObjectIdentifier |
NISTObjectIdentifiers.id_sha224
|
static DERObjectIdentifier |
NISTObjectIdentifiers.id_sha256
|
static DERObjectIdentifier |
NISTObjectIdentifiers.id_sha384
|
static DERObjectIdentifier |
NISTObjectIdentifiers.id_sha512
|
Uses of DERObjectIdentifier in com.digt.trusted.asn1.ocsp |
---|
Fields in com.digt.trusted.asn1.ocsp declared as DERObjectIdentifier | |
---|---|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp
|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp_archive_cutoff
|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp_basic
|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp_crl
|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp_nocheck
|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp_nonce
|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp_response
|
static DERObjectIdentifier |
OCSPObjectIdentifiers.id_pkix_ocsp_service_locator
|
Methods in com.digt.trusted.asn1.ocsp that return DERObjectIdentifier | |
---|---|
DERObjectIdentifier |
ResponseBytes.getResponseType()
|
Constructors in com.digt.trusted.asn1.ocsp with parameters of type DERObjectIdentifier | |
---|---|
ResponseBytes(DERObjectIdentifier responseType,
ASN1OctetString response)
|
Uses of DERObjectIdentifier in com.digt.trusted.asn1.oiw |
---|
Fields in com.digt.trusted.asn1.oiw declared as DERObjectIdentifier | |
---|---|
static DERObjectIdentifier |
OIWObjectIdentifiers.dsaWithSHA1
|
static DERObjectIdentifier |
OIWObjectIdentifiers.elGamalAlgorithm
|
static DERObjectIdentifier |
OIWObjectIdentifiers.idSHA1
|
Uses of DERObjectIdentifier in com.digt.trusted.asn1.pkcs |
---|
Methods in com.digt.trusted.asn1.pkcs that return DERObjectIdentifier | |
---|---|
DERObjectIdentifier |
Attribute.getAttrType()
|
DERObjectIdentifier |
SafeBag.getBagId()
|
DERObjectIdentifier |
CertBag.getCertId()
|
DERObjectIdentifier |
ContentInfo.getContentType()
|
DERObjectIdentifier |
EncryptedData.getContentType()
|
DERObjectIdentifier |
PBES2Algorithms.getObjectId()
Deprecated. |
Constructors in com.digt.trusted.asn1.pkcs with parameters of type DERObjectIdentifier | |
---|---|
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 com.digt.trusted.asn1.smime |
---|
Methods in com.digt.trusted.asn1.smime that return DERObjectIdentifier | |
---|---|
DERObjectIdentifier |
SMIMECapability.getCapabilityID()
|
Methods in com.digt.trusted.asn1.smime with parameters of type DERObjectIdentifier | |
---|---|
void |
SMIMECapabilityVector.addCapability(DERObjectIdentifier capability)
|
void |
SMIMECapabilityVector.addCapability(DERObjectIdentifier capability,
DEREncodable params)
|
void |
SMIMECapabilityVector.addCapability(DERObjectIdentifier capability,
int value)
|
java.util.Vector |
SMIMECapabilities.getCapabilities(DERObjectIdentifier capability)
returns a vector with 0 or more objects of all the capabilities matching the passed in capability OID. |
Constructors in com.digt.trusted.asn1.smime with parameters of type DERObjectIdentifier | |
---|---|
SMIMECapability(DERObjectIdentifier capabilityID,
DEREncodable parameters)
|
Uses of DERObjectIdentifier in com.digt.trusted.asn1.teletrust |
---|
Fields in com.digt.trusted.asn1.teletrust declared as DERObjectIdentifier | |
---|---|
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 com.digt.trusted.asn1.tsp |
---|
Methods in com.digt.trusted.asn1.tsp that return DERObjectIdentifier | |
---|---|
DERObjectIdentifier |
TSTInfo.getPolicy()
|
DERObjectIdentifier |
TimeStampReq.getReqPolicy()
|
Constructors in com.digt.trusted.asn1.tsp with parameters of type DERObjectIdentifier | |
---|---|
TimeStampReq(MessageImprint messageImprint,
DERObjectIdentifier tsaPolicy,
DERInteger nonce,
DERBoolean certReq,
X509Extensions extensions)
|
|
TSTInfo(DERObjectIdentifier tsaPolicyId,
MessageImprint messageImprint,
DERInteger serialNumber,
DERGeneralizedTime genTime,
Accuracy accuracy,
DERBoolean ordering,
DERInteger nonce,
GeneralName tsa,
X509Extensions extensions)
|
Uses of DERObjectIdentifier in com.digt.trusted.asn1.x509 |
---|
Subclasses of DERObjectIdentifier in com.digt.trusted.asn1.x509 | |
---|---|
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 com.digt.trusted.asn1.x509 declared as DERObjectIdentifier | |
---|---|
static DERObjectIdentifier |
X509Extensions.AuthorityInfoAccess
Authority Info Access |
static DERObjectIdentifier |
X509Extensions.AuthorityKeyIdentifier
Authority Key Identifier |
static DERObjectIdentifier |
X509Extensions.BasicConstraints
Basic Constraints |
static DERObjectIdentifier |
X509Name.C
country code - StringType(SIZE(2)) |
static DERObjectIdentifier |
X509Extensions.CertificateIssuer
Certificate Issuer |
static DERObjectIdentifier |
X509Extensions.CertificatePolicies
Certificate Policies |
static DERObjectIdentifier |
X509Name.CN
common name - StringType(SIZE(1..64)) |
static DERObjectIdentifier |
X509ObjectIdentifiers.commonName
|
static DERObjectIdentifier |
X509ObjectIdentifiers.countryName
|
static DERObjectIdentifier |
X509Extensions.CRLDistributionPoints
CRL Distribution Points |
static DERObjectIdentifier |
X509Extensions.CRLNumber
CRL Number |
static DERObjectIdentifier |
X509Name.DC
|
static DERObjectIdentifier |
X509Extensions.DeltaCRLIndicator
Delta CRL indicator |
static DERObjectIdentifier |
X509Name.E
email address in Verisign certificates |
static DERObjectIdentifier |
X509Name.EmailAddress
Email address (RSA PKCS#9 extension) - IA5String. |
static DERObjectIdentifier |
X509Extensions.ExtendedKeyUsage
Extended Key Usage |
static DERObjectIdentifier |
X509Name.GENERATION
|
static DERObjectIdentifier |
X509Name.GIVENNAME
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gost_ElSgDH3410_1
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gost_ElSgDH3410_default
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR28147_cbc
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR28147_cfb
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR28147_ecb
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR28147_ofb
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_2001
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_2001_CryptoPro_A
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_2001_CryptoPro_B
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_2001_CryptoPro_C
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94_CryptoPro_A
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94_CryptoPro_B
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94_CryptoPro_C
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94_CryptoPro_D
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94_CryptoPro_XchA
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94_CryptoPro_XchB
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3410_94_CryptoPro_XchC
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3411
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3411_94_CryptoProParamSet
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3411_94_with_gostR3410_2001
|
static DERObjectIdentifier |
X509ObjectIdentifiers.gostR3411_94_with_gostR3410_94
|
static DERObjectIdentifier |
X509ObjectIdentifiers.id_ea_rsa
|
static DERObjectIdentifier |
X509ObjectIdentifiers.id_SHA1
|
static DERObjectIdentifier |
X509Extensions.InhibitAnyPolicy
Inhibit Any Policy |
static DERObjectIdentifier |
X509Name.INITIALS
|
static DERObjectIdentifier |
X509Extensions.InstructionCode
Hold Instruction Code |
static DERObjectIdentifier |
X509Extensions.InvalidityDate
Invalidity Date |
static DERObjectIdentifier |
X509Extensions.IssuerAlternativeName
Issuer Alternative Name |
static DERObjectIdentifier |
X509Extensions.IssuingDistributionPoint
Issuing Distribution Point |
static DERObjectIdentifier |
X509Extensions.KeyUsage
Key Usage |
static DERObjectIdentifier |
X509Name.L
locality name - StringType(SIZE(1..64)) |
static DERObjectIdentifier |
X509ObjectIdentifiers.localityName
|
static DERObjectIdentifier |
X509Extensions.NameConstraints
Name Constraints |
static DERObjectIdentifier |
X509Name.O
organization - StringType(SIZE(1..64)) |
static DERObjectIdentifier |
X509ObjectIdentifiers.ocspAccessMethod
|
static DERObjectIdentifier |
X509ObjectIdentifiers.OID_CryptTest
|
static DERObjectIdentifier |
X509ObjectIdentifiers.OID_SipherVar_0
|
static DERObjectIdentifier |
X509ObjectIdentifiers.OID_SipherVar_1
|
static DERObjectIdentifier |
X509ObjectIdentifiers.OID_SipherVar_2
|
static DERObjectIdentifier |
X509ObjectIdentifiers.OID_SipherVar_3
|
static DERObjectIdentifier |
X509ObjectIdentifiers.organization
|
static DERObjectIdentifier |
X509ObjectIdentifiers.organizationalUnitName
|
static DERObjectIdentifier |
X509Name.OU
organizational unit name - StringType(SIZE(1..64)) |
static DERObjectIdentifier |
X509Extensions.PolicyConstraints
Policy Constraints |
static DERObjectIdentifier |
X509Extensions.PolicyMappings
Policy Mappings |
static DERObjectIdentifier |
X509Extensions.PrivateKeyUsagePeriod
Private Key Usage Period |
static DERObjectIdentifier |
X509Extensions.ReasonCode
Reason code |
static DERObjectIdentifier |
X509ObjectIdentifiers.ripemd160
|
static DERObjectIdentifier |
X509ObjectIdentifiers.ripemd160WithRSAEncryption
|
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 |
X509Extensions.SubjectAlternativeName
Subject Alternative Name |
static DERObjectIdentifier |
X509Extensions.SubjectKeyIdentifier
Subject Key Identifier |
static DERObjectIdentifier |
X509Name.SURNAME
Naming attributes of type X520name |
static DERObjectIdentifier |
X509Name.T
Title |
static DERObjectIdentifier |
X509Name.UID
LDAP User id. |
static DERObjectIdentifier |
X509Name.UNIQUE_IDENTIFIER
|
static DERObjectIdentifier |
X509Name.UnstructuredAddress
|
static DERObjectIdentifier |
X509Name.UnstructuredName
more from PKCS#9 |
Methods in com.digt.trusted.asn1.x509 that return DERObjectIdentifier | |
---|---|
DERObjectIdentifier |
AccessDescription.getAccessMethod()
|
DERObjectIdentifier |
Attribute.getAttrType()
|
DERObjectIdentifier |
AlgorithmIdentifier.getObjectId()
|
DERObjectIdentifier |
ObjectDigestInfo.getOtherObjectTypeID()
|
DERObjectIdentifier |
PolicyInformation.getPolicyIdentifier()
|
Methods in com.digt.trusted.asn1.x509 with parameters of type DERObjectIdentifier | |
---|---|
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. |
Constructors in com.digt.trusted.asn1.x509 with parameters of type DERObjectIdentifier | |
---|---|
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 PolicyInformation |
|
PolicyInformation(DERObjectIdentifier policyIdentifier)
|
|
PolicyInformation(DERObjectIdentifier policyIdentifier,
ASN1Sequence policyQualifiers)
|
|
PolicyQualifierInfo(DERObjectIdentifier policyQualifierId,
DEREncodable qualifier)
Creates a new PolicyQualifierInfo instance. |
Uses of DERObjectIdentifier in com.digt.trusted.asn1.x9 |
---|
Fields in com.digt.trusted.asn1.x9 declared as DERObjectIdentifier | |
---|---|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2onb191v4
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2onb191v5
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2onb239v4
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2onb239v5
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2pnb163v1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2pnb163v2
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2pnb163v3
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2pnb176w1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2pnb208w1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2pnb272w1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2pnb368w1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2png304v1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb191v1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb191v2
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb191v3
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb239v1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb239v2
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb239v3
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb359v1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.c2tnb431r1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.characteristic_two_field
|
static DERObjectIdentifier |
X9ObjectIdentifiers.dhpublicnumber
|
static DERObjectIdentifier |
X9ObjectIdentifiers.ecdsa_with_SHA1
|
static DERObjectIdentifier |
X9ObjectIdentifiers.gnBasis
|
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 com.digt.trusted.asn1.x9 that return DERObjectIdentifier | |
---|---|
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 com.digt.trusted.asn1.x9 with parameters of type DERObjectIdentifier | |
---|---|
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 com.digt.trusted.asn1.x9 with parameters of type DERObjectIdentifier | |
---|---|
KeySpecificInfo(DERObjectIdentifier algorithm,
ASN1OctetString counter)
|
|
X962Parameters(DERObjectIdentifier namedCurve)
|
|
X9FieldID(DERObjectIdentifier id,
java.math.BigInteger primeP)
|
Uses of DERObjectIdentifier in com.digt.trusted.jce |
---|
Methods in com.digt.trusted.jce with parameters of type DERObjectIdentifier | |
---|---|
void |
X509V2CRLGenerator.addExtension(DERObjectIdentifier OID,
boolean critical,
byte[] value)
Deprecated. add a given extension field for the standard extensions tag (tag 0) |
void |
X509V3CertificateGenerator.addExtension(DERObjectIdentifier OID,
boolean critical,
byte[] value)
Deprecated. add a given extension field for the standard extensions tag (tag 3) |
void |
X509V2CRLGenerator.addExtension(DERObjectIdentifier OID,
boolean critical,
DEREncodable value)
Deprecated. add a given extension field for the standard extensions tag (tag 0) |
void |
X509V3CertificateGenerator.addExtension(DERObjectIdentifier OID,
boolean critical,
DEREncodable value)
Deprecated. add a given extension field for the standard extensions tag (tag 3) |
Uses of DERObjectIdentifier in com.digt.trusted.jce.interfaces |
---|
Methods in com.digt.trusted.jce.interfaces with parameters of type DERObjectIdentifier | |
---|---|
DEREncodable |
PKCS12BagAttributeCarrier.getBagAttribute(DERObjectIdentifier oid)
|
void |
PKCS12BagAttributeCarrier.setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute)
|
Uses of DERObjectIdentifier in com.digt.trusted.jce.provider |
---|
Methods in com.digt.trusted.jce.provider with parameters of type DERObjectIdentifier | |
---|---|
DEREncodable |
X509CertificateObject.getBagAttribute(DERObjectIdentifier oid)
|
void |
X509CertificateObject.setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute)
|
Uses of DERObjectIdentifier in com.digt.trusted.x509 |
---|
Methods in com.digt.trusted.x509 with parameters of type DERObjectIdentifier | |
---|---|
void |
X509V2CRLGenerator.addExtension(DERObjectIdentifier OID,
boolean critical,
byte[] 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 |
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,
DEREncodable value)
add a given extension field for the standard extensions tag (tag 3) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |