public class AttributeCertificateIssuer extends Object implements Selector
Constructor and Description |
---|
AttributeCertificateIssuer(AttCertIssuer issuer)
Set the issuer directly with the ASN.1 structure.
|
AttributeCertificateIssuer(X500Name principal) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
X500Name[] |
getNames() |
int |
hashCode() |
boolean |
match(Object obj)
Match the passed in object, returning true if it would be selected by this selector, false otherwise.
|
public AttributeCertificateIssuer(AttCertIssuer issuer)
issuer
- The issuerpublic AttributeCertificateIssuer(X500Name principal)
Copyright © 2018 BouncyCastle.org. All rights reserved.