Interface CMSObjectIdentifiers

  • All Known Implementing Classes:
    ContentInfo

    public interface CMSObjectIdentifiers
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.bouncycastle.asn1.ASN1ObjectIdentifier authenticatedData
      PKCS#9: 1.2.840.113549.1.9.16.1.2 -- smime ct authData
      static org.bouncycastle.asn1.ASN1ObjectIdentifier authEnvelopedData
      PKCS#9: 1.2.840.113549.1.9.16.1.23 -- smime ct authEnvelopedData
      static org.bouncycastle.asn1.ASN1ObjectIdentifier compressedData
      PKCS#9: 1.2.840.113549.1.9.16.1.9 -- smime ct compressedData
      static org.bouncycastle.asn1.ASN1ObjectIdentifier data
      PKCS#7: 1.2.840.113549.1.7.1
      static org.bouncycastle.asn1.ASN1ObjectIdentifier digestedData
      PKCS#7: 1.2.840.113549.1.7.5
      static org.bouncycastle.asn1.ASN1ObjectIdentifier encryptedData
      PKCS#7: 1.2.840.113549.1.7.6
      static org.bouncycastle.asn1.ASN1ObjectIdentifier envelopedData
      PKCS#7: 1.2.840.113549.1.7.3
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_alg
      1.3.6.1.5.5.7.6
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_ecdsa_with_shake128  
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_ecdsa_with_shake256  
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_ri
      The other Revocation Info arc
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_ri_ocsp_response
      1.3.6.1.5.5.7.16.2
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_ri_scvp
      1.3.6.1.5.5.7.16.4
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_RSASSA_PSS_SHAKE128  
      static org.bouncycastle.asn1.ASN1ObjectIdentifier id_RSASSA_PSS_SHAKE256  
      static org.bouncycastle.asn1.ASN1ObjectIdentifier signedAndEnvelopedData
      PKCS#7: 1.2.840.113549.1.7.4
      static org.bouncycastle.asn1.ASN1ObjectIdentifier signedData
      PKCS#7: 1.2.840.113549.1.7.2
      static org.bouncycastle.asn1.ASN1ObjectIdentifier timestampedData
      PKCS#9: 1.2.840.113549.1.9.16.1.31 -- smime ct timestampedData
    • Field Detail

      • data

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier data
        PKCS#7: 1.2.840.113549.1.7.1
      • signedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier signedData
        PKCS#7: 1.2.840.113549.1.7.2
      • envelopedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier envelopedData
        PKCS#7: 1.2.840.113549.1.7.3
      • signedAndEnvelopedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier signedAndEnvelopedData
        PKCS#7: 1.2.840.113549.1.7.4
      • digestedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier digestedData
        PKCS#7: 1.2.840.113549.1.7.5
      • encryptedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier encryptedData
        PKCS#7: 1.2.840.113549.1.7.6
      • authenticatedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier authenticatedData
        PKCS#9: 1.2.840.113549.1.9.16.1.2 -- smime ct authData
      • compressedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier compressedData
        PKCS#9: 1.2.840.113549.1.9.16.1.9 -- smime ct compressedData
      • authEnvelopedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier authEnvelopedData
        PKCS#9: 1.2.840.113549.1.9.16.1.23 -- smime ct authEnvelopedData
      • timestampedData

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier timestampedData
        PKCS#9: 1.2.840.113549.1.9.16.1.31 -- smime ct timestampedData
      • id_ri

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_ri
        The other Revocation Info arc

         id-ri OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
                dod(6) internet(1) security(5) mechanisms(5) pkix(7) ri(16) }
         
      • id_ri_ocsp_response

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_ri_ocsp_response
        1.3.6.1.5.5.7.16.2
      • id_ri_scvp

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_ri_scvp
        1.3.6.1.5.5.7.16.4
      • id_alg

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_alg
        1.3.6.1.5.5.7.6
      • id_RSASSA_PSS_SHAKE128

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_RSASSA_PSS_SHAKE128
      • id_RSASSA_PSS_SHAKE256

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_RSASSA_PSS_SHAKE256
      • id_ecdsa_with_shake128

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_ecdsa_with_shake128
      • id_ecdsa_with_shake256

        static final org.bouncycastle.asn1.ASN1ObjectIdentifier id_ecdsa_with_shake256