Scp11KeyParameters Constructor
Scp11KeyParameters(KeyReference, ECPublicKeyParameters)
Creates a new Scp11Key
public Scp11KeyParameters(KeyReference keyReference, ECPublicKeyParameters pkSdEcka)
Parameters
Type | Name | Description |
---|---|---|
Key |
keyReference | The key reference associated with the key parameters. |
ECPublic |
pkSdEcka | The public key of the security domain which is used for key agreement between the off-card entity (OCE) and Yubikey. |
Remarks
Note that this does not authenticate the off-card entity (OCE).
Scp11KeyParameters(KeyReference, ECPublicKeyParameters, KeyReference, ECPrivateKeyParameters, IReadOnlyCollection<X509Certificate2>)
Creates a new Scp11Key
public Scp11KeyParameters(KeyReference keyReference, ECPublicKeyParameters pkSdEcka, KeyReference oceKeyReference, ECPrivateKeyParameters skOceEcka, IReadOnlyCollection<X509Certificate2> oceCertificates)
Parameters
Type | Name | Description |
---|---|---|
Key |
keyReference | The key reference associated with the key parameters. |
ECPublic |
pkSdEcka | The public key of the security domain (pkSdEcka) which is used for key agreement between the off-card entity (OCE) and Yubikey. |
Key |
oceKeyReference | The off-card entity (OCE) key reference. |
ECPrivate |
skOceEcka | The secret key (skOceEcka) of the off-card entity (OCE) used for key agreement between the off-card entity (OCE) and Yubikey. |
IRead |
oceCertificates | The certificate chain, containing the public key for the off-card entity (OCE). |