public abstract class CmsPbeKey : ICipherParameters
Public MustInherit Class CmsPbeKey
Implements ICipherParameters
public ref class CmsPbeKey abstract : ICipherParameters
Org.BouncyCastle.Cms.CmsPbeKey = function();
Type.createClass(
'Org.BouncyCastle.Cms.CmsPbeKey',
null,
Org.BouncyCastle.Crypto.ICipherParameters);
CmsPbeKey(Char, AlgorithmIdentifier) | Initializes a new instance of the CmsPbeKey class |
CmsPbeKey(ReadOnlySpanChar, AlgorithmIdentifier) | Initializes a new instance of the CmsPbeKey class |
CmsPbeKey(Char, Byte, Int32) | Initializes a new instance of the CmsPbeKey class |
CmsPbeKey(ReadOnlySpanChar, ReadOnlySpanByte, Int32) | Initializes a new instance of the CmsPbeKey class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | (Overrides ObjectFinalize) |
GetEncoded | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |