Package org.bouncycastle.crypto.macs

Examples of org.bouncycastle.crypto.macs.VMPCMac


    public static class Mac
        extends BaseMac
    {
        public Mac()
        {
            super(new VMPCMac());
        }
View Full Code Here


    public static class VMPC
        extends JCEMac
    {
        public VMPC()
        {
            super(new VMPCMac());
        }
View Full Code Here

TOP

Related Classes of org.bouncycastle.crypto.macs.VMPCMac

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.