cryptix.tools

Class KAT.KAT_Key

Enclosing Class:
KAT
Implemented Interfaces:
Key, SecretKey

(package private) final class KAT.KAT_Key
extends java.lang.Object
implements SecretKey

Field Summary

(package private) byte[]
key

Constructor Summary

KAT_Key(byte[] data)

Method Summary

String
getAlgorithm()
byte[]
getEncoded()
String
getFormat()

Field Details

key

(package private)  byte[] key

Constructor Details

KAT_Key

public KAT_Key(byte[] data)

Method Details

getAlgorithm

public String getAlgorithm()


getEncoded

public byte[] getEncoded()


getFormat

public String getFormat()