// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.its.operator;

public interface ETSIDataEncryptor
{
    byte[] encrypt(final byte[] p0);
    
    byte[] getKey();
    
    byte[] getNonce();
}
