Interface IApplicableSignatureParams

All Superinterfaces:
ISignatureMechanismParams
All Known Implementing Classes:
RSASSAPSSMechanismParams

public interface IApplicableSignatureParams extends ISignatureMechanismParams
Extension interface of ISignatureMechanismParams that also supports applying the parameters to a Signature.
  • Method Details

    • apply

      void apply (Signature signature)
      Apply the parameters to a Signature.
      Parameters:
      signature - an uninitialised Signature object