public class MGF1BytesGeneratorExt
extends java.lang.Object
implements org.spongycastle.crypto.DerivationFunction
| 构造器和说明 |
|---|
MGF1BytesGeneratorExt(org.spongycastle.crypto.Digest digest,
int counterStart) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
generateBytes(byte[] out,
int outOff,
int len) |
org.spongycastle.crypto.Digest |
getDigest() |
void |
init(org.spongycastle.crypto.DerivationParameters param) |
public MGF1BytesGeneratorExt(org.spongycastle.crypto.Digest digest,
int counterStart)
public void init(org.spongycastle.crypto.DerivationParameters param)
init 在接口中 org.spongycastle.crypto.DerivationFunctionpublic org.spongycastle.crypto.Digest getDigest()
public int generateBytes(byte[] out,
int outOff,
int len)
throws org.spongycastle.crypto.DataLengthException,
java.lang.IllegalArgumentException
generateBytes 在接口中 org.spongycastle.crypto.DerivationFunctionorg.spongycastle.crypto.DataLengthExceptionjava.lang.IllegalArgumentExceptionCopyright © 2018. All Rights Reserved.