public sealed class BikeKemGenerator : IEncapsulatedSecretGenerator
Public NotInheritable Class BikeKemGenerator
Implements IEncapsulatedSecretGenerator
public ref class BikeKemGenerator sealed : IEncapsulatedSecretGenerator
Org.BouncyCastle.Pqc.Crypto.Bike.BikeKemGenerator = function();
Type.createClass(
'Org.BouncyCastle.Pqc.Crypto.Bike.BikeKemGenerator',
null,
Org.BouncyCastle.Crypto.IEncapsulatedSecretGenerator);
BikeKemGenerator | Initializes a new instance of the BikeKemGenerator class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateEncapsulated | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |