Interface InstanceKeyPairProvider

All Known Implementing Classes:
DefaultInstanceKeyPairProvider

public interface InstanceKeyPairProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a private RSA key associated with this instance
    Returns a public RSA key associated with this instance
  • Method Details

    • getPrivate

      RSAPrivateKey getPrivate()
      Returns a private RSA key associated with this instance
      Returns:
      the private key
    • getPublic

      RSAPublicKey getPublic()
      Returns a public RSA key associated with this instance
      Returns:
      the public key