Package org.jclouds.crypto
Interface Crypto
- All Known Implementing Classes:
 BouncyCastleCrypto,JCECrypto
public interface Crypto
Allows you to access cryptographic objects and factories without adding a provider to the JCE runtime.
- 
Method Summary
 
- 
Method Details
- 
rsaKeyPairGenerator
KeyPairGenerator rsaKeyPairGenerator() - 
rsaKeyFactory
KeyFactory rsaKeyFactory() - 
certFactory
CertificateFactory certFactory() - 
hmac
 - 
hmacSHA256
- Throws:
 InvalidKeyException
 - 
hmacSHA1
- Throws:
 InvalidKeyException
 - 
cipher
 
 -