Uses of Class
org.bouncycastle.cert.crmf.CRMFException
Packages that use CRMFException
Package
Description
-
Uses of CRMFException in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf that throw CRMFExceptionModifier and TypeMethodDescriptionCertificateRequestMessageBuilder.build()org.bouncycastle.asn1.crmf.EncryptedValueEncryptedValueBuilder.build(char[] revocationPassphrase) Build an EncryptedValue structure containing the passed in pass phrase.org.bouncycastle.asn1.crmf.EncryptedValueEncryptedValueBuilder.build(PrivateKeyInfo privateKeyInfo) Build an EncryptedValue structure containing the private key contained in the passed info structure.org.bouncycastle.asn1.crmf.EncryptedValueEncryptedValueBuilder.build(X509CertificateHolder holder) Build an EncryptedValue structure containing the certificate contained in the passed in holder.PKMACBuilder.build(char[] password) byte[]PKMACValuesCalculator.calculateDigest(byte[] data) byte[]PKMACValuesCalculator.calculateMac(byte[] pwd, byte[] data) PKIArchiveControl.getEnvelopedData()Return the enveloped data structure contained in this control.ValueDecryptorGenerator.getValueDecryptor(AlgorithmIdentifier keyAlg, AlgorithmIdentifier symmAlg, byte[] encKey) booleanCertificateRequestMessage.isValidSigningKeyPOP(ContentVerifierProvider verifierProvider) Return whether or not a signing key proof-of-possession (POP) is valid.booleanCertificateRequestMessage.isValidSigningKeyPOP(ContentVerifierProvider verifierProvider, PKMACBuilder macBuilder, char[] password) Return whether or not a signing key proof-of-possession (POP), with an associated PKMAC, is valid.EncryptedValueParser.readCertificateHolder(ValueDecryptorGenerator decGen) Read a X.509 certificate.char[]EncryptedValueParser.readPassphrase(ValueDecryptorGenerator decGen) Read a pass phrase.EncryptedValueParser.readPrivateKeyInfo(ValueDecryptorGenerator decGen) Read a PKCS#8 PrivateKeyInfo.ProofOfPossessionSigningKeyBuilder.setPublicKeyMac(PKMACBuilder builder, char[] password) voidPKMACValuesCalculator.setup(AlgorithmIdentifier digestAlg, AlgorithmIdentifier macAlg) -
Uses of CRMFException in org.bouncycastle.cert.crmf.bc
Methods in org.bouncycastle.cert.crmf.bc that throw CRMFExceptionModifier and TypeMethodDescriptionBcCRMFEncryptorBuilder.build()org.bouncycastle.asn1.crmf.EncryptedValueBcEncryptedValueBuilder.build(X509Certificate certificate) Build an EncryptedValue structure containing the passed in certificate.org.bouncycastle.asn1.crmf.EncryptedValueBcEncryptedValueBuilder.build(AsymmetricKeyParameter privateKey) Build an EncryptedValue structure containing the private key details contained in the passed PrivateKey. -
Uses of CRMFException in org.bouncycastle.cert.crmf.jcajce
Methods in org.bouncycastle.cert.crmf.jcajce that throw CRMFExceptionModifier and TypeMethodDescriptionorg.bouncycastle.asn1.crmf.EncryptedValueJcaEncryptedValueBuilder.build(X509Certificate certificate) Build an EncryptedValue structure containing the passed in certificate.org.bouncycastle.asn1.crmf.EncryptedValueJcaEncryptedValueBuilder.build(PrivateKey privateKey) Build an EncryptedValue structure containing the private key details contained in the passed PrivateKey.JceCRMFEncryptorBuilder.build()byte[]JcePKMACValuesCalculator.calculateMac(byte[] pwd, byte[] data) JcaCertificateRequestMessage.getPublicKey()JceAsymmetricValueDecryptorGenerator.getValueDecryptor(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) voidJcePKMACValuesCalculator.setup(AlgorithmIdentifier digAlg, AlgorithmIdentifier macAlg)