Package ch.imvs.sdes4j
Interface CryptoSuite
-
- All Known Implementing Classes:
SrtpCryptoSuite
public interface CryptoSuite
Interface for grammar implementations of an identifier that describes the encryption and authentication algorithms (e.g., AES_CM_128_HMAC_SHA1_80) for the transport in question- Author:
- Ingo Bauersachs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
encode()
Encodes the information contained in this object for use in the complete crypto attribute.
-