Uses of Interface
ch.imvs.sdes4j.KeyParam
-
Packages that use KeyParam Package Description ch.imvs.sdes4j ch.imvs.sdes4j.srtp -
-
Uses of KeyParam in ch.imvs.sdes4j
Fields in ch.imvs.sdes4j declared as KeyParam Modifier and Type Field Description protected KeyParam[]
CryptoAttribute. keyParams
Methods in ch.imvs.sdes4j that return KeyParam Modifier and Type Method Description KeyParam
SDesFactory. createKeyParam(java.lang.String keyParam)
Creates a key parameter instance for the grammar implementing this interface.KeyParam[]
SDesFactory. createKeyParamArray(int size)
Utility method to create a typed array ofKeyParameter
s.KeyParam[]
CryptoAttribute. getKeyParams()
Gets one or more sets of keying material for the crypto-suite in question.Constructors in ch.imvs.sdes4j with parameters of type KeyParam Constructor Description CryptoAttribute(int tag, CryptoSuite cryptoSuite, KeyParam[] keyParams, SessionParam[] sessionParams)
Creates a crypto attribute from already instantiated objects. -
Uses of KeyParam in ch.imvs.sdes4j.srtp
Classes in ch.imvs.sdes4j.srtp that implement KeyParam Modifier and Type Class Description class
SrtpKeyParam
SRTP security descriptions define the use of the "inline" key method.
-