All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gatling.recorder.internal.bouncycastle.cms.CMSSecureReadableWithAAD Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.cms;

import java.io.OutputStream;

interface CMSSecureReadableWithAAD
    extends CMSSecureReadable
{
    void setAADStream(OutputStream stream);

    OutputStream getAADStream();

    byte[] getMAC();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy