Package tss.tpm

Class TPMS_SIGNATURE_RSASSA

    • Constructor Detail

      • TPMS_SIGNATURE_RSASSA

        public TPMS_SIGNATURE_RSASSA()
      • TPMS_SIGNATURE_RSASSA

        public TPMS_SIGNATURE_RSASSA​(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.