Package org.bouncycastle.crypto.signers

Examples of org.bouncycastle.crypto.signers.DSTU4145Signer


    public SignatureSpi()
    {
        //TODO: Add default ua s-box
        //this.digest = new GOST3411Digest(DEFAULT_SBOX);
        this.signer = new DSTU4145Signer();
    }
View Full Code Here

TOP

Related Classes of org.bouncycastle.crypto.signers.DSTU4145Signer

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.