The methods of Java.Security.Cert.X509CertSelector are listed below. For a list of all members, see the X509CertSelector Members list.
See Also: Inherited members from Java.Lang.Object
AddPathToName(int, byte[])Adds a "pathToName" to the respective criterion. | ||
AddPathToName(int, string)Adds a "pathToName" to the respective criterion. | ||
AddSubjectAlternativeName(int, byte[])Adds a subject alternative name to the respective criterion. | ||
AddSubjectAlternativeName(int, string)Adds a subject alternative name to the respective criterion. | ||
Clone()Clones this X509CertSelector instance. | ||
GetAuthorityKeyIdentifier()Returns the criterion for the AuthorityKeyIdentifier extension. | ||
GetIssuerAsBytes()Returns the issuer that a certificate must match. | ||
GetKeyUsage()Returns the criterion for the KeyUsage extension. | ||
GetNameConstraints()Returns the criterion for the name constraints. | ||
GetSubjectAsBytes()Returns the subject that a certificate must match. | ||
GetSubjectKeyIdentifier()Returns the criterion for the SubjectKeyIdentifier extension. | ||
Match(Certificate)Returns whether the specified certificate matches all the criteria collected in this instance. | ||
SetAuthorityKeyIdentifier(byte[])Sets the criterion for the AuthorityKeyIdentifier extension. | ||
SetIssuer(byte[])Sets the issuer that a certificate must match. | ||
SetIssuer(string)Do not use, use X509CertSelector.Issuer or X509CertSelector.GetIssuerAsBytes instead. | ||
SetKeyUsage(bool[])Sets the criterion for the KeyUsage extension. | ||
SetNameConstraints(byte[])Sets the criterion for the name constraints. | ||
SetSubject(byte[])Sets the subject that a certificate must match. | ||
SetSubject(string)Do not use, use X509CertSelector.SetSubject(Byte[]) or X509CertSelector.Subject instead. | ||
SetSubjectKeyIdentifier(byte[])Sets the criterion for the SubjectKeyIdentifier extension. | ||
SetSubjectPublicKey(byte[])Sets the criterion for the subject public key. |