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

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

Introduction

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

Usage

From source file org.xipki.commons.security.pkcs12.DSAPlainDigestSigner.java

/**
 * @author Lijun Liao
 * @since 2.0.0
 */
// CHECKSTYLE:SKIP
public class DSAPlainDigestSigner implements Signer {

From source file org.xipki.security.bcext.DSAPlainDigestSigner.java

/**
 * @author Lijun Liao
 */

public class DSAPlainDigestSigner implements Signer {
    private final Digest digest;

From source file org.xipki.security.p11.AbstractP11DSASigner.java

/**
 * @author Lijun Liao
 */

abstract class AbstractP11DSASigner implements Signer {
    private final Digest digest;