public class RemoteKeyEntry extends Object implements Serializable
| Constructor and Description |
|---|
RemoteKeyEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
RemoteCertificate |
getCertificate() |
RemoteCertificate[] |
getCertificateChain() |
EncryptionAlgorithm |
getEncryptionAlgo() |
void |
setAlias(String alias) |
void |
setCertificate(RemoteCertificate certificate) |
void |
setCertificateChain(RemoteCertificate[] certificateChain) |
void |
setEncryptionAlgo(EncryptionAlgorithm encryptionAlgo) |
public String getAlias()
public void setAlias(String alias)
public EncryptionAlgorithm getEncryptionAlgo()
public void setEncryptionAlgo(EncryptionAlgorithm encryptionAlgo)
public RemoteCertificate getCertificate()
public void setCertificate(RemoteCertificate certificate)
public RemoteCertificate[] getCertificateChain()
public void setCertificateChain(RemoteCertificate[] certificateChain)
Copyright © 2018. All rights reserved.