Org.BouncyCastle.Bcpg.S2k.S2k C# (CSharp) Method

S2k() public method

public S2k ( HashAlgorithmTag algorithm ) : System
algorithm HashAlgorithmTag
return System
        public S2k(
            HashAlgorithmTag algorithm)
        {
            this.type = 0;
            this.algorithm = algorithm;
        }

Same methods

S2k::S2k ( HashAlgorithmTag algorithm, byte iv ) : System
S2k::S2k ( HashAlgorithmTag algorithm, byte iv, int itCount ) : System
S2k::S2k ( Stream inStr ) : System