Pbkdf2Params public class Pbkdf2Params : Asn1Encodable Documentation Code public static readonly AlgorithmIdentifier DefaultPrf public bool IsDefaultPrf { get; } public BigInteger IterationCount { get; } public BigInteger KeyLength { get; } public AlgorithmIdentifier Prf { get; } public Pbkdf2Params(Asn1Sequence seq) public Pbkdf2Params(byte[] salt, int iterationCount) public Pbkdf2Params(byte[] salt, int iterationCount, int keyLength) public Pbkdf2Params(byte[] salt, int iterationCount, AlgorithmIdentifier prf) public Pbkdf2Params(byte[] salt, int iterationCount, int keyLength, AlgorithmIdentifier prf) public static Pbkdf2Params GetInstance(object obj) public static Pbkdf2Params GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static Pbkdf2Params GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit) public byte[] GetSalt()