Searched defs:decodePrivateKey (Results 1 – 2 of 2) sorted by relevance
365 private static PrivateKey decodePrivateKey(byte[] keyBytes) throws Exception { in decodePrivateKey() method in SecureBoxTest
66 protected static ECPrivateKey decodePrivateKey(BigInteger key, SupportedCurve curve) in decodePrivateKey() method in EcCommutativeCipherBase