Example usage for org.bouncycastle.crypto Mac interface-usage

List of usage examples for org.bouncycastle.crypto Mac interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.crypto Mac interface-usage.

Usage

From source file org.jitsi.bccontrib.macs.SkeinMac.java

public class SkeinMac implements Mac {

    private Skein skein;

    private long[] Xsave;

From source file org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC.java

/**
 * Implements the interface <tt>org.bouncycastle.crypto.Mac</tt> using the
 * OpenSSL Crypto library.
 *
 * @author Lyubomir Marinov
 */