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