프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ToHost | void | ||
ToNet | void |
메소드 | 설명 | |
---|---|---|
Copy ( ) : |
||
SymDef ( ) : System | ||
SymDef ( |
||
SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System | ||
SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System |
메소드 | 설명 | |
---|---|---|
ToHost ( Marshaller m ) : void | ||
ToNet ( Marshaller m ) : void |
public SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System | ||
theAlg | TpmAlgId | TpmAlgId.Xor or TpmAlgId.Null |
hmacHash | TpmAlgId | Hash algorithm used with XOR algorithm in HMAC computation |
리턴 | System |
public SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System | ||
the_Algorithm | TpmAlgId | symmetric algorithm |
the_KeyBits | ushort | key size in bits |
the_Mode | TpmAlgId | encryption mode |
리턴 | System |