cryptix.tools

Class MCT.MCT_Key

Enclosing Class:
MCT
Implemented Interfaces:
Key, SecretKey

(package private) final class MCT.MCT_Key
extends java.lang.Object
implements SecretKey

Field Summary

(package private) byte[]
key

Constructor Summary

MCT_Key(byte[] data)

Method Summary

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

Field Details

key

(package private)  byte[] key

Constructor Details

MCT_Key

public MCT_Key(byte[] data)

Method Details

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()