Property | Type | Description | |
---|---|---|---|
DefaultExponent | byte[] |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Copy ( ) : |
||
GetUnionSelector ( ) : TpmAlgId | ||
RsaParms ( ) : System | ||
RsaParms ( |
||
RsaParms ( |
public RsaParms ( |
||
the_RsaParms | ||
return | System |
public RsaParms ( |
||
the_symmetric | for a restricted decryption key, shall be set to a supported symmetric algorithm, key size, and mode. if the key is not a restricted decryption key, this field shall be set to TPM_ALG_NULL. | |
the_scheme | IAsymSchemeUnion | scheme.scheme shall be: for an unrestricted signing key, either TPM_ALG_RSAPSS TPM_ALG_RSASSA or TPM_ALG_NULL for a restricted signing key, either TPM_ALG_RSAPSS or TPM_ALG_RSASSA for an unrestricted decryption key, TPM_ALG_RSAES, TPM_ALG_OAEP, or TPM_ALG_NULL unless the object also has the sign attribute for a restricted decryption key, TPM_ALG_NULL NOTE When both sign and decrypt are SET, restricted shall be CLEAR and scheme shall be TPM_ALG_NULL.(One of KeySchemeEcdh, KeySchemeEcmqv, SigSchemeRsassa, SigSchemeRsapss, SigSchemeEcdsa, SigSchemeEcdaa, SigSchemeSm2, SigSchemeEcschnorr, EncSchemeRsaes, EncSchemeOaep, SchemeHash, NullAsymScheme) |
the_keyBits | ushort | number of bits in the public modulus |
the_exponent | uint | the public exponent A prime number greater than 2. When zero, indicates that the exponent is the default of 216 + 1 |
return | System |