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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 136 AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE);
137 params.put("SHA224WITHRSAANDMGF1", createPSSParams(sha224AlgId, 28));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 129 AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE);
130 params.put("SHA224WITHRSAANDMGF1", creatPSSParams(sha224AlgId, 28));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 201 AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE);
202 params.put("SHA224WITHRSAANDMGF1", creatPSSParams(sha224AlgId, 28));
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 88 milliseconds