public class SPEKey
extends java.lang.Object
implements java.security.PrivateKey, java.security.PublicKey
Constructor and Description |
---|
SPEKey(int[] transformationArray) |
SPEKey(java.util.LinkedList<java.lang.Integer> vectorElements) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
public SPEKey(int[] transformationArray)
transformationArray
- -public SPEKey(java.util.LinkedList<java.lang.Integer> vectorElements)
vectorElements
- -public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key
public java.lang.String getFormat()
getFormat
in interface java.security.Key