@Singleton public class RsaSshKeyPairGenerator extends Object implements SshKeyPairGenerator
| Modifier and Type | Field and Description |
|---|---|
protected Crypto |
crypto |
protected SecureRandom |
secureRandom |
| Constructor and Description |
|---|
RsaSshKeyPairGenerator(Crypto crypto,
SecureRandom secureRandom) |
protected final Crypto crypto
protected final SecureRandom secureRandom
@Inject public RsaSshKeyPairGenerator(Crypto crypto, SecureRandom secureRandom)
Copyright © 2009-2013 jclouds. All Rights Reserved.