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 String
getAlias()
RemoteCertificate
getCertificate()
RemoteCertificate[]
getCertificateChain()
EncryptionAlgorithm
getEncryptionAlgo()
void
setAlias(String alias)
void
setCertificate(RemoteCertificate certificate)
void
setCertificateChain(RemoteCertificate[] certificateChain)
void
setEncryptionAlgo(EncryptionAlgorithm encryptionAlgo)
-
Constructor Details
-
RemoteKeyEntry
public RemoteKeyEntry()
-
-
Method Details