Class KeyPair

java.lang.Object
io.fusionauth.jwt.domain.KeyPair
All Implemented Interfaces:
Buildable<KeyPair>

public class KeyPair extends Object implements Buildable<KeyPair>
Author:
Daniel DeGroff
  • Field Details

    • pem

      public PEM pem
    • privateKey

      public String privateKey
    • publicKey

      public String publicKey
  • Constructor Details

    • KeyPair

      public KeyPair(String privateKey, String publicKey)
  • Method Details