OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forPrivateKey
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java
35
private boolean
forPrivateKey
;
92
this.
forPrivateKey
= kParam.isPrivate();
153
if (
forPrivateKey
)
205
if (
forPrivateKey
)
220
if ((type == 1 &&
forPrivateKey
) || (type == 2 && !
forPrivateKey
))
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 24 milliseconds