X509CRLSelector.AddIssuer(X500Principal) Method

Definition

Adds a name to the issuerNames criterion.

[Android.Runtime.Register("addIssuer", "(Ljavax/security/auth/x500/X500Principal;)V", "GetAddIssuer_Ljavax_security_auth_x500_X500Principal_Handler")]
public virtual void AddIssuer (Javax.Security.Auth.X500.X500Principal? issuer);
[<Android.Runtime.Register("addIssuer", "(Ljavax/security/auth/x500/X500Principal;)V", "GetAddIssuer_Ljavax_security_auth_x500_X500Principal_Handler")>]
abstract member AddIssuer : Javax.Security.Auth.X500.X500Principal -> unit
override this.AddIssuer : Javax.Security.Auth.X500.X500Principal -> unit

Parameters

issuer
X500Principal

the issuer as X500Principal

Attributes

Remarks

Adds a name to the issuerNames criterion. The issuer distinguished name in the X509CRL must match at least one of the specified distinguished names.

This method allows the caller to add a name to the set of issuer names which X509CRLs may contain. The specified name is added to any previous value for the issuerNames criterion. If the specified name is a duplicate, it may be ignored.

Added in 1.5.

Java documentation for java.security.cert.X509CRLSelector.addIssuer(javax.security.auth.x500.X500Principal).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to