Uses of Class
eu.europa.esig.dss.pki.jaxb.model.JAXBCertEntity
-
Uses of JAXBCertEntity in eu.europa.esig.dss.pki.jaxb.builder
Modifier and TypeMethodDescriptionJAXBCertEntityBuilder.build()
Builds theJAXBCertEntity
objectprotected JAXBCertEntity
JAXBCertEntityBuilder.getCertEntity()
Gets the JAXBCertEntityModifier and TypeMethodDescriptionJAXBCertEntityBuilder.setIssuer
(JAXBCertEntity issuer) Sets the certificate's issuerJAXBCertEntityBuilder.setOcspResponder
(JAXBCertEntity ocspResponder) Sets the delegated OCSP responder for the current CA certificateModifierConstructorDescriptionJAXBCertEntityBuilder
(JAXBCertEntity certEntity) Instantiates the builder with a pre-createdJAXBCertEntity
instance, to be filled with data. -
Uses of JAXBCertEntity in eu.europa.esig.dss.pki.jaxb.model
Modifier 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 certificateModifier and TypeMethodDescriptionJAXBCertEntityRepository.getAll()
Returns all cert entries from the repositoryJAXBCertEntityRepository.getByPkiName
(String name) Retrieves a list ofJAXBCertEntity
for 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 repositoryModifier and TypeMethodDescriptionJAXBCertEntityRepository.getIssuer
(JAXBCertEntity certEntity) JAXBCertEntityRepository.getRevocation
(JAXBCertEntity dbCertEntity) JAXBCertEntityRepository.getRevocationList
(JAXBCertEntity parent) boolean
JAXBCertEntityRepository.save
(JAXBCertEntity dbCertEntity) Adds a newJAXBCertEntity
to the repositoryvoid
JAXBCertEntity.setIssuer
(JAXBCertEntity issuer) Sets the certificate's issuervoid
JAXBCertEntity.setOcspResponder
(JAXBCertEntity ocspResponder) Sets the delegated OCSP responder for the current CA certificate