cryptix.tools

Class MCT.MCT_Key

final class MCT.MCT_Key extends Object implements SecretKey

Field Summary
byte[]key
Constructor Summary
MCT_Key(byte[] data)
Method Summary
StringgetAlgorithm()
byte[]getEncoded()
StringgetFormat()

Field Detail

key

byte[] key

Constructor Detail

MCT_Key

public MCT_Key(byte[] data)

Method Detail

getAlgorithm

public String getAlgorithm()

getEncoded

public byte[] getEncoded()

getFormat

public String getFormat()