Class RFC6637KDFCalculator
java.lang.Object
org.bouncycastle.openpgp.operator.RFC6637KDFCalculator
Deprecated.
this class is no longer required and will be removed.
Calculator for the EC based KDF algorithm described in RFC 6637
-
Constructor Summary
ConstructorDescriptionRFC6637KDFCalculator
(PGPDigestCalculator digCalc, int keyAlgorithm) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
createKey
(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOID, org.bouncycastle.math.ec.ECPoint s, byte[] recipientFingerPrint) Deprecated.
-
Constructor Details
-
RFC6637KDFCalculator
Deprecated.
-
-
Method Details
-
createKey
public byte[] createKey(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOID, org.bouncycastle.math.ec.ECPoint s, byte[] recipientFingerPrint) throws PGPException Deprecated.- Throws:
PGPException
-