|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.operator.RFC6637KDFCalculator
Calculator for the EC based KDF algorithm described in RFC 6637
Constructor Summary | |
RFC6637KDFCalculator(PGPDigestCalculator digCalc,
int keyAlgorithm)
Deprecated. |
Method Summary | |
byte[] |
createKey(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOID,
org.bouncycastle.math.ec.ECPoint s,
byte[] recipientFingerPrint)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RFC6637KDFCalculator(PGPDigestCalculator digCalc, int keyAlgorithm)
Method Detail |
public byte[] createKey(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOID, org.bouncycastle.math.ec.ECPoint s, byte[] recipientFingerPrint) throws PGPException
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |