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()
Methods 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()
Methods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type RemoteCertificate Modifier and Type Method Description void
CertificateToValidateDTO. setCertificate(RemoteCertificate certificate)
Method 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)
Constructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type RemoteCertificate Constructor Description CertificateToValidateDTO(RemoteCertificate certificate)
CertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime)
CertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime, TokenExtractionStategy tokenExtractionStategy)
Constructor 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)
CertificateToValidateDTO(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime, TokenExtractionStategy tokenExtractionStategy)
-
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()
RemoteCertificate[]
RemoteKeyEntry. getCertificateChain()
Methods in eu.europa.esig.dss.ws.server.signing.dto with parameters of type RemoteCertificate Modifier and Type Method Description void
RemoteKeyEntry. setCertificate(RemoteCertificate certificate)
void
RemoteKeyEntry. setCertificateChain(RemoteCertificate[] certificateChain)
-
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)