Java.Security.Cert.X509CRL.Verify Method
Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key.

Syntax

[Android.Runtime.Register("verify", "(Ljava/security/PublicKey;)V", "GetVerify_Ljava_security_PublicKey_Handler")]
public abstract void Verify (Java.Security.IPublicKey key)

Parameters

key
the public key to verify this CRL with.

Exceptions

TypeReason
Java.Security.Cert.CRLExceptionif encoding or decoding fails.
Java.Security.NoSuchAlgorithmExceptionif a needed algorithm is not present.
Java.Security.InvalidKeyExceptionif the specified key is invalid.
Java.Security.NoSuchProviderExceptionif no provider can be found.
Java.Security.SignatureExceptionif errors occur on signatures.

Remarks

Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1