public class Rc4KeyMaker extends AbstractKeyMaker
| Constructor and Description |
|---|
Rc4KeyMaker(EncryptProvider encProvider) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
random2Key(byte[] randomBits) |
byte[] |
str2key(String string,
String salt,
byte[] param) |
encProvider, getIterCount, getSaltBytes, makePasswdSaltpublic Rc4KeyMaker(EncryptProvider encProvider)
public byte[] str2key(String string, String salt, byte[] param) throws KrbException
KrbExceptionpublic byte[] random2Key(byte[] randomBits)
throws KrbException
random2Key in interface KeyMakerrandom2Key in class AbstractKeyMakerKrbExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.