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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 30 private static Set pkcs15RsaEncryption = new HashSet();
131 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
133 // pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha224WithRSAEncryption);
135 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha256WithRSAEncryption);
136 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha384WithRSAEncryption);
137 pkcs15RsaEncryption.add(PKCSObjectIdentifiers.sha512WithRSAEncryption);
139 // pkcs15RsaEncryption.add(TeleTrusTObjectIdentifiers.rsaSignatureWithripemd128);
140 // pkcs15RsaEncryption.add(TeleTrusTObjectIdentifiers.rsaSignatureWithripemd160);
141 // pkcs15RsaEncryption.add(TeleTrusTObjectIdentifiers.rsaSignatureWithripemd256);
214 if (pkcs15RsaEncryption.contains(sigOID)
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 49 milliseconds