public class Pkcs5Scheme2PbeKey : CmsPbeKey
Public Class Pkcs5Scheme2PbeKey
Inherits CmsPbeKey
public ref class Pkcs5Scheme2PbeKey : public CmsPbeKey
Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey = function();
Type.createClass(
'Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey',
Org.BouncyCastle.Cms.CmsPbeKey);
Pkcs5Scheme2PbeKey(Char, AlgorithmIdentifier) | Initializes a new instance of the Pkcs5Scheme2PbeKey class |
Pkcs5Scheme2PbeKey(ReadOnlySpanChar, AlgorithmIdentifier) | Initializes a new instance of the Pkcs5Scheme2PbeKey class |
Pkcs5Scheme2PbeKey(Char, Byte, Int32) | Initializes a new instance of the Pkcs5Scheme2PbeKey class |
Pkcs5Scheme2PbeKey(ReadOnlySpanChar, ReadOnlySpanByte, Int32) | Initializes a new instance of the Pkcs5Scheme2PbeKey class |
Algorithm | (Inherited from CmsPbeKey) |
Format | (Inherited from CmsPbeKey) |
IterationCount | (Inherited from CmsPbeKey) |
Salt | (Inherited from CmsPbeKey) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | (Inherited from CmsPbeKey) |
GetEncoded | (Inherited from CmsPbeKey) |
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) |