OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeDh2048PrivateKey
(Results
1 - 2
of
2
) sorted by null
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
KeyEncoding.java
85
return PublicKeyProtoUtil.
encodeDh2048PrivateKey
((DHPrivateKey) sk);
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
PublicKeyProtoUtil.java
379
public static byte[]
encodeDh2048PrivateKey
(DHPrivateKey sk) {
384
* Parses a {@link DHPrivateKey} encoded with {@link #
encodeDh2048PrivateKey
(DHPrivateKey)}.
Completed in 2185 milliseconds