cryptix.tools
Class MCT.MCT_Key

java.lang.Object
  extended by cryptix.tools.MCT.MCT_Key
All Implemented Interfaces:
java.io.Serializable, java.security.Key, SecretKey
Enclosing class:
MCT

final class MCT.MCT_Key
extends java.lang.Object
implements SecretKey


Field Summary
(package private)  byte[] key
           
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Constructor Summary
MCT.MCT_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

MCT.MCT_Key

public MCT.MCT_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