Pkcs11Interop  5.1.2
Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3KeyMatOut Interface Reference

Resulting key handles and initialization vectors after performing a DeriveKey method with the CKM_SSL3_KEY_AND_MAC_DERIVE mechanism More...

Inherits IDisposable.

Inherited by Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSsl3KeyMatOut, Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkSsl3KeyMatOut, Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkSsl3KeyMatOut, and Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkSsl3KeyMatOut.

Properties

IObjectHandle ClientMacSecret [get]
 Key handle for the resulting Client MAC Secret key More...
 
IObjectHandle ServerMacSecret [get]
 Key handle for the resulting Server MAC Secret key More...
 
IObjectHandle ClientKey [get]
 Key handle for the resulting Client Secret key More...
 
IObjectHandle ServerKey [get]
 Key handle for the resulting Server Secret key More...
 
byte [] IVClient [get]
 Initialization vector (IV) created for the client More...
 
byte [] IVServer [get]
 Initialization vector (IV) created for the server More...
 

Detailed Description

Resulting key handles and initialization vectors after performing a DeriveKey method with the CKM_SSL3_KEY_AND_MAC_DERIVE mechanism

Property Documentation

◆ ClientKey

IObjectHandle Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3KeyMatOut.ClientKey
get

Key handle for the resulting Client Secret key

◆ ClientMacSecret

IObjectHandle Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3KeyMatOut.ClientMacSecret
get

Key handle for the resulting Client MAC Secret key

◆ IVClient

byte [] Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3KeyMatOut.IVClient
get

Initialization vector (IV) created for the client

◆ IVServer

byte [] Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3KeyMatOut.IVServer
get

Initialization vector (IV) created for the server

◆ ServerKey

IObjectHandle Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3KeyMatOut.ServerKey
get

Key handle for the resulting Server Secret key

◆ ServerMacSecret

IObjectHandle Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSsl3KeyMatOut.ServerMacSecret
get

Key handle for the resulting Server MAC Secret key


The documentation for this interface was generated from the following file: