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

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

Introduction

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

Usage

From source file org.apache.harmony.xnet.provider.jsse.OpenSSLMessageDigest.java

/**
 * Implements the BouncyCastle Digest interface using OpenSSL's EVP API.
 */
public class OpenSSLMessageDigest implements ExtendedDigest {

    /**

From source file org.jitsi.bccontrib.digests.Skein.java

public class Skein implements ExtendedDigest {

    public static final int NORMAL = 0;

    public static final int ZEROED_STATE = 1;

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

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