com.ibm.crypto.fips.provider

Class ProbablePrimeResultFFC

  • java.lang.Object
    • com.ibm.crypto.fips.provider.ProbablePrimeResultFFC


  • public final class ProbablePrimeResultFFC
    extends java.lang.Object
    needed by the Testcode to retrieve the probable primes
    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      protected ProbablePrimeResultFFC(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g, java.math.BigInteger h, int counter, byte[] seed)
      Constructor - Not sure whether h will be needed.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      protected boolean equals(ProbablePrimeResultFFC expectedResult)
      Compares tow ProbPrimeResultFFC objects
      int getCounter() 
      java.math.BigInteger getG() 
      java.math.BigInteger getH() 
      java.math.BigInteger getP() 
      java.math.BigInteger getQ() 
      byte[] getSeed() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProbablePrimeResultFFC

        protected ProbablePrimeResultFFC(java.math.BigInteger p,
                              java.math.BigInteger q,
                              java.math.BigInteger g,
                              java.math.BigInteger h,
                              int counter,
                              byte[] seed)
        Constructor - Not sure whether h will be needed.
        Parameters:
        p -
        q -
        g -
        h -
        counter -
        seed -
    • Method Detail

      • getP

        public java.math.BigInteger getP()
      • getQ

        public java.math.BigInteger getQ()
      • getG

        public java.math.BigInteger getG()
      • getCounter

        public int getCounter()
      • getSeed

        public byte[] getSeed()
      • getH

        public java.math.BigInteger getH()
      • equals

        protected boolean equals(ProbablePrimeResultFFC expectedResult)
        Compares tow ProbPrimeResultFFC objects
        Parameters:
        expectedResult -
        Returns:
© Portions Copyright 2003, 2014, 2015, 2016 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2014 Oracle and/or its affiliates. All rights reserved.