Class InstanceIdentity
java.lang.Object
org.jenkinsci.main.modules.instance_identity.InstanceIdentity
Captures the RSA key pair that identifies/authenticates this instance.
Useful wherever we need to authenticate Jenkins against something external to it (
sshd-plugin
for example).- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InstanceIdentity
- Throws:
IOException
-
InstanceIdentity
- Throws:
IOException
-
-
Method Details
-
getPublic
-
getPrivate
-
getEncodedPublicKey
- Returns:
- the encoded RSA public key.
- Since:
- TODO
-
get
-