Uses of Class
org.xipki.security.DHSigStaticKeyCertPair
-
Packages that use DHSigStaticKeyCertPair Package Description org.xipki.security org.xipki.security.bc org.xipki.security.util -
-
Uses of DHSigStaticKeyCertPair in org.xipki.security
Methods in org.xipki.security with parameters of type DHSigStaticKeyCertPair Modifier and Type Method Description org.bouncycastle.operator.ContentVerifierProviderSecurityFactory. getContentVerifierProvider(PublicKey publicKey, DHSigStaticKeyCertPair ownerKeyAndCert)Gets the ContentVerifierProvider from the public key.org.bouncycastle.operator.ContentVerifierProviderSecurityFactoryImpl. getContentVerifierProvider(PublicKey publicKey, DHSigStaticKeyCertPair ownerKeyAndCert)booleanAbstractSecurityFactory. verifyPop(org.bouncycastle.asn1.pkcs.CertificationRequest csr, AlgorithmValidator algoValidator, DHSigStaticKeyCertPair ownerKeyAndCert)booleanSecurityFactory. verifyPop(org.bouncycastle.asn1.pkcs.CertificationRequest csr, AlgorithmValidator algoValidator, DHSigStaticKeyCertPair ownerKeyAndCert)Verifies the signature of CSR.booleanSecurityFactory. verifyPop(org.bouncycastle.pkcs.PKCS10CertificationRequest csr, AlgorithmValidator algoValidator, DHSigStaticKeyCertPair ownerKeyAndCert)Verifies the signature of CSR.booleanSecurityFactoryImpl. verifyPop(org.bouncycastle.pkcs.PKCS10CertificationRequest csr, AlgorithmValidator algoValidator, DHSigStaticKeyCertPair ownerKeyAndCert) -
Uses of DHSigStaticKeyCertPair in org.xipki.security.bc
Constructors in org.xipki.security.bc with parameters of type DHSigStaticKeyCertPair Constructor Description XiXDHContentVerifierProvider(PublicKey verifyKey, DHSigStaticKeyCertPair ownerKeyAndCert) -
Uses of DHSigStaticKeyCertPair in org.xipki.security.util
Methods in org.xipki.security.util with parameters of type DHSigStaticKeyCertPair Modifier and Type Method Description static org.bouncycastle.operator.ContentVerifierProviderSignerUtil. getContentVerifierProvider(PublicKey publicKey, DHSigStaticKeyCertPair ownerKeyAndCert)
-