Example usage for java.security Key interface-usage

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

Introduction

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

Usage

From source file XYZKey.java

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

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