Class PSSParamSpec

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec

    public class PSSParamSpec
    extends java.security.spec.PSSParameterSpec
    • Field Summary

      • Fields inherited from class java.security.spec.PSSParameterSpec

        DEFAULT, TRAILER_FIELD_BC
    • Constructor Summary

      Constructors 
      Constructor Description
      PSSParamSpec​(int saltLength, java.lang.String digName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDigestName()  
      • Methods inherited from class java.security.spec.PSSParameterSpec

        getDigestAlgorithm, getMGFAlgorithm, getMGFParameters, getSaltLength, getTrailerField, toString
      • Methods inherited from class java.lang.Object

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

      • PSSParamSpec

        public PSSParamSpec​(int saltLength,
                            java.lang.String digName)
    • Method Detail

      • getDigestName

        public java.lang.String getDigestName()