Uses of Class
eu.europa.esig.dss.ws.dto.RemoteCertificate
-
-
Uses of RemoteCertificate in eu.europa.esig.dss.ws.cert.validation.common
Methods in eu.europa.esig.dss.ws.cert.validation.common with parameters of type RemoteCertificate Modifier and Type Method Description CertificateReportsDTORemoteCertificateValidationService. validateCertificate(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime)Method parameters in eu.europa.esig.dss.ws.cert.validation.common with type arguments of type RemoteCertificate Modifier and Type Method Description CertificateReportsDTORemoteCertificateValidationService. validateCertificate(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime) -
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 RemoteCertificateCertificateToValidateDTO. 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 voidCertificateToValidateDTO. 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 voidCertificateToValidateDTO. 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)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) -
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 RemoteCertificateRemoteCertificateConverter. toRemoteCertificate(CertificateToken certificate)Converts the givencertificateto aRemoteCertificateMethods in eu.europa.esig.dss.ws.converter with parameters of type RemoteCertificate Modifier and Type Method Description static CertificateTokenRemoteCertificateConverter. toCertificateToken(RemoteCertificate remoteCertificate)Converts the givenremoteCertificateto aCertificateTokenMethod 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 ofremoteCertificatesto a list ofCertificateTokens -
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 RemoteCertificateRemoteKeyEntry. getCertificate()RemoteCertificate[]RemoteKeyEntry. getCertificateChain()Methods in eu.europa.esig.dss.ws.server.signing.dto with parameters of type RemoteCertificate Modifier and Type Method Description voidRemoteKeyEntry. setCertificate(RemoteCertificate certificate)voidRemoteKeyEntry. 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 RemoteCertificateRemoteSignatureParameters. 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 voidRemoteSignatureParameters. 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 voidRemoteSignatureParameters. setCertificateChain(List<RemoteCertificate> certificateChain)
-