public abstract class DkKeyMaker extends AbstractKeyMaker
| Constructor and Description |
|---|
DkKeyMaker(EncryptProvider encProvider) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
dk(byte[] key,
byte[] constant) |
protected byte[] |
dr(byte[] key,
byte[] constant) |
encProvider, getIterCount, getSaltBytes, makePasswdSalt, random2Keypublic DkKeyMaker(EncryptProvider encProvider)
public byte[] dk(byte[] key,
byte[] constant)
throws KrbException
KrbExceptionprotected byte[] dr(byte[] key,
byte[] constant)
throws KrbException
KrbExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.