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

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java 34 static final ASN1ObjectIdentifier ecdsa_with_SHA2 = id_ecSigType.branch("3");
36 static final ASN1ObjectIdentifier ecdsa_with_SHA224 = ecdsa_with_SHA2.branch("1");
38 static final ASN1ObjectIdentifier ecdsa_with_SHA256 = ecdsa_with_SHA2.branch("2");
40 static final ASN1ObjectIdentifier ecdsa_with_SHA384 = ecdsa_with_SHA2.branch("3");
42 static final ASN1ObjectIdentifier ecdsa_with_SHA512 = ecdsa_with_SHA2.branch("4");
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
X509SignatureUtil.java 79 if (sigAlgId.getObjectId().equals(X9ObjectIdentifiers.ecdsa_with_SHA2))

Completed in 21 milliseconds