List of usage examples for java.security PublicKey interface-usage
From source file XYZKey.java
public class XYZKey implements Key, PublicKey, PrivateKey { int rotValue; public String getAlgorithm() { return "XYZ"; }