Interface X509ContentVerifierProviderBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.bouncycastle.operator.ContentVerifierProvider build​(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo)  
      org.bouncycastle.operator.ContentVerifierProvider build​(X509CertificateHolder validatingKeyInfo)  
    • Method Detail

      • build

        org.bouncycastle.operator.ContentVerifierProvider build​(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo)
                                                         throws org.bouncycastle.operator.OperatorCreationException
        Throws:
        org.bouncycastle.operator.OperatorCreationException
      • build

        org.bouncycastle.operator.ContentVerifierProvider build​(X509CertificateHolder validatingKeyInfo)
                                                         throws org.bouncycastle.operator.OperatorCreationException
        Throws:
        org.bouncycastle.operator.OperatorCreationException