org.jclouds.encryption.bouncycastle
Class BouncyCastleCrypto

java.lang.Object
  extended by org.jclouds.encryption.internal.JCECrypto
      extended by org.jclouds.encryption.bouncycastle.BouncyCastleCrypto
All Implemented Interfaces:
Crypto

@Singleton
public class BouncyCastleCrypto
extends JCECrypto

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.encryption.internal.JCECrypto
HmacSHA1, HmacSHA256, MD5, SHA1, SHA256, SHA512
 
Constructor Summary
BouncyCastleCrypto()
           
 
Method Summary
 
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
 

Constructor Detail

BouncyCastleCrypto

public BouncyCastleCrypto()
                   throws NoSuchAlgorithmException,
                          CertificateException
Throws:
NoSuchAlgorithmException
CertificateException


Copyright © 2009-2011 jclouds. All Rights Reserved.