Home
last modified time | relevance | path

Searched defs:withCompression (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java96 boolean withCompression) in convertSpec()
111 boolean withCompression) in convertPoint()
119 boolean withCompression) in convertPoint()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java93 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) in createPoint()
100 …ected abstract ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression); in createRawPoint()
381 … protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint()
736 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) in createPoint()
761 … protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint()
DECPoint.java48 protected boolean withCompression; field in ECPoint
486 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in Fp()
498 …Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression) in Fp()
1136 public F2m(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in F2m()
1162 …2m(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression) in F2m()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java54 private boolean withCompression; field in JCEECPublicKey
DJCEECPrivateKey.java50 private boolean withCompression; field in JCEECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPublicKey.java44 private boolean withCompression; field in BCECPublicKey
DBCECPrivateKey.java45 private boolean withCompression; field in BCECPrivateKey