Class SDesTransformEngine

    • Constructor Detail

      • SDesTransformEngine

        public SDesTransformEngine​(ch.imvs.sdes4j.srtp.SrtpCryptoAttribute inAttribute,
                                   ch.imvs.sdes4j.srtp.SrtpCryptoAttribute outAttribute)
        Creates a new instance of this class.
        Parameters:
        inAttribute - Key material for the incoming stream.
        outAttribute - Key material for the outgoing stream.
    • Method Detail

      • update

        public void update​(ch.imvs.sdes4j.srtp.SrtpCryptoAttribute inAttribute,
                           ch.imvs.sdes4j.srtp.SrtpCryptoAttribute outAttribute)
        Updates this instance with new key materials.
        Parameters:
        inAttribute - Key material for the incoming stream.
        outAttribute - Key material for the outgoing stream.