Uses of Class
eu.europa.esig.dss.pki.jaxb.model.JAXBCertEntity
Packages that use JAXBCertEntity
-
Uses of JAXBCertEntity in eu.europa.esig.dss.pki.jaxb.builder
Methods in eu.europa.esig.dss.pki.jaxb.builder that return JAXBCertEntityModifier and TypeMethodDescriptionJAXBCertEntityBuilder.build()Builds theJAXBCertEntityobjectprotected JAXBCertEntityJAXBCertEntityBuilder.getCertEntity()Gets the JAXBCertEntityMethods in eu.europa.esig.dss.pki.jaxb.builder with parameters of type JAXBCertEntityModifier and TypeMethodDescriptionJAXBCertEntityBuilder.setIssuer(JAXBCertEntity issuer) Sets the certificate's issuerJAXBCertEntityBuilder.setOcspResponder(JAXBCertEntity ocspResponder) Sets the delegated OCSP responder for the current CA certificateConstructors in eu.europa.esig.dss.pki.jaxb.builder with parameters of type JAXBCertEntityModifierConstructorDescriptionJAXBCertEntityBuilder(JAXBCertEntity certEntity) Instantiates the builder with a pre-createdJAXBCertEntityinstance, to be filled with data. -
Uses of JAXBCertEntity in eu.europa.esig.dss.pki.jaxb.model
Methods in eu.europa.esig.dss.pki.jaxb.model that return JAXBCertEntityModifier and TypeMethodDescriptionJAXBCertEntityRepository.getByCertificateToken(CertificateToken certificateToken) JAXBCertEntityRepository.getCertEntityBySerialNumberAndParentSubject(Long serialNumber, String issuerName) Gets a cert entity for the given serial number and an issuer distinguished nameJAXBCertEntityRepository.getCertEntityBySubject(String subjectName) Gets a single cert entity with the givensubjectName.JAXBCertEntity.getIssuer()Gets the certificate's issuerJAXBCertEntity.getOcspResponder()Gets the delegated OCSP responder for the current CA certificateMethods in eu.europa.esig.dss.pki.jaxb.model that return types with arguments of type JAXBCertEntityModifier and TypeMethodDescriptionJAXBCertEntityRepository.getAll()Returns all cert entries from the repositoryJAXBCertEntityRepository.getByPkiName(String name) Retrieves a list ofJAXBCertEntityfor the given JAXB PKI nameJAXBCertEntityRepository.getBySubject(String subjectName) Gets a list of cert entities by the given subject distinguished nameJAXBCertEntityRepository.getRevocationList(JAXBCertEntity parent) JAXBCertEntityRepository.getTrustAnchors()Returns a list of all trust anchors from the repositoryMethods in eu.europa.esig.dss.pki.jaxb.model with parameters of type JAXBCertEntityModifier and TypeMethodDescriptionJAXBCertEntityRepository.getIssuer(JAXBCertEntity certEntity) JAXBCertEntityRepository.getRevocation(JAXBCertEntity dbCertEntity) JAXBCertEntityRepository.getRevocationList(JAXBCertEntity parent) booleanJAXBCertEntityRepository.save(JAXBCertEntity dbCertEntity) Adds a newJAXBCertEntityto the repositoryvoidJAXBCertEntity.setIssuer(JAXBCertEntity issuer) Sets the certificate's issuervoidJAXBCertEntity.setOcspResponder(JAXBCertEntity ocspResponder) Sets the delegated OCSP responder for the current CA certificate