Package com.atlassian.bamboo.utils
Class Ed25518KeysProvider
- java.lang.Object
-
- com.atlassian.bamboo.utils.Ed25518KeysProvider
-
- All Implemented Interfaces:
SshKeysProvider
public class Ed25518KeysProvider extends Object implements SshKeysProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.utils.SshKeysProvider
SshKeysProvider.KeyPair
-
-
Constructor Summary
Constructors Constructor Description Ed25518KeysProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshKeysProvider.KeyPair
getKeyPair(String userComment)
-
-
-
Field Detail
-
KEY_TYPE
public static final String KEY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKeyPair
public SshKeysProvider.KeyPair getKeyPair(String userComment) throws KeyGenerationException
- Specified by:
getKeyPair
in interfaceSshKeysProvider
- Parameters:
userComment
- - comment added to the public key- Returns:
- a key pair
- Throws:
KeyGenerationException
- if key generation fails
-
-