Class BcCryptoHelper.CertHolderBySignerIdSelector

  • All Implemented Interfaces:
    java.lang.Cloneable, org.bouncycastle.util.Selector<org.bouncycastle.cert.X509CertificateHolder>
    Enclosing class:
    BcCryptoHelper

    private static final class BcCryptoHelper.CertHolderBySignerIdSelector
    extends java.lang.Object
    implements org.bouncycastle.util.Selector<org.bouncycastle.cert.X509CertificateHolder>
    Selector interno para la lectura de los certificados del firmante del SOD.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.bouncycastle.cms.SignerId signerId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      boolean match​(org.bouncycastle.cert.X509CertificateHolder o)  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • signerId

        private final transient org.bouncycastle.cms.SignerId signerId
    • Constructor Detail

      • CertHolderBySignerIdSelector

        CertHolderBySignerIdSelector​(org.bouncycastle.cms.SignerId sid)
    • Method Detail

      • match

        public boolean match​(org.bouncycastle.cert.X509CertificateHolder o)
        Specified by:
        match in interface org.bouncycastle.util.Selector<org.bouncycastle.cert.X509CertificateHolder>
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface org.bouncycastle.util.Selector<org.bouncycastle.cert.X509CertificateHolder>
        Overrides:
        clone in class java.lang.Object