Interface SigningCertificateInterface
- All Superinterfaces:
CertSelector, Cloneable, org.bouncycastle.util.Selector<Certificate>, SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>
- All Known Implementing Classes:
IdAaSigningCertificate, IdAaSigningCertificateV2
public interface SigningCertificateInterface
extends SignatureAttribute<org.bouncycastle.asn1.cms.Attribute>, CertSelector, org.bouncycastle.util.Selector<Certificate>
Usada pelas classes
IdAaSigningCertificate e
IdAaSigningCertificateV2.-
Method Summary
Modifier and TypeMethodDescriptionList<org.bouncycastle.asn1.ess.ESSCertID> Obtém todos os certificados que foram guardados no atributoMethods inherited from interface CertSelector
clone, matchMethods inherited from interface org.bouncycastle.util.Selector
clone, matchMethods inherited from interface SignatureAttribute
getEncoded, getIdentifier, getValue, isSigned, isUnique, validate
-
Method Details
-
getESSCertID
List<org.bouncycastle.asn1.ess.ESSCertID> getESSCertID()Obtém todos os certificados que foram guardados no atributo- Returns:
- A lista dos certificados do atributo
-