Bouncy Castle Cryptography 1.50

org.bouncycastle.openpgp.operator
Class RFC6637KDFCalculator

java.lang.Object
  extended by org.bouncycastle.openpgp.operator.RFC6637KDFCalculator

public class RFC6637KDFCalculator
extends java.lang.Object

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

RFC6637KDFCalculator

public RFC6637KDFCalculator(PGPDigestCalculator digCalc,
                            int keyAlgorithm)
Method Detail

createKey

public byte[] createKey(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOID,
                        org.bouncycastle.math.ec.ECPoint s,
                        byte[] recipientFingerPrint)
                 throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography 1.50