Interface InstanceKeyPairProvider

    • Method Detail

      • 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