Package tss.tpm

Class TPMS_SIGNATURE_RSAPSS

    • Constructor Detail

      • TPMS_SIGNATURE_RSAPSS

        public TPMS_SIGNATURE_RSAPSS()
      • TPMS_SIGNATURE_RSAPSS

        public TPMS_SIGNATURE_RSAPSS​(TPM_ALG_ID _hash,
                                     byte[] _sig)
        Parameters:
        _hash - The hash algorithm used to digest the message TPM_ALG_NULL is not allowed.
        _sig - The signature is the size of a public key.