List of usage examples for javax.crypto SecretKey interface-usage
From source file XORKey.java
public class XORKey implements SecretKey { int rotValue; XORKey(int value) { rotValue = value; }