Interface KeyPairConverter<T>

    • Method Detail

      • getKeyPair

        org.bouncycastle.openssl.PEMKeyPair getKeyPair​(T object)
                                                throws java.io.IOException
        Get PEM Key Pair from typed object
        Parameters:
        object - Typed Object
        Returns:
        PEM Key Pair
        Throws:
        java.io.IOException - Thrown on conversion failures