Interface JeapCryptoDataFormat
- All Known Implementing Classes:
AbstractJeapCryptoDataFormat,JeapCryptoMultiKeyDataFormat
public interface JeapCryptoDataFormat
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanParse(byte[] dataContainerBytes) byte[]format(JeapCryptoContainer cryptoContainer) parse(byte[] dataContainerBytes)
-
Method Details
-
format
-
parse
-
canParse
boolean canParse(byte[] dataContainerBytes)
-