Example usage for java.security PrivateKey interface-usage

List of usage examples for java.security PrivateKey interface-usage

Introduction

In this page you can find the example usage for java.security PrivateKey interface-usage.

Usage

From source file XYZKey.java

public class XYZKey implements Key, PublicKey, PrivateKey {
    int rotValue;

    public String getAlgorithm() {
        return "XYZ";
    }

From source file be.fedict.commons.eid.jca.BeIDPrivateKey.java

/**
 * eID based JCA private key. Should not be used directly, but via the
 * {@link BeIDKeyStore}.
 * 
 * @author Frank Cornelis
 * @see BeIDKeyStore