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

org.bouncycastle.its.ETSIKeyWrapper Maven / Gradle / Ivy

package org.bouncycastle.its;

import org.bouncycastle.oer.its.ieee1609dot2.EncryptedDataEncryptionKey;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy