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

io.gatling.recorder.internal.bouncycastle.its.ETSIKeyWrapper Maven / Gradle / Ivy

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

import io.gatling.recorder.internal.bouncycastle.oer.its.ieee1609dot2.EncryptedDataEncryptionKey;

public interface ETSIKeyWrapper
{
    EncryptedDataEncryptionKey wrap(byte[] secretKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy