public sealed class KyberPrivateKeyParameters : KyberKeyParameters
Public NotInheritable Class KyberPrivateKeyParameters
Inherits KyberKeyParameters
public ref class KyberPrivateKeyParameters sealed : public KyberKeyParameters
Org.BouncyCastle.Pqc.Crypto.Crystals.Kyber.KyberPrivateKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Pqc.Crypto.Crystals.Kyber.KyberPrivateKeyParameters',
Org.BouncyCastle.Pqc.Crypto.Crystals.Kyber.KyberKeyParameters);
KyberPrivateKeyParameters(KyberParameters, Byte) | Initializes a new instance of the KyberPrivateKeyParameters class |
KyberPrivateKeyParameters(KyberParameters, Byte, Byte, Byte, Byte, Byte) | Initializes a new instance of the KyberPrivateKeyParameters class |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Parameters | (Inherited from KyberKeyParameters) |
Equals(Object) | (Inherited from AsymmetricKeyParameter) |
GetEncoded | |
GetHashCode | (Inherited from AsymmetricKeyParameter) |
GetHpk | |
GetNonce | |
GetPublicKey | |
GetPublicKeyParameters | |
GetRho | |
GetS | |
GetT | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |