HomeSort by relevance Sort by last modified time
    Searched refs:orderBitLength (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
ECPrivateKey.java 51 * @deprecated use constructor which takes orderBitLength to guarantee correct encoding.
62 * @param orderBitLength the bitLength of the order of the curve.
66 int orderBitLength,
69 byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key);
80 * @deprecated use constructor which takes orderBitLength to guarantee correct encoding.
90 * @deprecated use constructor which takes orderBitLength to guarantee correct encoding.
101 int orderBitLength,
105 this(orderBitLength, key, null, parameters);
109 int orderBitLength,
114 byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPrivateKey.java 262 int orderBitLength;
265 orderBitLength = ECUtil.getOrderBitLength(configuration, null, this.getS());
269 orderBitLength = ECUtil.getOrderBitLength(configuration, ecSpec.getOrder(), this.getS());
277 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(orderBitLength, this.getS(), publicKey, params);
281 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(orderBitLength, this.getS(), params);
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 327 milliseconds