Class AIACertsEntry

java.lang.Object
br.ufsc.labsec.commons.utils.aia.AIACertsEntry
All Implemented Interfaces:
Cacheable, org.bouncycastle.util.Encodable

public class AIACertsEntry extends Object implements Cacheable
  • Constructor Details

  • Method Details

    • 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
    • getEncoded

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

      public List<X509Certificate> getCertificates()