public class BaseKeyProtector extends Object
Constructor and Description |
---|
BaseKeyProtector() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
protectBaseKey(byte[] basekey,
BigInteger mod,
BigInteger exp) |
static byte[] |
unprotectBaseKey(byte[] ciphertext,
BigInteger mod,
BigInteger exp) |
public static byte[] protectBaseKey(byte[] basekey, BigInteger mod, BigInteger exp) throws BIDException
BIDException
public static byte[] unprotectBaseKey(byte[] ciphertext, BigInteger mod, BigInteger exp) throws BIDException
BIDException
Copyright © 2017 Nets Branch Norway. All Rights Reserved.