Uses of Class
eu.europa.esig.dss.ws.dto.RemoteCertificate
-
Uses of RemoteCertificate in eu.europa.esig.dss.ws.cert.validation.dto
Methods in eu.europa.esig.dss.ws.cert.validation.dto that return RemoteCertificate Modifier and Type Method Description RemoteCertificate
CertificateToValidateDTO. getCertificate()
Gets the certificate to be validatedMethods in eu.europa.esig.dss.ws.cert.validation.dto that return types with arguments of type RemoteCertificate Modifier and Type Method Description List<RemoteCertificate>
CertificateToValidateDTO. getCertificateChain()
Gets the certificate chain for the certificate to be validatedMethods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type RemoteCertificate Modifier and Type Method Description void
CertificateToValidateDTO. setCertificate(RemoteCertificate certificate)
Sets the certificate to be validatedMethod parameters in eu.europa.esig.dss.ws.cert.validation.dto with type arguments of type RemoteCertificate Modifier and Type Method Description void
CertificateToValidateDTO. setCertificateChain(List<RemoteCertificate> certificateChain)
Sets the certificate chain for the certificate to be validatedConstructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type RemoteCertificate Constructor Description CertificateToValidateDTO(RemoteCertificate certificate)
The constructor with a certificate to be validatedCertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime)
The default constructorCertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime, TokenExtractionStrategy tokenExtractionStrategy)
The default constructor with a token extraction strategyConstructor parameters in eu.europa.esig.dss.ws.cert.validation.dto with type arguments of type RemoteCertificate Constructor Description CertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime)
The default constructorCertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime, TokenExtractionStrategy tokenExtractionStrategy)
The default constructor with a token extraction strategy -
Uses of RemoteCertificate in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return RemoteCertificate Modifier and Type Method Description static RemoteCertificate
RemoteCertificateConverter. toRemoteCertificate(CertificateToken certificate)
Converts the givencertificate
to aRemoteCertificate
Methods in eu.europa.esig.dss.ws.converter with parameters of type RemoteCertificate Modifier and Type Method Description static CertificateToken
RemoteCertificateConverter. toCertificateToken(RemoteCertificate remoteCertificate)
Converts the givenremoteCertificate
to aCertificateToken
Method parameters in eu.europa.esig.dss.ws.converter with type arguments of type RemoteCertificate Modifier and Type Method Description static List<CertificateToken>
RemoteCertificateConverter. toCertificateTokens(List<RemoteCertificate> remoteCertificates)
Converts the given list ofremoteCertificates
to a list ofCertificateToken
s -
Uses of RemoteCertificate in eu.europa.esig.dss.ws.server.signing.dto
Methods in eu.europa.esig.dss.ws.server.signing.dto that return RemoteCertificate Modifier and Type Method Description RemoteCertificate
RemoteKeyEntry. getCertificate()
Gets the certificate tokenRemoteCertificate[]
RemoteKeyEntry. getCertificateChain()
Gets the certificate token's chainMethods in eu.europa.esig.dss.ws.server.signing.dto with parameters of type RemoteCertificate Modifier and Type Method Description void
RemoteKeyEntry. setCertificate(RemoteCertificate certificate)
Sets the certificate tokenvoid
RemoteKeyEntry. setCertificateChain(RemoteCertificate[] certificateChain)
Sets the certificate token's chain -
Uses of RemoteCertificate in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return RemoteCertificate Modifier and Type Method Description RemoteCertificate
RemoteSignatureParameters. getSigningCertificate()
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return types with arguments of type RemoteCertificate Modifier and Type Method Description List<RemoteCertificate>
RemoteSignatureParameters. getCertificateChain()
Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type RemoteCertificate Modifier and Type Method Description void
RemoteSignatureParameters. setSigningCertificate(RemoteCertificate signingCertificate)
Method parameters in eu.europa.esig.dss.ws.signature.dto.parameters with type arguments of type RemoteCertificate Modifier and Type Method Description void
RemoteSignatureParameters. setCertificateChain(List<RemoteCertificate> certificateChain)