Searched defs:getQ (Results 1 - 16 of 16) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPublicKey.java16 public ECPoint getQ(); method in interface:ECPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DECPublicKeyParameters.java18 public ECPoint getQ() method in class:ECPublicKeyParameters
H A DDSAParameters.java42 public BigInteger getQ() method in class:DSAParameters
67 return (pm.getP().equals(p) && pm.getQ().equals(q) && pm.getG().equals(g));
72 return getP().hashCode() ^ getQ().hashCode() ^ getG().hashCode();
H A DRSAPrivateCrtKeyParameters.java48 public BigInteger getQ() method in class:RSAPrivateCrtKeyParameters
H A DDHParameters.java117 public BigInteger getQ() method in class:DHParameters
167 if (this.getQ() != null)
169 if (!this.getQ().equals(pm.getQ()))
176 if (pm.getQ() != null)
187 return getP().hashCode() ^ getG().hashCode() ^ (getQ() != null ? getQ().hashCode() : 0);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECPublicKeySpec.java38 public ECPoint getQ() method in class:ECPublicKeySpec
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DDSAParameter.java72 public BigInteger getQ() method in class:DSAParameter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DDHDomainParameters.java105 public ASN1Integer getQ() method in class:DHDomainParameters
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLDSAParams.java85 public BigInteger getQ() { method in class:OpenSSLDSAParams
130 return g.equals(other.getG()) && p.equals(other.getP()) && q.equals(other.getQ());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPublicKey.java86 this.q = spec.getQ();
115 this.q = params.getQ();
137 this.q = params.getQ();
161 this.q = params.getQ();
407 new X9ECPoint(curve.createPoint(this.getQ().getAffineXCoord().toBigInteger(), this.getQ().getAffineYCoord().toBigInteger(), withCompression)).toASN1Primitive();
451 public org.bouncycastle.math.ec.ECPoint getQ() method in class:JCEECPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPublicKey.java78 this.q = spec.getQ();
110 this.q = params.getQ();
135 this.q = params.getQ();
162 this.q = params.getQ();
319 new X9ECPoint(curve.createPoint(this.getQ().getXCoord().toBigInteger(), this.getQ().getYCoord().toBigInteger(), withCompression)).toASN1Primitive();
324 new X9ECPoint(curve.createPoint(this.getQ().getAffineXCoord().toBigInteger(), this.getQ().getAffineYCoord().toBigInteger(), withCompression)).toASN1Primitive();
368 public org.bouncycastle.math.ec.ECPoint getQ() method in class:BCECPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java140 public BigInteger getQ() method in class:ECFieldElement.Fp
H A DECCurve.java366 public BigInteger getQ() method in class:ECCurve.Fp
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 277 milliseconds