public class X509AttrCertStoreSelector : ISelector<X509V2AttributeCertificate>,
ICloneable
Public Class X509AttrCertStoreSelector
Implements ISelector(Of X509V2AttributeCertificate), ICloneable
public ref class X509AttrCertStoreSelector : ISelector<X509V2AttributeCertificate^>,
ICloneable
Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector = function();
Type.createClass(
'Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector',
null,
Org.BouncyCastle.Utilities.Collections.ISelector`1,
ICloneable);
X509AttrCertStoreSelector | Initializes a new instance of the X509AttrCertStoreSelector class |
AttributeCert | The attribute certificate which must be matched. |
AttributeCertificateValid | The criteria for validity |
Holder | The holder. |
Issuer | The issuer. |
SerialNumber | The serial number. |
AddTargetGroup(Byte) | |
AddTargetGroup(GeneralName) | |
AddTargetName(Byte) | |
AddTargetName(GeneralName) | |
Clone | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetTargetGroups | |
GetTargetNames | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Match | Decides if the given attribute certificate should be selected. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SetTargetGroups | |
SetTargetNames | |
ToString | Returns a string that represents the current object. (Inherited from Object) |