Class RSAKeys
java.lang.Object
com.atlassian.bitbucket.jenkins.internal.applink.oauth.RSAKeys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyPairReturns a newly created RSA public/privateKeyPair.
-
Constructor Details
-
RSAKeys
public RSAKeys()
-
-
Method Details
-
generateKeyPair
Returns a newly created RSA public/privateKeyPair.- Returns:
- newly created RSA public/private
KeyPair - Throws:
NoSuchAlgorithmException- thrown if there are no RSA providers available
-