C# 클래스 Tpm2Lib.SignatureRsassa

상속: SignatureRsa
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

공개 메소드들

메소드 설명
GetUnionSelector ( ) : TpmAlgId
SignatureRsassa ( ) : System
SignatureRsassa ( SignatureRsassa the_SignatureRsassa ) : System
SignatureRsassa ( TpmAlgId the_hash, byte the_sig ) : System

메소드 상세

GetUnionSelector() 공개 메소드

public GetUnionSelector ( ) : TpmAlgId
리턴 TpmAlgId

SignatureRsassa() 공개 메소드

public SignatureRsassa ( ) : System
리턴 System

SignatureRsassa() 공개 메소드

public SignatureRsassa ( SignatureRsassa the_SignatureRsassa ) : System
the_SignatureRsassa SignatureRsassa
리턴 System

SignatureRsassa() 공개 메소드

public SignatureRsassa ( TpmAlgId the_hash, byte the_sig ) : System
the_hash TpmAlgId the hash algorithm used to digest the message TPM_ALG_NULL is not allowed.
the_sig byte The signature is the size of a public key.
리턴 System