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 Object
clone()
boolean
match(Certificate cert)
-
Constructor Details
-
OtherCertIDSelector
public OtherCertIDSelector(org.bouncycastle.asn1.ess.OtherCertID otherCertID)
-
-
Method Details
-
match
- Specified by:
match
in interfaceCertSelector
-
clone
- Specified by:
clone
in interfaceCertSelector
- Overrides:
clone
in classObject
-