OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pkcs15RsaEncryption
(Results
1 - 3
of
3
) 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);
224
if (
pkcs15RsaEncryption
.contains(sigOID)
[
all
...]
/tools/motodev/src/plugins/certmanager/lib/
bcpkix-jdk15on-147.jar
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 63 milliseconds