Uses of Class
org.bouncycastle.cert.X509AttributeCertificateHolder
Packages that use X509AttributeCertificateHolder
Package
Description
-
Uses of X509AttributeCertificateHolder in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return X509AttributeCertificateHolderModifier and TypeMethodDescriptionX509v2AttributeCertificateBuilder.build(ContentSigner signer) Generate an X509 certificate, based on the current issuer and subject using the passed in signer.Constructors in org.bouncycastle.cert with parameters of type X509AttributeCertificateHolderModifierConstructorDescriptionCreate a builder for a version 2 attribute certificate, initialised with another certificate. -
Uses of X509AttributeCertificateHolder in org.bouncycastle.cert.selector
Methods in org.bouncycastle.cert.selector that return X509AttributeCertificateHolderModifier and TypeMethodDescriptionX509AttributeCertificateHolderSelector.getAttributeCert()Returns the attribute certificate holder which must be matched.Methods in org.bouncycastle.cert.selector with parameters of type X509AttributeCertificateHolderModifier and TypeMethodDescriptionvoidX509AttributeCertificateHolderSelectorBuilder.setAttributeCert(X509AttributeCertificateHolder attributeCert) Set the attribute certificate to be matched. -
Uses of X509AttributeCertificateHolder in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return types with arguments of type X509AttributeCertificateHolderModifier and TypeMethodDescriptionCMSSignedData.getAttributeCertificates()Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.Methods in org.bouncycastle.cms with parameters of type X509AttributeCertificateHolderModifier and TypeMethodDescriptionvoidCMSSignedGenerator.addAttributeCertificate(X509AttributeCertificateHolder attrCert) Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message. -
Uses of X509AttributeCertificateHolder in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return types with arguments of type X509AttributeCertificateHolder -
Uses of X509AttributeCertificateHolder in org.bouncycastle.voms
Methods in org.bouncycastle.voms that return X509AttributeCertificateHolderConstructors in org.bouncycastle.voms with parameters of type X509AttributeCertificateHolderModifierConstructorDescriptionParses the contents of an attribute certificate.
NOTE: Cryptographic signatures, time stamps etc. will not be checked.