Package jenkins.plugins.jclouds.modules
Class JenkinsBouncyCastleCrypto
java.lang.Object
org.jclouds.encryption.internal.JCECrypto
jenkins.plugins.jclouds.modules.JenkinsBouncyCastleCrypto
- All Implemented Interfaces:
Crypto
A JCloud
Crypto
implementation, similar to BouncyCastleCrypto
, but which
always reuse the same BouncyCastleProvider
instance, to avoid a memory leak.-
Constructor Summary
-
Method Summary
Methods inherited from class org.jclouds.encryption.internal.JCECrypto
certFactory, hmac, hmacSHA1, hmacSHA256, rsaKeyFactory, rsaKeyPairGenerator
-
Constructor Details
-
JenkinsBouncyCastleCrypto
-
-
Method Details
-
cipher
- Specified by:
cipher
in interfaceCrypto
- Overrides:
cipher
in classJCECrypto
- Throws:
NoSuchAlgorithmException
NoSuchPaddingException
- See Also:
-