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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 145 AlgorithmIdentifier sha512AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha512, DERNull.INSTANCE);
146 params.put("SHA512WITHRSAANDMGF1", createPSSParams(sha512AlgId, 64));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 138 AlgorithmIdentifier sha512AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha512, DERNull.INSTANCE);
139 params.put("SHA512WITHRSAANDMGF1", creatPSSParams(sha512AlgId, 64));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 210 AlgorithmIdentifier sha512AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha512, DERNull.INSTANCE);
211 params.put("SHA512WITHRSAANDMGF1", creatPSSParams(sha512AlgId, 64));
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 119 milliseconds