Class CMSConfig


  • public class CMSConfig
    extends Object
    • Constructor Detail

      • CMSConfig

        public CMSConfig()
    • Method Detail

      • 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.