Class InstanceIdentity

java.lang.Object
org.jenkinsci.main.modules.instance_identity.InstanceIdentity

public class InstanceIdentity extends Object
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