OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asymmetricwrapperalgnames
(Results
1 - 1
of
1
) sorted by null
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java
52
private static final Map
asymmetricWrapperAlgNames
= new HashMap();
107
asymmetricWrapperAlgNames
.put(PKCSObjectIdentifiers.rsaEncryption, "RSA/ECB/PKCS1Padding");
169
cipherName = (String)
asymmetricWrapperAlgNames
.get(algorithm);
Completed in 294 milliseconds