| Constructor and Description | 
|---|
BouncyCastleCrypto()  | 
| Modifier and Type | Method and Description | 
|---|---|
Cipher | 
cipher(String algorithm)
Override the standard implementation to convert the "RSA" algorithm to the String that bouncycastle expects. 
 | 
certFactory, hmac, hmacSHA1, hmacSHA256, rsaKeyFactory, rsaKeyPairGeneratorpublic BouncyCastleCrypto()
                   throws NoSuchAlgorithmException,
                          CertificateException
public Cipher cipher(String algorithm) throws NoSuchAlgorithmException, NoSuchPaddingException
cipher in interface Cryptocipher in class JCECryptoNoSuchAlgorithmExceptionNoSuchPaddingExceptionCopyright © 2009-2013 jclouds. All Rights Reserved.