B C D E G I J O P R S T W 
All Classes All Packages

B

BouncyCastlePlugin - Class in jenkins.bouncycastle.api
 
BouncyCastlePlugin() - Constructor for class jenkins.bouncycastle.api.BouncyCastlePlugin
 

C

call() - Method in class jenkins.bouncycastle.api.InstallBouncyCastleJCAProvider
create(Certificate) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Creates a PEMEncodable from a Certificate object
create(Key) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Creates a PEMEncodable from a Key object
create(KeyPair) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Creates a PEMEncodable from a KeyPair object

D

decode(String) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Creates a PEMEncodable by decoding PEM formated data from a String
decode(String, char[]) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Creates a PEMEncodable by decoding PEM formated data from a String

E

encode() - Method in class jenkins.bouncycastle.api.PEMEncodable
Encodes the current stored information in PEM format and returns it as a String

G

getKeyDigest(Key, String) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Generates an digest from a Key object in the specified digest format.
getKeyDigestMD5(Key) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Generates an MD5 digest from a Key object
getKeyDigestSHA1(Key) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Generates an SHA1 digest from a Key object
getPrivateKeyFingerprint() - Method in class jenkins.bouncycastle.api.PEMEncodable
Obtains the fingerprint of the private key in the "ab:cd:ef:...:12" format, which basically is an SHA1 digest from the key, encoded in hex format.
getPublicKeyFingerprint() - Method in class jenkins.bouncycastle.api.PEMEncodable
Obtains the fingerprint of the public key in the "ab:cd:ef:...:12" format, which basically is an MD5 digest from the key, encoded in hex format.
getRawObject() - Method in class jenkins.bouncycastle.api.PEMEncodable
Obtains raw JCA or BouncyCastle Object from the read PEM.

I

InstallBouncyCastleJCAProvider - Class in jenkins.bouncycastle.api
Allows registering Bouncy Castle on a remote agent.
isActive() - Static method in class jenkins.bouncycastle.api.BouncyCastlePlugin
 

J

jenkins.bouncycastle.api - package jenkins.bouncycastle.api
 

O

on(Channel) - Static method in class jenkins.bouncycastle.api.InstallBouncyCastleJCAProvider
Registers bouncy castle on the slave JVM
on(SlaveComputer) - Static method in class jenkins.bouncycastle.api.InstallBouncyCastleJCAProvider
Registers bouncy castle on the slave JVM

P

PEMEncodable - Class in jenkins.bouncycastle.api
A class that provides an API to manage PEM format, providing additional methods to handle Keys, Certificates, Fingerprints, etc The supported algorithms will depend on the underlying version of BouncyCastle

R

read(File) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Creates a PEMEncodable by reading a PEM file
read(File, char[]) - Static method in class jenkins.bouncycastle.api.PEMEncodable
Creates a PEMEncodable by reading a PEM file

S

SecurityProviderInitializer - Class in jenkins.bouncycastle.api
Initialization class to register Bouncy Castle as a security provider.
SecurityProviderInitializer() - Constructor for class jenkins.bouncycastle.api.SecurityProviderInitializer
 
start() - Method in class jenkins.bouncycastle.api.BouncyCastlePlugin
 

T

toCertificate() - Method in class jenkins.bouncycastle.api.PEMEncodable
Obtain Certificate object from the read PEM.
toKeyPair() - Method in class jenkins.bouncycastle.api.PEMEncodable
Obtain KeyPair object with the public and private key from the decoded PEM.
toPrivateKey() - Method in class jenkins.bouncycastle.api.PEMEncodable
Obtain PrivateKey object from the read PEM.
toPublicKey() - Method in class jenkins.bouncycastle.api.PEMEncodable
Obtain PublicKey object from the read PEM.

W

write(File) - Method in class jenkins.bouncycastle.api.PEMEncodable
Writes the current stored information in PEM formated File
B C D E G I J O P R S T W 
All Classes All Packages