Class RemoteKeyEntry
java.lang.Object
eu.europa.esig.dss.ws.server.signing.dto.RemoteKeyEntry
- All Implemented Interfaces:
Serializable
The DTO representing a Key entry
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
Gets the aliasGets the certificate tokenGets the certificate token's chainGets the encryption algorithmvoid
Sets the aliasvoid
setCertificate
(RemoteCertificate certificate) Sets the certificate tokenvoid
setCertificateChain
(RemoteCertificate[] certificateChain) Sets the certificate token's chainvoid
setEncryptionAlgo
(EncryptionAlgorithm encryptionAlgo) Sets the encryption algorithm
-
Constructor Details
-
RemoteKeyEntry
public RemoteKeyEntry()Default constructor initializing object with null values
-
-
Method Details
-
getAlias
Gets the alias- Returns:
String
-
setAlias
Sets the alias- Parameters:
alias
-String
-
getEncryptionAlgo
Gets the encryption algorithm- Returns:
EncryptionAlgorithm
-
setEncryptionAlgo
Sets the encryption algorithm- Parameters:
encryptionAlgo
-EncryptionAlgorithm
-
getCertificate
Gets the certificate token- Returns:
RemoteCertificate
-
setCertificate
Sets the certificate token- Parameters:
certificate
-RemoteCertificate
-
getCertificateChain
Gets the certificate token's chain- Returns:
- an array if
RemoteCertificate
s
-
setCertificateChain
Sets the certificate token's chain- Parameters:
certificateChain
- an array ifRemoteCertificate
s
-