Class RSASSAPSSParamsBC

    • Constructor Detail

      • RSASSAPSSParamsBC

        public RSASSAPSSParamsBC​(org.bouncycastle.asn1.pkcs.RSASSAPSSparams params)
        Creates new wrapper instance for RSASSAPSSparams.
        Parameters:
        params - RSASSAPSSparams to be wrapped
    • Method Detail

      • getRSASSAPSSparams

        public org.bouncycastle.asn1.pkcs.RSASSAPSSparams getRSASSAPSSparams()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped RSASSAPSSparams.
      • getSaltLength

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

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