org.bouncycastle.operator.KeyWrapper Maven / Gradle / Ivy
The newest version!
package org.bouncycastle.operator;
import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
public interface KeyWrapper
{
AlgorithmIdentifier getAlgorithmIdentifier();
byte[] generateWrappedKey(GenericKey encryptionKey)
throws OperatorException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy