public sealed class KyberPrivateKey : Asn1Encodable
Public NotInheritable Class KyberPrivateKey
Inherits Asn1Encodable
public ref class KyberPrivateKey sealed : public Asn1Encodable
Org.BouncyCastle.Pqc.Asn1.KyberPrivateKey = function();
Type.createClass(
'Org.BouncyCastle.Pqc.Asn1.KyberPrivateKey',
Org.BouncyCastle.Asn1.Asn1Encodable);
KyberPrivateKey(Int32, Byte, Byte, Byte) | Initializes a new instance of the KyberPrivateKey class |
KyberPrivateKey(Int32, Byte, Byte, Byte, KyberPublicKey) | Initializes a new instance of the KyberPrivateKey class |
EncodeTo(Stream) | (Inherited from Asn1Encodable) |
EncodeTo(Stream, String) | (Inherited from Asn1Encodable) |
Equals | (Inherited from Asn1Encodable) |
GetDerEncoded | (Inherited from Asn1Encodable) |
GetEncoded | (Inherited from Asn1Encodable) |
GetEncoded(String) | (Inherited from Asn1Encodable) |
GetHashCode | (Inherited from Asn1Encodable) |
GetHpk | |
GetInstance(Object) | |
GetInstance(Asn1TaggedObject, Boolean) | |
GetNonce | |
GetS | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToAsn1Object | (Overrides Asn1EncodableToAsn1Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |