Class PopControl


  • public class PopControl
    extends Object
    POP (proof-of-possession) control.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • PopControl

        public PopControl​(PopControlConf conf)
                   throws org.xipki.util.exception.InvalidConfException
        Throws:
        org.xipki.util.exception.InvalidConfException
    • Method Detail

      • getDhCertificates

        public org.xipki.security.X509Cert[] getDhCertificates()
      • getDhKeyCertPair

        public org.xipki.security.DHSigStaticKeyCertPair getDhKeyCertPair​(org.bouncycastle.asn1.x500.X500Name issuer,
                                                                          BigInteger serial,
                                                                          String keyAlgorithm)
      • getPopAlgoValidator

        public org.xipki.security.AlgorithmValidator getPopAlgoValidator()