Package br.ufsc.labsec.utils.cache
Interface DetachedCacheable
- All Superinterfaces:
Cacheable
,org.bouncycastle.util.Encodable
public interface DetachedCacheable extends Cacheable
-
Method Summary
Modifier and Type Method Description SignatureContainer<?>
getDetachedSignature()
String
getSigFilename()
Methods inherited from interface br.ufsc.labsec.utils.cache.Cacheable
getCacheKey
Methods inherited from interface org.bouncycastle.util.Encodable
getEncoded
-
Method Details
-
getDetachedSignature
SignatureContainer<?> getDetachedSignature() -
getSigFilename
String getSigFilename()
-