| Modifier and Type | Field and Description |
|---|---|
protected String |
fingerprint |
protected String |
name |
protected String |
privateKey |
protected String |
publicKey |
protected String |
userId |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
build() |
T |
fingerprint(String fingerprint) |
T |
fromKeyPair(KeyPair in) |
T |
name(String name) |
T |
privateKey(String privateKey) |
T |
publicKey(String publicKey) |
protected abstract T |
self() |
T |
userId(String userId) |
protected String publicKey
protected String privateKey
protected String userId
protected String name
protected String fingerprint
protected abstract T self()
public T publicKey(String publicKey)
KeyPair.getPublicKey()public T privateKey(String privateKey)
KeyPair.getPrivateKey()public T userId(String userId)
KeyPair.getUserId()public T name(String name)
KeyPair.getName()public T fingerprint(String fingerprint)
KeyPair.getFingerprint()public KeyPair build()
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.