tech.ydb.shaded.bouncycastle.crypto.KeyEncoder Maven / Gradle / Ivy
package org.bouncycastle.crypto;
import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
public interface KeyEncoder
{
    byte[] getEncoded(AsymmetricKeyParameter keyParameter);
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy