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
The DTO representing a Key entry
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RemoteKeyEntry()
-
Method Summary
Modifier and Type Method Description String
getAlias()
Gets the aliasRemoteCertificate
getCertificate()
Gets the certificate tokenRemoteCertificate[]
getCertificateChain()
Gets the certificate token's chainEncryptionAlgorithm
getEncryptionAlgo()
Gets the encryption algorithmvoid
setAlias(String alias)
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()
-
-
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
-