Class KeySignParameters


  • public class KeySignParameters
    extends Object
    The key operations parameters.
    • Constructor Detail

      • KeySignParameters

        public KeySignParameters()
    • Method Detail

      • value

        public byte[] value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public KeySignParameters withValue​(byte[] value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the KeySignParameters object itself.