Package com.atlassian.bamboo.utils
Class Ed25518KeysProvider
java.lang.Object
com.atlassian.bamboo.utils.Ed25518KeysProvider
- All Implemented Interfaces:
SshKeysProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.utils.SshKeysProvider
SshKeysProvider.KeyPair
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
KEY_TYPE
- See Also:
-
-
Constructor Details
-
Ed25518KeysProvider
public Ed25518KeysProvider()
-
-
Method Details
-
getKeyPair
- Specified by:
getKeyPair
in interfaceSshKeysProvider
- Parameters:
userComment
- - comment added to the public key- Returns:
- a key pair
- Throws:
KeyGenerationException
- if key generation fails
-