java.lang.Object
br.ufsc.labsec.signature.repository.PKCS12IdentityService.RevocationResult<T>
All Implemented Interfaces:
Cacheable, org.bouncycastle.util.Encodable

public class RevocationResult<T>
extends Object
implements Cacheable
  • Constructor Details

    • RevocationResult

      public RevocationResult​(T revocation, long estimatedSize)
    • RevocationResult

      public RevocationResult​(T revocation, String cacheKey, long estimatedSize)
  • Method Details

    • getRevocation

      public T getRevocation()
    • getEstimatedSize

      public long getEstimatedSize()
    • getCacheKey

      public String getCacheKey()
      Description copied from interface: Cacheable
      Retorna a chave que o objeto da cache está sendo identificado no mapeamento para o objeto em disco e em memória.
      Specified by:
      getCacheKey in interface Cacheable
      Returns:
      A chave do objeto
    • setCacheKey

      public void setCacheKey​(String cacheKey)
    • getEncoded

      public byte[] getEncoded() throws IOException
      Specified by:
      getEncoded in interface org.bouncycastle.util.Encodable
      Throws:
      IOException