public interface ProxyCSR
ProxyCSRGenerator.ProxyCSRGenerator| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.pkcs.PKCS10CertificationRequest |
getCSR()
Returns the CSR
|
java.security.PrivateKey |
getPrivateKey()
Returns the generated private key of this CSR.
|
boolean |
hasPrivateKey() |
org.bouncycastle.pkcs.PKCS10CertificationRequest getCSR()
java.security.PrivateKey getPrivateKey()
throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the private and public keys were not generatedboolean hasPrivateKey()
getPrivateKey()