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

org.testifyproject.bouncycastle.openssl.PEMKeyPairParser Maven / Gradle / Ivy

package org.testifyproject.bouncycastle.openssl;

import java.org.testifyproject.testifyproject.IOException;

interface PEMKeyPairParser
{
    PEMKeyPair parse(byte[] encoding)
        throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy