Class RemoteKeyEntry
- java.lang.Object
-
- eu.europa.esig.dss.ws.server.signing.dto.RemoteKeyEntry
-
- All Implemented Interfaces:
Serializable
public class RemoteKeyEntry extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteKeyEntry()
-
Method Summary
Modifier and Type Method Description StringgetAlias()RemoteCertificategetCertificate()RemoteCertificate[]getCertificateChain()EncryptionAlgorithmgetEncryptionAlgo()voidsetAlias(String alias)voidsetCertificate(RemoteCertificate certificate)voidsetCertificateChain(RemoteCertificate[] certificateChain)voidsetEncryptionAlgo(EncryptionAlgorithm encryptionAlgo)
-
-
-
Method Detail
-
getAlias
public String getAlias()
-
setAlias
public void setAlias(String alias)
-
getEncryptionAlgo
public EncryptionAlgorithm getEncryptionAlgo()
-
setEncryptionAlgo
public void setEncryptionAlgo(EncryptionAlgorithm encryptionAlgo)
-
getCertificate
public RemoteCertificate getCertificate()
-
setCertificate
public void setCertificate(RemoteCertificate certificate)
-
getCertificateChain
public RemoteCertificate[] getCertificateChain()
-
setCertificateChain
public void setCertificateChain(RemoteCertificate[] certificateChain)
-
-