public class

AttributeCertificateIssuer

extends Object
implements Selector
java.lang.Object
   ↳ org.bouncycastle.cert.AttributeCertificateIssuer

Class Overview

Carrying class for an attribute certificate issuer.

Summary

Public Constructors
AttributeCertificateIssuer(AttCertIssuer issuer)
Set the issuer directly with the ASN.1 structure.
AttributeCertificateIssuer(X500Name principal)
Public Methods
Object clone()
boolean equals(Object obj)
X500Name[] getNames()
int hashCode()
boolean match(Object obj)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.util.Selector

Public Constructors

public AttributeCertificateIssuer (AttCertIssuer issuer)

Set the issuer directly with the ASN.1 structure.

Parameters
issuer The issuer

public AttributeCertificateIssuer (X500Name principal)

Public Methods

public Object clone ()

public boolean equals (Object obj)

public X500Name[] getNames ()

public int hashCode ()

public boolean match (Object obj)