Java org.bouncycastle.pkcs.jcajce JcaPKCS10CertificationRequest fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.pkcs.jcajce JcaPKCS10CertificationRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.pkcs.jcajce JcaPKCS10CertificationRequest.

The text is from its open source code.

Constructor

Method

Attribute[]getAttributes(ASN1ObjectIdentifier type)
Return an array of attributes matching the passed in type OID.
Attribute[]getAttributes()
Return the attributes, if any associated with this request.
byte[]getEncoded()
PublicKeygetPublicKey()
X500NamegetSubject()
Return the subject on this request.
booleanisSignatureValid(ContentVerifierProvider verifierProvider)
Validate the signature on the PKCS10 certification request in this holder.