Class XiXDHContentVerifierProvider

  • All Implemented Interfaces:
    org.bouncycastle.operator.ContentVerifierProvider

    public class XiXDHContentVerifierProvider
    extends Object
    implements org.bouncycastle.operator.ContentVerifierProvider
    ContentVerifierProvider for the algorithm X25519 static HMAC (XiPKI own algorithm, based on RFC 6955).
    Author:
    Lijun Liao (xipki)
    • Method Detail

      • hasAssociatedCertificate

        public boolean hasAssociatedCertificate()
        Specified by:
        hasAssociatedCertificate in interface org.bouncycastle.operator.ContentVerifierProvider
      • getAssociatedCertificate

        public org.bouncycastle.cert.X509CertificateHolder getAssociatedCertificate()
        Specified by:
        getAssociatedCertificate in interface org.bouncycastle.operator.ContentVerifierProvider
      • get

        public org.bouncycastle.operator.ContentVerifier get​(org.bouncycastle.asn1.x509.AlgorithmIdentifier verifierAlgorithmIdentifier)
                                                      throws org.bouncycastle.operator.OperatorCreationException
        Specified by:
        get in interface org.bouncycastle.operator.ContentVerifierProvider
        Throws:
        org.bouncycastle.operator.OperatorCreationException