Cumulus4j API
(1.2.0)

Uses of Interface
org.cumulus4j.crypto.SecretKeyGenerator

Packages that use SecretKeyGenerator
org.cumulus4j.crypto API providing a unified way to use various cryptography algorithms. 
org.cumulus4j.crypto.internal.symmetric Internal (non-API) package for symmetric encryption. 
 

Uses of SecretKeyGenerator in org.cumulus4j.crypto
 

Methods in org.cumulus4j.crypto that return SecretKeyGenerator
 SecretKeyGenerator CryptoRegistry.createSecretKeyGenerator(String algorithmName, boolean initWithDefaults)
          Create a new SecretKeyGenerator.
 

Uses of SecretKeyGenerator in org.cumulus4j.crypto.internal.symmetric
 

Classes in org.cumulus4j.crypto.internal.symmetric that implement SecretKeyGenerator
 class SecretKeyGeneratorImpl
          Default implementation of SecretKeyGenerator.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.