public class InstallBouncyCastleJCAProvider extends MasterToSlaveCallable<Boolean,Exception>
on(Channel) or on(SlaveComputer).| Modifier and Type | Method and Description |
|---|---|
Boolean |
call() |
static void |
on(hudson.remoting.Channel channel)
Registers bouncy castle on the slave JVM
|
static void |
on(SlaveComputer c)
Registers bouncy castle on the slave JVM
|
checkRoles, getChannelOrFail, getOpenChannelOrFailpublic static void on(@NonNull
SlaveComputer c)
throws IOException,
InterruptedException
c - the slaveIOException - if there is a problem registering bouncycastleInterruptedException - if interrupted while trying to registerSecurityException - if the remote JVM has a security managerLinkageError - if there was a classloading issue on the remote agent.public static void on(@NonNull
hudson.remoting.Channel channel)
throws IOException,
InterruptedException
channel - the ChannelIOException - if there is a problem registering bouncycastleInterruptedException - if interrupted while trying to registerSecurityException - if the remote JVM has a security managerLinkageError - if there was a classloading issue on the remote agent.Copyright © 2016–2022. All rights reserved.