SHOW Signed

net.rim.device.api.crypto.oid
Class OIDs

java.lang.Object
  |
  +--net.rim.device.api.crypto.oid.OIDs

public final class OIDs
extends Object

Contains many frequently used OIDs, and maintains associations between OIDs and objects.

The association is always a represented by a long. RIM has prefined the following associations, although developers are free to add their own associations.

Association OID to Value (String, Integer, Object)
KEY_ALGORITHM_NAME (OID <-> String, e.g. "RSA", "EC", etc)
SIGNATURE_ALGORITHM_NAME (OID <-> String, e.g. "RSA_PKCS1/SHA1", "ECDSA", etc)
HASH_ALGORITHM_NAME (OID <-> String, e.g. "SHA1", "MD5", etc)
OID_NAME (OID <-> String, e.g. "CN", "OU", etc)
ELLIPTIC_CURVE_ID (OID <-> String, e.g. "EC163K1", see ECCryptoSystem)
SYMMETRIC_ALGORITHM_NAME (OID <-> String, e.g. "AES_128_CFB", etc)
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.


Field Summary
 Category: Signed static int AES_128_CBC
          AES_128_CBC = 2.16.840.1.101.3.4.1.2 Represents AES 128 bit key in CBC mode.
 Category: Signed static int AES_128_CFB
          AES_128_CFB = 2.16.840.1.101.3.4.1.4 Represents AES 128 bit key in CFB mode.
 Category: Signed static int AES_128_ECB
          AES_128_ECB = 2.16.840.1.101.3.4.1.1 Represents AES 128 bit key in ECB mode.
 Category: Signed static int AES_128_KEY_WRAP
          AES_128_KEY_WRAP = 2.16.840.1.101.3.4.1.5 Represents AES 128 bit key wrap for CMS.
 Category: Signed static int AES_128_OFB
          AES_128_OFB = 2.16.840.1.101.3.4.1.3 Represents AES 128 bit key in OFB mode.
 Category: Signed static int AES_192_CBC
          AES_192_CBC = 2.16.840.1.101.3.4.1.22 Represents AES 192 bit key in CBC mode.
 Category: Signed static int AES_192_CFB
          AES_192_CFB = 2.16.840.1.101.3.4.1.24 Represents AES 192 bit key in CFB mode.
 Category: Signed static int AES_192_ECB
          AES_192_ECB = 2.16.840.1.101.3.4.1.21 Represents AES 192 bit key in ECB mode.
 Category: Signed static int AES_192_KEY_WRAP
          AES_192_KEY_WRAP = 2.16.840.1.101.3.4.1.25 Represents AES 192 bit key wrap for CMS.
 Category: Signed static int AES_192_OFB
          AES_192_OFB = 2.16.840.1.101.3.4.1.23 Represents AES 192 bit key in OFB mode.
 Category: Signed static int AES_256_CBC
          AES_256_CBC = 2.16.840.1.101.3.4.1.42 Represents AES 256 bit key in CBC mode.
 Category: Signed static int AES_256_CFB
          AES_256_CFB = 2.16.840.1.101.3.4.1.44 Represents AES 256 bit key in CFB mode.
 Category: Signed static int AES_256_ECB
          AES_256_ECB = 2.16.840.1.101.3.4.1.41 Represents AES 256 bit key in ECB mode.
 Category: Signed static int AES_256_KEY_WRAP
          AES_256_KEY_WRAP = 2.16.840.1.101.3.4.1.45 Represents AES 256 bit key wrap for CMS.
 Category: Signed static int AES_256_OFB
          AES_256_OFB = 2.16.840.1.101.3.4.1.43 Represents AES 256 bit key in OFB mode.
 Category: Signed static int C2PND163V1
          C2PND163V1 = 1.2.840.10045.3.0.1 Represents the WTLS5 elliptic curve.
 Category: Signed static int certAccessDescriptionOCSP
          certAccessDescriptionOCSP = 1.3.6.1.5.5.7.48.1 Information about the certificate access for ocsp.
 Category: Signed static int certAuthorityInfoAccess
          certAuthorityInfoAccess = 1.3.6.1.5.5.7.1.1 Information about the certificate authority.
 Category: Signed static int cmsIdAlgCMS3DESWrap
          cmsIdAlgCMS3DESWrap = 1.2.840.113549.1.9.16.3.6 Represents the 3DES Key Wrap algorithm.
 Category: Signed static int cmsIdAlgCMSRC2Wrap
          cmsIdAlgCMSRC2Wrap = 1.2.840.113549.1.9.16.3.7 Represents the RC2 Key Wrap algorithm.
 Category: Signed static int cmsIdAlgESDH
          cmsIdAlgESDH = 1.2.840.113549.1.9.16.3.5 Represents the ephemeral static DH KDF.
 Category: Signed static int cmsIdAlgPWRIKEK
          cmsIdAlgPWRIKEK = 1.2.840.113549.1.9.16.3.9 Represents the password based recipient info type.
 Category: Signed static int cmsIdAlgSSDH
          cmsIdAlgSSDH = 1.2.840.113549.1.9.16.3.10 Represents the static static DH KDF
 Category: Signed static int cmsIdAlgZLibCompress
          cmsIdAlgZLibCompress = 1.2.840.113549.1.9.16.3.8 Represents the ZLib compression algorithm.
 Category: Signed static int cmsIdAuthenticatedData
          cmsIdAuthenticatedData = 1.2.840.113549.1.9.16.1.2 Represents AuthenticatedData type.
 Category: Signed static int cmsIdCtCompressedData
          cmsIdCtCompressedData = 1.2.840.113549.1.9.16.3.6 Represents CompressedData type.
 Category: Signed static int cmsIdCtContentInfo
          cmsIdCtContentInfo = 1.2.840.113549.1.9.16.1.6 Represents CtContentInfo type.
 Category: Signed static int cmsIdCtReceipt
          cmsIdCtReceipt = 1.2.840.113549.1.9.16.1.1 Represents CtReceiptInfo type.
 Category: Signed static int cmsIdData
          cmsIdData = 1.2.840.113549.1.7.1 Represents Data type.
 Category: Signed static int cmsIdDigestedData
          cmsIdDigestedData = 1.2.840.113549.1.7.5 Represents DigestedData type.
 Category: Signed static int cmsIdEncrypedData
          cmsIdEncrypedData = 1.2.840.113549.1.7.6 Represents EncrypedData type.
 Category: Signed static int cmsIdEnvelopedData
          cmsIdEnvelopedData = 1.2.840.113549.1.7.3 Represents EnvelopedData type.
 Category: Signed static int cmsIdSignedAndEnvelopedData
          cmsIdSignedAndEnvelopedData = 1.2.840.113549.1.7.4 Represents SignedAndEnvelopedData type.
 Category: Signed static int cmsIdSignedData
          cmsIdSignedData = 1.2.840.113549.1.7.2 Represents SignedData type.
 Category: Signed static int desCBC
          desCBC = 1.3.14.3.2.7 des in CBC mode.
 Category: Signed static int desEDE3CBC
          desEDE3CBC = 1.2.840.113549.3.7 Triple des in CBC mode.
 Category: Signed static int DH
          DH = 1.2.840.10046.2.1 Repesents the DH algorithm and keys.
 Category: Signed static int DH_KEYAGREEMENT
          DH_KEYAGREEMENT = 1.2.840.113549.2.1 Represents the DH key agreement scheme.
 Category: Signed static int dhSinglePass_CofactorDH_SHA1KDF_Scheme
          dhSinglePass_CofactorDH_SHA1KDF_Scheme = 1.3.133.16.840.63.0.3 Represents the ECDH KDF.
 Category: Signed static int dhSinglePass_StdDH_SHA1KDF_Scheme
          dhSinglePass_StdDH_SHA1KDF_Scheme = 1.3.133.16.840.63.0.2 Represents the ECDH KDF.
 Category: Signed static int DSA
          DSA = 1.2.840.10040.4.1 Represents the DSA signature algorithm.
 Category: Signed static int DSA_SHA1
          DSA_SHA1 = 1.2.840.10040.4.3 Represents the DSA signature algorithms with SHA1.
 Category: Signed static int EC
          EC 1.2.840.10045.2.1 Represents EC keys.
 Category: Signed static int ECDSA
          ECDSA = 1.2.840.10045.4 Represents the ECDSA signature algorithm.
 Category: Signed static int ECDSA_SHA1
          ECDSA_SHA1 1.2.840.10045.4.1 Represents the ECDSA signature algorithm with SHA1.
 Category: Signed static long ELLIPTIC_CURVE_ID
          Associates OIDs and elliptic curve identifiers, eg EC163K1.
 Category: Signed static long HASH_ALGORITHM_NAME
          Associates OIDs and hash algorithm name strings, eg "SHA1", "SHA256", "MD5", "RIPEMD160".
 Category: Signed static int hmacSHA1
          hmacSHA1 = 1.3.6.1.5.5.8.1.2 hmac with SHA1 from the IPSec oid arc.
 Category: Signed static int id_aa_contentHint
          id_aa_contentHint = 1.2.840.113549.1.9.16.2.4 contentHint for SMIME ESS.
 Category: Signed static int id_aa_contentIdentifier
          id_aa_contentIdentifier = 1.2.840.113549.1.9.16.2.7 contentIdentifier for SMIME ESS.
 Category: Signed static int id_aa_contentReference
          id_aa_contentReference = 1.2.840.113549.1.9.16.2.10 contentReference for SMIME ESS.
 Category: Signed static int id_aa_encrypKeyPref
          id_aa_encrypKeyPref = 1.2.840.113549.1.9.16.2.11 encrypKeyPref for SMIME ESS.
 Category: Signed static int id_aa_equivalentLabels
          id_aa_equivalentLabelsf = 1.2.840.113549.1.9.16.2.9 equivalentLabels for SMIME ESS.
 Category: Signed static int id_aa_mlExpandHistory
          id_aa_mlExpandHistory = 1.2.840.113549.1.9.16.2.3 mlExpandHistory for SMIME ESS.
 Category: Signed static int id_aa_msgSigDigest
          id_aa_msgSigDigest = 1.2.840.113549.1.9.16.2.5 msgSigDigest for SMIME ESS.
 Category: Signed static int id_aa_receiptRequest
          id_aa_receiptRequest = 1.2.840.113549.1.9.16.2.1 receiptRequest for SMIME ESS.
 Category: Signed static int id_aa_securityLabel
          id_aa_securityLabel = 1.2.840.113549.1.9.16.2.2 securityLabel for SMIME ESS.
 Category: Signed static int id_aa_signingCertificate
          id_aa_signingCertificate = 1.2.840.113549.1.9.16.2.12 signingCertificate for SMIME ESS.
 Category: Signed static int idAtCommonName
          idAtCommonName = 2.5.4.3 Represents the common name.
 Category: Signed static int idAtCountryName
          idAtCountryName = 2.5.4.6 Represents the CountryName of the DN.
 Category: Signed static int idAtDnQualifier
          idAtDnQualifier = 2.5.4.46 Represents the DnQualifier of the DN.
 Category: Signed static int idAtGenerationQualifier
          idAtGenerationQualifier = 2.5.4.44 Represents the GenerationQualifier of the DN.
 Category: Signed static int idAtGivenName
          idAtGivenName = 2.5.4.42 Represents the GivenName of the DN.
 Category: Signed static int idAtInitials
          idAtInitials = 2.5.4.43 Represents the Initials of the DN.
 Category: Signed static int idAtLocalityName
          idAtLocalityName = 2.5.4.7 Represents the LocalityName of the DN.
 Category: Signed static int idAtName
          idAtName = 2.5.4.41 Represents the Name of the DN.
 Category: Signed static int idAtOrganizationalUnitName
          idAtOrganizationalUnitName = 2.5.4.11 Represents the OrganizationalUnitName of the DN.
 Category: Signed static int idAtOrganizationName
          idAtOrganizationName = 2.5.4.10 Represents the OrganizationName of the DN.
 Category: Signed static int idAtStateOrProvinceName
          idAtStateOrProvinceName = 2.5.4.8 Represents the StateOrProvinceName of the DN.
 Category: Signed static int idAtSurname
          idAtSurname = 2.5.4.4 Represents the surname of the Distinguished Name (DN).
 Category: Signed static int idAtTitle
          idAtTitle = 2.5.4.12 Represents the Title of the DN.
 Category: Signed static int idCeAuthorityKeyIdentifier
          idCeAuthorityKeyIdentifier = 2.5.29.35 Represents the certificate extension for AuthorityKeyIdentifier.
 Category: Signed static int idCeBasicConstraints
          idCeBasicConstraints = 2.5.29.19 Represents the certificate extension for BasicConstraints.
 Category: Signed static int idCeCertificateIssuer
          idCeCertificateIssuer = 2.5.29.29 Represents the certificate extension for CertificateIssuer.
 Category: Signed static int idCeCertificatePolicies
          idCeCertificatePolicies = 2.5.29.32 Represents the certificate extension for CertificatePolicies.
 Category: Signed static int idCeCRLDistributionPoints
          idCeCRLDistributionPoints = 2.5.29.31 Represents the certificate extension for CRLDistributionPoints.
 Category: Signed static int idCeCRLNumber
          idCeCRLNumber = 2.5.29.20 Represents the certificate extension for CRLNumber.
 Category: Signed static int idCeDeltaCRLIndicator
          idCeDeltaCRLIndicator = 2.5.29.27 Represents the certificate extension for DeltaCRLIndicator.
 Category: Signed static int idCeExtKeyUsage
          idCeExtKeyUsage = 2.5.29.37 Represents the certificate extension for ExtKeyUsage.
 Category: Signed static int idCeInstructionCode
          idCeInstructionCode = 2.5.29.23 Represents the certificate extension for InstructionCode.
 Category: Signed static int idCeInvalidityDate
          idCeInvalidityDate = 2.5.29.24 Represents the certificate extension for InvalidityDate.
 Category: Signed static int idCeIssuerAltName
          idCeIssuerAltName = 2.5.29.18 Represents the certificate extension for IssuerAltName.
 Category: Signed static int idCeIssuingDistributionPoint
          idCeIssuingDistributionPoint = 2.5.29.28 Represents the certificate extension for IssuingDistributionPoint.
 Category: Signed static int idCeKeyUsage
          idCeKeyUsage = 2.5.29.15 Represents the certificate extension for KeyUsage.
 Category: Signed static int idCeNameConstraints
          idCeNameConstraints = 2.5.29.30 Represents the certificate extension for NameConstraints.
 Category: Signed static int idCePolicyConstraints
          idCePolicyConstraints = 2.5.29.36 Represents the certificate extension for PolicyConstraints.
 Category: Signed static int idCePolicyMappings
          idCePolicyMappings = 2.5.29.33 Represents the certificate extension for PolicyMappings.
 Category: Signed static int idCePrivateKeyUsagePeriod
          idCePrivateKeyUsagePeriod = 2.5.29.16 Represents the certificate extension for PrivateKeyUsagePeriod.
 Category: Signed static int idCeReasonCode
          idCeReasonCode = 2.5.29.21 Represents the certificate extension for ReasonCode.
 Category: Signed static int idCeSubjectAltName
          idCeSubjectAltName = 2.5.29.17 Represents the certificate extension for SubjectAltName.
 Category: Signed static int idCeSubjectDirectoryAttributes
          idCeSubjectDirectoryAttributes = 2.5.29.9 Represents the certificate extension for SubjectDirectoryAttributes.
 Category: Signed static int idCeSubjectKeyIdentifier
          idCeSubjectKeyIdentifier = 2.5.29.14 Represents the certificate extension for SubjectKeyIdentifier.
 Category: Signed static int idHmacSHA1
          idHmacSHA1 = 1.2.840.113549.2.7 hmac with SHA1 from the RSA oid arc.
 Category: Signed static int idKpClientAuth
          idKpClientAuth = 1.3.6.1.5.5.7.3.2 Represents a TLS Web client authentication - see RFC 2459.
 Category: Signed static int idKpCodeSigning
          idKpCodeSigning = 1.3.6.1.5.5.7.3.3 Represents the signing of downloadable exectuable code - see RFC 2459.
 Category: Signed static int idKpEmailProtection
          idKpEmailProtection = 1.3.6.1.5.5.7.3.4 Represents email protection - see RFC 2459.
 Category: Signed static int idKpOCSPSigning
          idKpOCSPSigning = 1.3.6.1.5.5.7.3.9 Indicates that a given key can sign OCSP responses - see RFC 2560.
 Category: Signed static int idKpServerAuth
          idKpServerAuth = 1.3.6.1.5.5.7.3.1 Represents a TLS Web server authentication - see RFC 2459.
 Category: Signed static int idKpTimeStamping
          idKpTimeStamping = 1.3.6.1.5.5.7.3.8 Represents a way to bind an object to a time - see RFC 2459.
 Category: Signed static int KEA
          KEA 2.16.840.1.101.2.1.1.22 Represents the KEA key agreement algorithm.
 Category: Signed static long KEY_ALGORITHM_NAME
          Associates OIDs and key algorithm name strings, eg "RSA", "DSA", "DH", "EC".
 Category: Signed static int MD2
          MD2 = 1.2.840.113549.2.2 Represents the MD2 hash algorithm.
 Category: Signed static int MD4
          MD4 = 1.2.840.113549.2.4 Represents the MD4 hash algorithm.
 Category: Signed static int MD5
          MD5 = 1.2.840.113549.2.5 Represents the MD5 hash algorithm.
 Category: Signed static int mqvSinglePass_SHA1KDF_Scheme
          mqvSinglePass_SHA1KDF_Scheme = 1.3.133.16.840.63.0.16 Represents the ECMQV KDF.
 Category: Signed static int ocspBasicResponse
          ocspBasicResponse = 1.3.6.1.5.5.7.48.1.1 An oid used by ocsp.
 Category: Signed static int ocspNonce
          ocspNonce = 1.3.6.1.5.5.7.48.1.2 Indicates the presence of a nonce value in an OCSP request or response.
 Category: Signed static long OID_NAME
          Associates OIDs and their short name string, eg "C", "OU", etc.
 Category: Signed static int PBKDF2
          PBKDF2 = 1.2.840.113549.1.5 Presents Password Based KDF version 2 from PKCS5.
 Category: Signed static int pkcs9_at_challengePassword
          pkcs9_at_challengePassword = 1.2.840.113549.1.9.7 Represents a challengePassword.
 Category: Signed static int pkcs9_at_contentType
          pkcs9_at_contentType = 1.2.840.113549.1.9.3 Represents a contentType.
 Category: Signed static int pkcs9_at_counterSignature
          pkcs9_at_counterSignature = 1.2.840.113549.1.9.6 Represents a counterSignature.
 Category: Signed static int pkcs9_at_countryOfCitizenship
          pkcs9_at_countryOfCitizenship = 1.3.6.1.5.5.7.9.4 Represents a countryOfCitizenship.
 Category: Signed static int pkcs9_at_countryOfResidence
          pkcs9_at_countryOfResidence = 1.3.6.1.5.5.7.9.5 Represents a countryOfResidence.
 Category: Signed static int pkcs9_at_dateOfBirth
          pkcs9_at_dateOfBirth = 1.3.6.1.5.5.7.9.1 Represents a dateOfBirth.
 Category: Signed static int pkcs9_at_emailAddress
          pkcs9_at_emailAddress = 1.2.840.113549.1.9.1 Represents an emailAddress.
 Category: Signed static int pkcs9_at_encryptedPrivateKeyInfo
          pkcs9_at_encryptedPrivateKeyInfo = 1.2.840.113549.1.9.25.2 Represents an encryptedPrivateKeyInfo object.
 Category: Signed static int pkcs9_at_extendedCertificateAttributes
          pkcs9_at_extendedCertificateAttributes = 1.2.840.113549.1.9.9 Represents an extendedCertificateAttributes.
 Category: Signed static int pkcs9_at_extensionRequest
          pkcs9_at_extensionRequest = 1.2.840.113549.1.9.14 Represents an extensionRequest.
 Category: Signed static int pkcs9_at_friendlyName
          pkcs9_at_friendlyName = 1.2.840.113549.1.9.20 Represents a friendlyName.
 Category: Signed static int pkcs9_at_gender
          pkcs9_at_gender = 1.3.6.1.5.5.7.9.3 Represents a gender.
 Category: Signed static int pkcs9_at_localKeyId
          pkcs9_at_localKeyId = 1.2.840.113549.1.9.21 Represents a localKeyId.
 Category: Signed static int pkcs9_at_messageDigest
          pkcs9_at_messageDigest = 1.2.840.113549.1.9.4 Represents a messageDigest.
 Category: Signed static int pkcs9_at_pkcs15Token
          pkcs9_at_pkcs15Token = 1.2.840.113549.1.9.25.1 Represents a pkcs15Token.
 Category: Signed static int pkcs9_at_pkcs7PDU
          pkcs9_at_pkcs7PDU = 1.2.840.113549.1.9.25.5 Represents a pkcs7PDU.
 Category: Signed static int pkcs9_at_placeOfBirth
          pkcs9_at_placeOfBirth = 1.3.6.1.5.5.7.9.2 Represents a placeOfBirth.
 Category: Signed static int pkcs9_at_randomNonce
          pkcs9_at_randomNonce = 1.2.840.113549.1.9.25.3 Represents a randomNonce.
 Category: Signed static int pkcs9_at_sequenceNumber
          pkcs9_at_sequenceNumber = 1.2.840.113549.1.9.25.4 Represents a sequenceNumber.
 Category: Signed static int pkcs9_at_signingDescription
          pkcs9_at_signingDescription = 1.2.840.113549.1.9.13 Represents a signingDescription.
 Category: Signed static int pkcs9_at_signingTime
          pkcs9_at_signingTime = 1.2.840.113549.1.9.5 Represents a signingTime.
 Category: Signed static int pkcs9_at_smimeCapabilities
          pkcs9_at_smimeCapabilities = 1.2.840.113549.1.9.15 Represents a smimeCapabilities.
 Category: Signed static int pkcs9_at_unstructuredAddress
          pkcs9_at_unstructuredAddress = 1.2.840.113549.1.9.8 Represents an unstructuredAddress.
 Category: Signed static int pkcs9_at_unstructuredName
          pkcs9_at_unstructuredName = 1.2.840.113549.1.9.2 Represents an unstructuredName.
 Category: Signed static int pkcs9_at_userPKCS12
          pkcs9_at_userPKCS12 = 2.16.113730.3.1.1.88 Represents a userPKCS12.
 Category: Signed static int pkcs9_mr_caseIgnoreMatch
          pkcs9_mr_caseIgnoreMatch = 1.2.840.113549.1.9.27.1 Represents a case ignore match.
 Category: Signed static int pkcs9_mr_signingTimeMatch
          pkcs9_mr_signingTimeMatch = 1.2.840.113549.1.9.27.2 Represents a signing time match.
 Category: Signed static int pkcs9_oc_naturalPerson
          pkcs9_oc_naturalPerson = 1.2.840.113549.1.9.24.2 Represents an naturalPerson.
 Category: Signed static int pkcs9_oc_pkcsEntity
          pkcs9_oc_pkcsEntity = 1.2.840.113549.1.9.24.1 Represents an pkcsEntity.
 Category: Signed static int pkcs9_sx_pkcs9String
          pkcs9_sx_pkcs9String = 1.2.840.113549.1.9.26.1 Represents a pcks9 string.
 Category: Signed static int pkcs9_sx_signingTime
          pkcs9_sx_signingTime = 1.2.840.113549.1.9.26.2 Represents a signing time.
 Category: Signed static int rc2CBC
          rc2CBC = 1.2.840.113549.3.2 rc2 in CBC mode.
 Category: Signed static int rc4
          rc4 = 1.2.840.113549.3.4 rc4 encryption/decryption.
 Category: Signed static int RIM_AES
          RIM_AES = 1.3.6.1.4.1.3530.9.1.2 RIM internal oid for AES.
 Category: Signed static int RIM_ARC4
          RIM_ARC4 = 1.3.6.1.4.1.3530.9.1.1 RIM internal oid for ARC4.
 Category: Signed static int RIM_CAST128
          RIM_CAST128 = 1.3.6.1.4.1.3530.9.1.3 RIM internal oid for CAST128.
 Category: Signed static int RIM_DES
          RIM_DES = 1.3.6.1.4.1.3530.9.1.4 RIM internal oid for DES.
 Category: Signed static int RIM_HMAC
          RIM_HMAC = 1.3.6.1.4.1.3530.9.1.5 RIM internal oid for HMAC.
 Category: Signed static int RIM_RC2
          RIM_RC2 = 1.3.6.1.4.1.3530.9.1.6 RIM internal oid for RC2.
 Category: Signed static int RIM_RC5
          RIM_RC5 = 1.3.6.1.4.1.3530.9.1.7 RIM internal oid for RC5.
 Category: Signed static int RIM_Skipjack
          RIM_SKIPJACK = 1.3.6.1.4.1.3530.9.1.8 RIM internal oid for Skipjack.
 Category: Signed static int RIM_TripleDES
          RIM_TRIPLEDES = 1.3.6.1.4.1.3530.9.1.9 RIM internal oid for TripleDES.
 Category: Signed static int RIPEMD128
          RIPEMD128 = 1.3.36.3.2.2 Represents the RIPEMD128 hash algorithm.
 Category: Signed static int RIPEMD160
          RIPEMD160 = 1.3.36.3.2.1 Represents the RIPEMD160 hash algorithm.
 Category: Signed static int RSA
          RSA = 1.2.840.113549.1.1.1 Represents the RSA algorithm.
 Category: Signed static int RSA_MGF1
          RSA_MGF1 = 1.2.840.113549.1.1.8 Presents the RSA MGF1 function ( mask generation function ).
 Category: Signed static int RSA_OAEP
          RSA_OAEP = 1.2.840.15245.1.1.7 Represents RSA with OAEP.
 Category: Signed static int RSA_PKCS1_MD2
          RSA_PKCS1_MD2 = 1.2.840.113549.1.1.2 Presents RSA with PKCS1 signature using MD2.
 Category: Signed static int RSA_PKCS1_MD4
          RSA_PKCS1_MD4 = 1.2.840.113549.1.1.3 Presents RSA with PKCS1 signature using MD4.
 Category: Signed static int RSA_PKCS1_MD5
          RSA_PKCS1_MD5 = 1.2.840.113549.1.1.4 Presents RSA with PKCS1 signature using MD5.
 Category: Signed static int RSA_PKCS1_RIPEMD128
          RSA_PKCS1_RIPEMD128 = 1.3.36.3.3.1.3 Presents RSA with PKCS1 signature using RIPEMD128.
 Category: Signed static int RSA_PKCS1_RIPEMD160
          RSA_PKCS1_RIPEMD160 = 1.3.36.3.3.1.2 Presents RSA with PKCS1 signature using RIPEMD160.
 Category: Signed static int RSA_PKCS1_SHA1
          RSA_PKCS1_SHA1 = 1.2.840.113549.1.1.5 Presents RSA with PKCS1 signature using SHA1.
 Category: Signed static int RSA_PKCS1_SHA256
          RSA_PKCS1_SHA256 = 1.2.840.113549.1.1.11 Presents RSA with PKCS1 signature using SHA256.
 Category: Signed static int RSA_PKCS1_SHA384
          RSA_PKCS1_SHA384 = 1.2.840.113549.1.1.12 Presents RSA with PKCS1 signature using SHA384.
 Category: Signed static int RSA_PKCS1_SHA512
          RSA_PKCS1_SHA512 = 1.2.840.113549.1.1.13 Presents RSA with PKCS1 signature using SHA512.
 Category: Signed static int RSA_PSS
          RSA_PSS = 1.2.840.113549.1.1.10 Presents RSA with PSS signatures.
 Category: Signed static int SECP160R1
          SECP160R1 = 1.3.132.0.8 Represents the EC160R1 elliptic curve.
 Category: Signed static int SECP192R1
          SECP192R1 = 1.2.840.10045.3.1.1 Represents the EC192R1 elliptic curve.
 Category: Signed static int SECP224R1
          SECP224R1 = 1.3.132.0.33 Represents the EC224R1 elliptic curve.
 Category: Signed static int SECP256R1
          SECP256R1 = 1.2.840.10045.3.1.7 Represents the EC256R1 elliptic curve.
 Category: Signed static int SECP384R1
          SECP384R1 = 1.3.132.0.34 Represents the EC384R1 elliptic curve.
 Category: Signed static int SECP521R1
          SECP521R1 = 1.3.132.0.35 Represents the EC521R1 elliptic curve.
 Category: Signed static int SECT163K1
          SECT163K1 = 1.3.132.0.1 Represents the EC163K1 elliptic curve.
 Category: Signed static int SECT163R1
          SECT163R1 = 1.3.132.0.2 Represents the EC163R1 elliptic curve.
 Category: Signed static int SECT163R2
          SECT163R2 = 1.3.132.0.15 Represents the EC163R2 elliptic curve.
 Category: Signed static int SECT233K1
          SECT233K1 = 1.3.132.0.26 Represents the EC233K1 elliptic curve.
 Category: Signed static int SECT233R1
          SECT233R1 = 1.3.132.0.27 Represents the EC233R1 elliptic curve.
 Category: Signed static int SECT239K1
          SECT239K1 = 1.3.132.0.3 Represents the EC239K1 elliptic curve.
 Category: Signed static int SECT283K1
          SECT283K1 = 1.3.132.0.16 Represents the EC283K1 elliptic curve.
 Category: Signed static int SECT283R1
          SECT283R1 = 1.3.132.0.17 Represents the EC283R1 elliptic curve.
 Category: Signed static int SECT409K1
          SECT409K1 = 1.3.132.0.36 Represents the EC409K1 elliptic curve.
 Category: Signed static int SECT409R1
          SECT409R1 = 1.3.132.0.37 Represents the EC409R1 elliptic curve.
 Category: Signed static int SECT571K1
          SECT571K1 = 1.3.132.0.38 Represents the EC571K1 elliptic curve.
 Category: Signed static int SECT571R1
          SECT571R1 = 1.3.132.0.39 Represents the EC571R1 elliptic curve.
 Category: Signed static int SHA1
          SHA1 = 1.3.14.3.2.26 Represents SHA1.
 Category: Signed static int SHA256
          SHA256 = 2.16.840.1.101.3.4.2.1 The SHA256 hash algorithm.
 Category: Signed static int SHA384
          SHA384 = 2.16.840.1.101.3.4.2.2 The SHA384 hash algorithm.
 Category: Signed static int SHA512
          SHA512 = 2.16.840.1.101.3.4.2.3 The SHA512 hash algorithm.
 Category: Signed static long SIGNATURE_ALGORITHM_NAME
          Associates OIDs and signature algorithm name strings, eg "RSA_PKCS1_SHA1", "DSA", etc.
 Category: Signed static long SYMMETRIC_ALGORITHM_NAME
          Associates OIDs and symmetric key algorithms.
 
Method Summary
 Category: Signed static void addAssociation(long association, OID oid, Object object)