Interface CryptoRpcService

All Known Implementing Classes:
CryptoRpcServiceImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface CryptoRpcService
  • Method Details

    • getHmacPassphrase

      String getHmacPassphrase()
    • getSalt

      String getSalt()
    • getKeyLength

      int getKeyLength()
    • getUserSalt

      String getUserSalt(String username)
    • getUserSalt

      String getUserSalt()