Method | Description | |
---|---|---|
GetPublicKey ( ) : |
Get the public key.
|
|
Pkcs10CertificationRequest ( |
||
Pkcs10CertificationRequest ( Stream input ) : System | ||
Pkcs10CertificationRequest ( byte encoded ) : System | ||
Pkcs10CertificationRequest ( string signatureAlgorithm, Org.BouncyCastle.Asn1.X509.X509Name subject, |
Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
|
|
Verify ( ) : bool |
Verify Pkcs10 Cert Request is valid.
|
|
Verify ( |
Method | Description | |
---|---|---|
CreatePssParams ( |
||
GetDigestAlgName ( |
||
GetSignatureName ( |
||
Pkcs10CertificationRequest ( ) : System | ||
SetSignatureParameters ( ISigner signature, |
public GetPublicKey ( ) : |
||
return |
public Pkcs10CertificationRequest ( |
||
seq | ||
return | System |
public Pkcs10CertificationRequest ( Stream input ) : System | ||
input | Stream | |
return | System |
public Pkcs10CertificationRequest ( byte encoded ) : System | ||
encoded | byte | |
return | System |
public Pkcs10CertificationRequest ( string signatureAlgorithm, Org.BouncyCastle.Asn1.X509.X509Name subject, |
||
signatureAlgorithm | string | Name of Sig Alg. |
subject | Org.BouncyCastle.Asn1.X509.X509Name | X509Name of subject eg OU="My unit." O="My Organisatioin" C="au" |
publicKey | Public Key to be included in cert reqest. | |
attributes | ASN1Set of Attributes. | |
signingKey | Matching Private key for nominated (above) public key to be used to sign the request. | |
return | System |
public Verify ( |
||
publicKey | ||
return | bool |