Interface IRSASSAPSSParams

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    RSASSAPSSParamsBC

    public interface IRSASSAPSSParams
    extends IASN1Encodable
    Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1.
    • Method Detail

      • getSaltLength

        java.math.BigInteger getSaltLength()
        Return the salt length parameter. This is a BigInteger for API consistency reasons, but typical values will be small.
        Returns:
        the salt length parameter
      • getTrailerField

        java.math.BigInteger getTrailerField()
        Return the trailer field parameter. This is a BigInteger for API consistency reasons, but typical values will be small.
        Returns:
        the trailer field parameter