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

com.distrimind.bouncycastle.its.ETSIKeyWrapper Maven / Gradle / Ivy

There is a newer version: 1.77
Show newest version
package com.distrimind.bouncycastle.its;

import com.distrimind.bouncycastle.oer.its.ieee1609dot2.EncryptedDataEncryptionKey;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy