Package org.bouncycastle.crypto.modes.gcm

Examples of org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier


        }

        if (m == null)
        {
            // TODO Consider a static property specifying default multiplier
            m = new Tables8kGCMMultiplier();
        }

        this.cipher = c;
        this.multiplier = m;
    }
View Full Code Here

TOP

Related Classes of org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier

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.