public class RFC6637KDFCalculator
extends java.lang.Object
| Constructor and Description |
|---|
RFC6637KDFCalculator(PGPDigestCalculator digCalc,
int keyAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createKey(org.spongycastle.asn1.ASN1ObjectIdentifier curveOID,
org.spongycastle.math.ec.ECPoint s,
byte[] recipientFingerPrint) |
public RFC6637KDFCalculator(PGPDigestCalculator digCalc, int keyAlgorithm)
public byte[] createKey(org.spongycastle.asn1.ASN1ObjectIdentifier curveOID,
org.spongycastle.math.ec.ECPoint s,
byte[] recipientFingerPrint)
throws PGPException
PGPException