Interface InstanceKeyPairProvider
-
- All Known Implementing Classes:
DefaultInstanceKeyPairProvider
public interface InstanceKeyPairProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSAPrivateKey
getPrivate()
Returns a private RSA key associated with this instanceRSAPublicKey
getPublic()
Returns a public RSA key associated with this instance
-
-
-
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
-
-