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 StringgetAlias()Gets the aliasRemoteCertificategetCertificate()Gets the certificate tokenRemoteCertificate[]getCertificateChain()Gets the certificate token's chainEncryptionAlgorithmgetEncryptionAlgo()Gets the encryption algorithmvoidsetAlias(String alias)Sets the aliasvoidsetCertificate(RemoteCertificate certificate)Sets the certificate tokenvoidsetCertificateChain(RemoteCertificate[] certificateChain)Sets the certificate token's chainvoidsetEncryptionAlgo(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
RemoteCertificates
-
setCertificateChain
Sets the certificate token's chain- Parameters:
certificateChain- an array ifRemoteCertificates
-