Package com.securityinnovation.jNeo.inputstream

Examples of com.securityinnovation.jNeo.inputstream.X982Drbg


    public Random(
        byte _seed[])
    {
        if (_seed == null)
          throw new NullPointerException("seed is null");
        rng = new X982Drbg(sha256, _seed);
    }
View Full Code Here

TOP

Related Classes of com.securityinnovation.jNeo.inputstream.X982Drbg

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.