|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.RFC6637KDFCalculator
public class RFC6637KDFCalculator
Calculator for the EC based KDF algorithm described in RFC 6637
Constructor Summary | |
---|---|
RFC6637KDFCalculator(PGPDigestCalculator digCalc,
int keyAlgorithm)
|
Method Summary | |
---|---|
byte[] |
createKey(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOID,
org.bouncycastle.math.ec.ECPoint s,
byte[] recipientFingerPrint)
|
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
PGPException
|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |