Java org.bouncycastle.cert.crmf CertificateRequestMessage fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.crmf CertificateRequestMessage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cert.crmf CertificateRequestMessage.

The text is from its open source code.

Field

Constructor

Method

CertTemplategetCertTemplate()
Return the certificate template contained in this message.
intgetProofOfPossessionType()
Return the type of the proof-of-possession this request message provides.
booleanhasProofOfPossession()
Return whether or not this request message has a proof-of-possession field in it.
booleanisValidSigningKeyPOP(ContentVerifierProvider verifierProvider)
Return whether or not a signing key proof-of-possession (POP) is valid.
CertReqMsgtoASN1Structure()
Return the underlying ASN.1 object defining this CertificateRequestMessage object.