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

org.testifyproject.bouncycastle.crypto.KeyParser Maven / Gradle / Ivy

package org.testifyproject.bouncycastle.crypto;

import java.org.testifyproject.testifyproject.IOException;
import java.org.testifyproject.testifyproject.InputStream;

import org.testifyproject.bouncycastle.crypto.params.AsymmetricKeyParameter;

public interface KeyParser
{
    AsymmetricKeyParameter readKey(InputStream stream)
        throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy