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.