Class RevocationResult<T>
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 Summary
Constructors Constructor Description RevocationResult(T revocation, long estimatedSize)
RevocationResult(T revocation, String cacheKey, long estimatedSize)
-
Method Summary
Modifier and Type Method Description String
getCacheKey()
Retorna a chave que o objeto da cache está sendo identificado no mapeamento para o objeto em disco e em memória.byte[]
getEncoded()
long
getEstimatedSize()
T
getRevocation()
void
setCacheKey(String cacheKey)
-
Constructor Details
-
RevocationResult
-
RevocationResult
-
-
Method Details
-
getRevocation
-
getEstimatedSize
public long getEstimatedSize() -
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 interfaceCacheable
- Returns:
- A chave do objeto
-
setCacheKey
-
getEncoded
- Specified by:
getEncoded
in interfaceorg.bouncycastle.util.Encodable
- Throws:
IOException
-