Modifier and Type | Field and Description |
---|---|
protected String |
fingerprint |
protected String |
name |
protected String |
privateKey |
protected String |
publicKey |
protected String |
userId |
Constructor and Description |
---|
KeyPair.Builder() |
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-2014 The Apache Software Foundation. All Rights Reserved.