public class DefaultEphemeralKeyAlgorithmsFactory extends java.lang.Object implements EphemeralKeyAlgorithmFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultEphemeralKeyAlgorithmsFactory.LazyHolder |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAlgorithms() |
EphemeralKeyPairGenerator |
getHostKeyPairGenerator() |
static DefaultEphemeralKeyAlgorithmsFactory |
getInstance() |
EphemeralKeyPairGenerator |
getKeyPairGenerator(java.lang.String algorithm) |
public static DefaultEphemeralKeyAlgorithmsFactory getInstance()
public java.util.List<java.lang.String> getAlgorithms()
getAlgorithms in interface EphemeralKeyAlgorithmFactorypublic EphemeralKeyPairGenerator getKeyPairGenerator(java.lang.String algorithm)
getKeyPairGenerator in interface EphemeralKeyAlgorithmFactorypublic EphemeralKeyPairGenerator getHostKeyPairGenerator()
getHostKeyPairGenerator in interface EphemeralKeyAlgorithmFactory