Interface KeyPairMixin


public interface KeyPairMixin
Provides hints for correct KeyPair JSON (de)serialization.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <P extends PublicKey, S extends SecretKey>
    KeyPair<P,S>
    of(P publicKey, S secretKey)