Class CMSConfig


  • public class CMSConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CMSConfig()  
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void setSigningDigestAlgorithmMapping​(java.lang.String oid, java.lang.String algorithmName)
      Deprecated.
      no longer required.
      static void setSigningEncryptionAlgorithmMapping​(java.lang.String oid, java.lang.String algorithmName)
      Set the mapping for the encryption algorithm used in association with a SignedData generation or interpretation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CMSConfig

        public CMSConfig()
    • Method Detail

      • setSigningEncryptionAlgorithmMapping

        public static void setSigningEncryptionAlgorithmMapping​(java.lang.String oid,
                                                                java.lang.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​(java.lang.String oid,
                                                            java.lang.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.