com.ibm.crypto.fips.provider

Class ProbablePrimesResultIFC

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


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

      Constructors 
      Constructor and Description
      ProbablePrimesResultIFC(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger n, java.math.BigInteger d, java.math.BigInteger pe, java.math.BigInteger qe, java.math.BigInteger coeff) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(ProbablePrimesResultIFC expectedResult)
      Compares tow ProbPrimeResultFFC objects
      java.math.BigInteger getCoeff() 
      java.math.BigInteger getD() 
      java.math.BigInteger getN() 
      java.math.BigInteger getP() 
      java.math.BigInteger getPe() 
      java.math.BigInteger getQ() 
      java.math.BigInteger getQe() 
      void setD(java.math.BigInteger d) 
      • Methods inherited from class java.lang.Object

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

      • ProbablePrimesResultIFC

        public ProbablePrimesResultIFC(java.math.BigInteger p,
                               java.math.BigInteger q,
                               java.math.BigInteger n,
                               java.math.BigInteger d,
                               java.math.BigInteger pe,
                               java.math.BigInteger qe,
                               java.math.BigInteger coeff)
    • Method Detail

      • getPe

        public java.math.BigInteger getPe()
      • getQe

        public java.math.BigInteger getQe()
      • getCoeff

        public java.math.BigInteger getCoeff()
      • setD

        public void setD(java.math.BigInteger d)
      • getP

        public java.math.BigInteger getP()
      • getQ

        public java.math.BigInteger getQ()
      • getN

        public java.math.BigInteger getN()
      • getD

        public java.math.BigInteger getD()
      • equals

        public boolean equals(ProbablePrimesResultIFC 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.