org.jclouds.encryption.bouncycastle
Class BouncyCastleCrypto
java.lang.Object
org.jclouds.encryption.internal.JCECrypto
org.jclouds.encryption.bouncycastle.BouncyCastleCrypto
- All Implemented Interfaces:
- Crypto
@Singleton
public class BouncyCastleCrypto
- extends JCECrypto
- Author:
- Adrian Cole
Methods inherited from class org.jclouds.encryption.internal.JCECrypto |
certFactory, digest, hmac, hmacSHA1, hmacSHA256, md5, rsaKeyFactory, rsaKeyPairGenerator, sha1, sha256, sha512 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BouncyCastleCrypto
public BouncyCastleCrypto()
throws NoSuchAlgorithmException,
CertificateException
- Throws:
NoSuchAlgorithmException
CertificateException
Copyright © 2009-2011 jclouds. All Rights Reserved.