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