Uses of Class
br.ufsc.labsec.signature.repository.PKCS12IdentityService.RevocationResult
Package | Description |
---|---|
br.ufsc.labsec.signature.repository.PKCS12IdentityService | |
br.ufsc.labsec.signature.validationData |
-
Uses of RevocationResult in br.ufsc.labsec.signature.repository.PKCS12IdentityService
Methods in br.ufsc.labsec.signature.repository.PKCS12IdentityService that return RevocationResult Modifier and Type Method Description protected RevocationResult<X509CRL>
CRLCacheManagement. decodeEntry(byte[]... encodedParts)
protected RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>
OCSPCacheManagement. decodeEntry(byte[]... encodedParts)
Methods in br.ufsc.labsec.signature.repository.PKCS12IdentityService that return types with arguments of type RevocationResult Modifier and Type Method Description protected Optional<RevocationResult<X509CRL>>
CRLCacheManagement. download(SubjectIssuerPair certificatePair)
protected Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>>
OCSPCacheManagement. download(SubjectIssuerPair certificatePair)
protected abstract Optional<RevocationResult<Data>>
RevocationCache. download(SubjectIssuerPair certificatePair)
protected Optional<RevocationResult<Data>>
RevocationCache. downloadAndStore(SubjectIssuerPair certificatePair)
Optional<RevocationResult<X509CRL>>
CRLCacheManagement. getCRLFromCertificate(Object certificate, Time timeReference)
Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>>
OCSPCacheManagement. getOCSPFromCertificate(Object certificate, Object issuer, Time timeReference)
Buscas e retorna a resposta OCSP no cache.protected Optional<RevocationResult<Data>>
RevocationCache. getRevocation(SubjectIssuerPair certificatePair, Date timeReference)
Methods in br.ufsc.labsec.signature.repository.PKCS12IdentityService with parameters of type RevocationResult Modifier and Type Method Description protected boolean
RevocationCache. isUseful(RevocationResult<Data> data, Date timeReference)
Verifica se o objeto armazenado no cache é útil para ser armazenado -
Uses of RevocationResult in br.ufsc.labsec.signature.validationData
Methods in br.ufsc.labsec.signature.validationData that return types with arguments of type RevocationResult Modifier and Type Method Description default Optional<RevocationResult<X509CRL>>
CRLRevocationCache. getCRLFromCertificate(Object certificate)
Optional<RevocationResult<X509CRL>>
CRLRevocationCache. getCRLFromCertificate(Object certificate, Time timeReference)
default Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>>
OcspRevocationCache. getOCSPFromCertificate(Object certificate, Object issuer)
Optional<RevocationResult<org.bouncycastle.cert.ocsp.OCSPResp>>
OcspRevocationCache. getOCSPFromCertificate(Object certificate, Object issuer, Time timeReference)