public class CamelliaKeyMaker extends DkKeyMaker
| Constructor and Description |
|---|
CamelliaKeyMaker(CamelliaProvider encProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
dr(byte[] key,
byte[] constant) |
byte[] |
random2Key(byte[] randomBits) |
byte[] |
str2key(String string,
String salt,
byte[] param) |
dkencProvider, getIterCount, getSaltBytes, makePasswdSaltpublic CamelliaKeyMaker(CamelliaProvider encProvider)
public byte[] random2Key(byte[] randomBits)
throws KrbException
random2Key in interface KeyMakerrandom2Key in class AbstractKeyMakerKrbExceptionpublic byte[] str2key(String string, String salt, byte[] param) throws KrbException
KrbExceptionprotected byte[] dr(byte[] key,
byte[] constant)
throws KrbException
dr in class DkKeyMakerKrbExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.