cryptix.tools
Class KAT.KAT_Key

java.lang.Object
  |
  +--cryptix.tools.KAT.KAT_Key
All Implemented Interfaces:
java.security.Key, SecretKey, java.io.Serializable
Enclosing class:
KAT

final class KAT.KAT_Key
extends java.lang.Object
implements SecretKey

See Also:
Serialized Form

Field Summary
(package private)  byte[] key
           
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Constructor Summary
KAT.KAT_Key(byte[] data)
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

byte[] key
Constructor Detail

KAT.KAT_Key

public KAT.KAT_Key(byte[] data)
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface java.security.Key

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface java.security.Key

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface java.security.Key