public class RFC6637KDFCalculator
extends java.lang.Object
| Constructor and Description |
|---|
RFC6637KDFCalculator(PGPDigestCalculator digCalc,
int keyAlgorithm)
Deprecated.
|
| Modifier and Type | Method and 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