Class RFC6637KDFCalculator


  • public class RFC6637KDFCalculator
    extends java.lang.Object
    Deprecated.
    this class is no longer required and will be removed.
    Calculator for the EC based KDF algorithm described in RFC 6637
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      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

      • RFC6637KDFCalculator

        public RFC6637KDFCalculator​(PGPDigestCalculator digCalc,
                                    int keyAlgorithm)
        Deprecated.
    • Method Detail

      • createKey

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