Uses of Class
br.ufsc.labsec.signature.repository.PKCS12IdentityService.RevocationResult
Packages that use RevocationResult
Package
Description
-
Uses of RevocationResult in br.ufsc.labsec.signature.repository.PKCS12IdentityService
Subclasses with type arguments of type RevocationResult in br.ufsc.labsec.signature.repository.PKCS12IdentityServiceMethods in br.ufsc.labsec.signature.repository.PKCS12IdentityService that return RevocationResultModifier and TypeMethodDescriptionprotected 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 RevocationResultModifier and TypeMethodDescriptionprotected 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) 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 RevocationResultModifier and TypeMethodDescriptionprotected booleanRevocationCache.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 RevocationResultModifier and TypeMethodDescriptiondefault Optional<RevocationResult<X509CRL>> CRLRevocationCache.getCRLFromCertificate(Object certificate) 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)