Class ProxyCSRImpl

  • All Implemented Interfaces:
    ProxyCSR

    public class ProxyCSRImpl
    extends Object
    implements ProxyCSR
    ProxyCSR implementation.
    Author:
    K. Benedyczak
    • Constructor Detail

      • ProxyCSRImpl

        public ProxyCSRImpl​(org.bouncycastle.pkcs.PKCS10CertificationRequest csr,
                            PrivateKey pk)
        Parameters:
        csr - PKCS10 certification request
        pk - use null if PrivateKey was not generated
    • Method Detail

      • getCSR

        public org.bouncycastle.pkcs.PKCS10CertificationRequest getCSR()
        Returns the CSR
        Specified by:
        getCSR in interface ProxyCSR
        Returns:
        the generated CSR