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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 142 AlgorithmIdentifier sha384AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha384, DERNull.INSTANCE);
143 params.put("SHA384WITHRSAANDMGF1", createPSSParams(sha384AlgId, 48));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 135 AlgorithmIdentifier sha384AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha384, DERNull.INSTANCE);
136 params.put("SHA384WITHRSAANDMGF1", creatPSSParams(sha384AlgId, 48));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 207 AlgorithmIdentifier sha384AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha384, DERNull.INSTANCE);
208 params.put("SHA384WITHRSAANDMGF1", creatPSSParams(sha384AlgId, 48));
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 88 milliseconds