public class KKMagoDecrypter
extends java.lang.Object
Constructor and Description |
---|
KKMagoDecrypter()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
c()
Get the secret key
|
byte[] |
d()
Get the ivspec initialiser
|
java.lang.String |
decryptKey(java.lang.String licKey)
Decrypt the licKey
|
java.lang.String |
e()
Get the salt
|
java.lang.String |
getCipherTransformation() |
java.lang.String |
getSecretKeyAlgorithm() |
java.lang.String |
getSecretKeySpecAlgorithm() |
public java.lang.String decryptKey(java.lang.String licKey)
licKey
- the license key to decryptpublic java.lang.String getSecretKeySpecAlgorithm()
public java.lang.String getSecretKeyAlgorithm()
public java.lang.String getCipherTransformation()
public byte[] d() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
- if the conversion of String to bytes is unsupported - but this should never
happen.public java.lang.String c()
public java.lang.String e()
Copyright © 2018 DS Data Systems UK Ltd.