Class AbstractASN1CertificateReferences.OtherCertIDSelector
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.cades.attributes.unsigned.AbstractASN1CertificateReferences.OtherCertIDSelector
- All Implemented Interfaces:
Cloneable,CertSelector
- Enclosing class:
- AbstractASN1CertificateReferences
public static class AbstractASN1CertificateReferences.OtherCertIDSelector extends Object implements CertSelector
-
Constructor Summary
Constructors Constructor Description OtherCertIDSelector(org.bouncycastle.asn1.ess.OtherCertID otherCertID) -
Method Summary
Modifier and Type Method Description Objectclone()booleanmatch(Certificate cert)
-
Constructor Details
-
OtherCertIDSelector
public OtherCertIDSelector(org.bouncycastle.asn1.ess.OtherCertID otherCertID)
-
-
Method Details
-
match
- Specified by:
matchin interfaceCertSelector
-
clone
- Specified by:
clonein interfaceCertSelector- Overrides:
clonein classObject
-