Class CMSConfig

java.lang.Object
org.bouncycastle.cms.CMSConfig

public class CMSConfig extends Object
  • Constructor Details

    • CMSConfig

      public CMSConfig()
  • Method Details

    • setSigningEncryptionAlgorithmMapping

      public static void setSigningEncryptionAlgorithmMapping(String oid, String algorithmName)
      Set the mapping for the encryption algorithm used in association with a SignedData generation or interpretation.
      Parameters:
      oid - object identifier to map.
      algorithmName - algorithm name to use.
    • setSigningDigestAlgorithmMapping

      public static void setSigningDigestAlgorithmMapping(String oid, String algorithmName)
      Deprecated.
      no longer required.
      Set the mapping for the digest algorithm to use in conjunction with a SignedData generation or interpretation.
      Parameters:
      oid - object identifier to map.
      algorithmName - algorithm name to use.