List of usage examples for java.security PrivateKey interface-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