- AADProcessor - Interface in org.bouncycastle.operator
-
Base interface for extra methods required for handling associated data in AEAD ciphers.
- absoluteLimit - Variable in class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
- add(byte[]) - Method in class org.bouncycastle.tsp.ers.SortedHashList
-
- add(IndexedHash) - Method in class org.bouncycastle.tsp.ers.SortedIndexedHashList
-
- addAcceptedCertificate(X509CertificateHolder, BigInteger) - Method in class org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder
-
- addAcceptedCertificate(X509CertificateHolder, ASN1Integer) - Method in class org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder
-
- addAcceptedCertificate(CMPCertificate, AlgorithmIdentifier, ASN1Integer) - Method in class org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder
-
- addAllData(List<ERSData>) - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStampGenerator
-
- addAttribute(ASN1ObjectIdentifier, ASN1Encodable) - Method in class org.bouncycastle.cert.X509v2AttributeCertificateBuilder
-
Add an attribute to the certification request we are building.
- addAttribute(ASN1ObjectIdentifier, ASN1Encodable[]) - Method in class org.bouncycastle.cert.X509v2AttributeCertificateBuilder
-
Add an attribute with multiple values to the certification request we are building.
- addAttribute(ASN1ObjectIdentifier, ASN1Encodable) - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
-
Add an attribute to the certification request we are building.
- addAttribute(ASN1ObjectIdentifier, ASN1Encodable[]) - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
-
Add an attribute with multiple values to the certification request we are building.
- addAttributeCertificate(X509AttributeCertificateHolder) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
- addAttributeCertificates(Store) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
- addAttributeCertificates(Store) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
- addBagAttribute(ASN1ObjectIdentifier, ASN1Encodable) - Method in class org.bouncycastle.pkcs.PKCS12SafeBagBuilder
-
- addCertificate(X509CertificateHolder) - Method in class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
Add a single certificate.
- addCertificate(X509CertificateHolder) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add a certificate to the certificate set to be included with the generated SignedData message.
- addCertificateResponse(CertificateResponse) - Method in class org.bouncycastle.cert.crmf.CertificateRepMessageBuilder
-
- addCertificates(Store) - Method in class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
Add a store full of X509CertificateHolder objects.
- addCertificates(Store) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add the certificates in certStore to the certificate set to be included with the generated SignedData message.
- addCertificates(Store) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
Add the store of X509 Certificates to the generator.
- addCipherSuites(String) - Method in class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
- addCipherSuites(String[]) - Method in class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
- addCMPCertificate(X509CertificateHolder) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Add an "extra certificate" to the message.
- addControl(Control) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- addCounterSigners(SignerInformation, SignerInformationStore) - Static method in class org.bouncycastle.cms.SignerInformation
-
Return a signer information object with passed in SignerInformationStore representing counter
signatures attached as an unsigned attribute.
- addCRL(X509CRLHolder) - Method in class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
Add a single CRL.
- addCRL(X509CRLHolder) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Add the CRLEntry objects contained in a previous CRL.
- addCRL(X509CRLHolder) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add a CRL to the CRL set to be included with the generated SignedData message.
- addCRLEntry(BigInteger, Date, int) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Add a CRL entry with the just reasonCode extension.
- addCRLEntry(BigInteger, Date, int, Date) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Add a CRL entry with an invalidityDate extension as well as a reasonCode extension.
- addCRLEntry(BigInteger, Date, Extensions) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Add a CRL entry with extensions.
- addCRLs(Store) - Method in class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
Add a store full of X509CRLHolder objects.
- addCRLs(Store) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add the CRLs in crlStore to the CRL set to be included with the generated SignedData message.
- addCrls(CertStore) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
-
Add a collection of CRLs to the checker.
- addCrls(Store<CRL>) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
-
Add a collection of CRLs to the checker.
- addCRLs(Store) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
- addData(PKCS12SafeBag) - Method in class org.bouncycastle.pkcs.PKCS12PfxPduBuilder
-
Add a SafeBag that is to be included as is.
- addData(ERSData) - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStampGenerator
-
- addDigestAlgorithm(CMSSignedData, AlgorithmIdentifier) - Static method in class org.bouncycastle.cms.CMSSignedData
-
Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm
in it.
- addEncryptedData(OutputEncryptor, PKCS12SafeBag) - Method in class org.bouncycastle.pkcs.PKCS12PfxPduBuilder
-
Add a SafeBag that is to be wrapped in a EncryptedData object.
- addEncryptedData(OutputEncryptor, PKCS12SafeBag[]) - Method in class org.bouncycastle.pkcs.PKCS12PfxPduBuilder
-
Add a set of SafeBags that are to be wrapped in a EncryptedData object.
- addExtension(ASN1ObjectIdentifier, boolean, ASN1Encodable) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- addExtension(ASN1ObjectIdentifier, boolean, byte[]) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- addExtension(ASN1ObjectIdentifier, boolean, ASN1Encodable) - Method in class org.bouncycastle.cert.X509v2AttributeCertificateBuilder
-
Add a given extension field for the standard extensions tag made up of the passed in parameters.
- addExtension(ASN1ObjectIdentifier, boolean, byte[]) - Method in class org.bouncycastle.cert.X509v2AttributeCertificateBuilder
-
Add a given extension field for the standard extensions using a byte encoding of the
extension value.
- addExtension(Extension) - Method in class org.bouncycastle.cert.X509v2AttributeCertificateBuilder
-
Add a given extension field for the standard extensions.
- addExtension(ASN1ObjectIdentifier, boolean, ASN1Encodable) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Add a given extension field for the standard extensions tag (tag 3)
- addExtension(ASN1ObjectIdentifier, boolean, byte[]) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Add a given extension field for the standard extensions tag (tag 3) using a byte encoding of the
extension value.
- addExtension(Extension) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Add a given extension field for the standard extensions tag (tag 3).
- addExtension(ASN1ObjectIdentifier, boolean, ASN1Encodable) - Method in class org.bouncycastle.cert.X509v3CertificateBuilder
-
Add a given extension field for the standard extensions tag (tag 3)
- addExtension(Extension) - Method in class org.bouncycastle.cert.X509v3CertificateBuilder
-
Add a given extension field for the standard extensions tag (tag 3).
- addExtension(ASN1ObjectIdentifier, boolean, byte[]) - Method in class org.bouncycastle.cert.X509v3CertificateBuilder
-
Add a given extension field for the standard extensions tag (tag 3) using a byte encoding of the
extension value.
- addExtension(ASN1ObjectIdentifier, boolean, ASN1Encodable) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
Add a given extension field.
- addExtension(String, boolean, ASN1Encodable) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- addExtension(String, boolean, byte[]) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- addExtension(ASN1ObjectIdentifier, boolean, ASN1Encodable) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
add a given extension field for the standard extensions tag (tag 3)
- addExtension(ASN1ObjectIdentifier, boolean, byte[]) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
add a given extension field for the standard extensions tag
The value parameter becomes the contents of the octet string associated
with the extension.
- addGeneralInfo(InfoTypeAndValue) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Add a generalInfo data record to the header of the new message.
- addHandledExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.path.CertPathValidationContext
-
- addHeader(String, String) - Method in class org.bouncycastle.est.ESTRequestBuilder
-
- addOtherRevocationInfo(ASN1ObjectIdentifier, ASN1Encodable) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add a single instance of otherRevocationData to the CRL set to be included with the generated SignedData message.
- addOtherRevocationInfo(ASN1ObjectIdentifier, Store) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add a Store of otherRevocationData to the CRL set to be included with the generated SignedData message.
- addOtherRevocationInfo(ASN1ObjectIdentifier, Store) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
Add a Store of otherRevocationData to the CRL set to be included with the generated TimeStampToken.
- addRecipient(X509Certificate) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
Add a recipient based on the passed in certificate's public key and its issuer and serial number.
- addRecipient(byte[], PublicKey) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
Add a recipient identified by the passed in subjectKeyID and the for the passed in public key.
- addRecipientGenerator(RecipientInfoGenerator) - Method in class org.bouncycastle.cert.crmf.PKIArchiveControlBuilder
-
Add a recipient generator to this control.
- addRecipientInfoGenerator(RecipientInfoGenerator) - Method in class org.bouncycastle.cms.CMSAuthEnvelopedGenerator
-
Add a generator to produce the recipient info required.
- addRecipientInfoGenerator(RecipientInfoGenerator) - Method in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
Add a generator to produce the recipient info required.
- addRequest(CertificateRequestMessage) - Method in class org.bouncycastle.cert.crmf.CertificateReqMessagesBuilder
-
- addRequest(CertificateID) - Method in class org.bouncycastle.cert.ocsp.OCSPReqBuilder
-
Add a request for the given CertificateID.
- addRequest(CertificateID, Extensions) - Method in class org.bouncycastle.cert.ocsp.OCSPReqBuilder
-
Add a request with extensions
- addResponse(CertificateID, CertificateStatus) - Method in class org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder
-
Add a response for a particular Certificate ID.
- addResponse(CertificateID, CertificateStatus, Extensions) - Method in class org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder
-
Add a response for a particular Certificate ID.
- addResponse(CertificateID, CertificateStatus, Date, Extensions) - Method in class org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder
-
Add a response for a particular Certificate ID.
- addResponse(CertificateID, CertificateStatus, Date, Date) - Method in class org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder
-
Add a response for a particular Certificate ID.
- addResponse(CertificateID, CertificateStatus, Date, Date, Extensions) - Method in class org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder
-
Add a response for a particular Certificate ID.
- addSignerInfoGenerator(SignerInfoGenerator) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add a generator for a particular signer to this CMS SignedData generator.
- addSigners(SignerInformationStore) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Add a store of pre-calculated signers to the generator.
- addTargetChain(X509CertificateHolder) - Method in class org.bouncycastle.dvcs.VPKCRequestBuilder
-
Adds a TargetChain representing a X.509 certificate to the request.
- addTargetChain(Extension) - Method in class org.bouncycastle.dvcs.VPKCRequestBuilder
-
Adds a TargetChain representing a single X.509 Extension to the request
- addTargetChain(TargetChain) - Method in class org.bouncycastle.dvcs.VPKCRequestBuilder
-
Adds a X.509 certificate to the request.
- addTargetGroup(GeneralName) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Adds a target group criterion for the attribute certificate to the target
information extension criteria.
- addTargetName(GeneralName) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Adds a target name criterion for the attribute certificate to the target
information extension criteria.
- addTimeStamp(TimeStampToken) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
Return a new timeStampedData object with the additional token attached.
- AES128_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES128_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- AES128_CCM - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES128_GCM - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES128_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES128_WRAP - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- AES192_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES192_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- AES192_CCM - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES192_GCM - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES192_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES192_WRAP - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- AES256_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES256_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- AES256_CCM - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES256_GCM - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES256_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- AES256_WRAP - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- AES_128_CBC - Static variable in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- AES_128_CBC - Static variable in class org.bouncycastle.openssl.PKCS8Generator
-
- AES_192_CBC - Static variable in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- AES_192_CBC - Static variable in class org.bouncycastle.openssl.PKCS8Generator
-
- AES_256_CBC - Static variable in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- AES_256_CBC - Static variable in class org.bouncycastle.openssl.PKCS8Generator
-
- AlgorithmNameFinder - Interface in org.bouncycastle.operator
-
General finder for converting OIDs and AlgorithmIdentifiers into strings.
- ALLOWED - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- applyAuth(ESTRequestBuilder) - Method in interface org.bouncycastle.est.ESTAuth
-
Add the Auth attributes to the passed in request builder.
- applyAuth(ESTRequestBuilder) - Method in class org.bouncycastle.est.HttpAuth
-
- archiveRemGenPrivKey - Static variable in class org.bouncycastle.cert.crmf.PKIArchiveControl
-
- ArchiveTimeStampValidationException - Exception in org.bouncycastle.tsp.ers
-
Exception thrown if an Archive TimeStamp according to RFC4998 fails to containsHashValue.
- ArchiveTimeStampValidationException(String) - Constructor for exception org.bouncycastle.tsp.ers.ArchiveTimeStampValidationException
-
- asString(X509CertificateHolder) - Static method in class org.bouncycastle.pkix.util.X509CertificateFormatter
-
- AsymmetricKeyUnwrapper - Class in org.bouncycastle.operator
-
- AsymmetricKeyUnwrapper(AlgorithmIdentifier) - Constructor for class org.bouncycastle.operator.AsymmetricKeyUnwrapper
-
- AsymmetricKeyWrapper - Class in org.bouncycastle.operator
-
- AsymmetricKeyWrapper(AlgorithmIdentifier) - Constructor for class org.bouncycastle.operator.AsymmetricKeyWrapper
-
- AttributeCertificateHolder - Class in org.bouncycastle.cert
-
The Holder object.
- AttributeCertificateHolder(X500Name, BigInteger) - Constructor for class org.bouncycastle.cert.AttributeCertificateHolder
-
Create a holder using the baseCertificateID element.
- AttributeCertificateHolder(X509CertificateHolder) - Constructor for class org.bouncycastle.cert.AttributeCertificateHolder
-
Create a holder using the baseCertificateID option based on the passed in associated certificate,
- AttributeCertificateHolder(X500Name) - Constructor for class org.bouncycastle.cert.AttributeCertificateHolder
-
Create a holder using the entityName option based on the passed in principal.
- AttributeCertificateHolder(int, ASN1ObjectIdentifier, ASN1ObjectIdentifier, byte[]) - Constructor for class org.bouncycastle.cert.AttributeCertificateHolder
-
Constructs a holder for v2 attribute certificates with a hash value for
some type of object.
- AttributeCertificateIssuer - Class in org.bouncycastle.cert
-
Carrying class for an attribute certificate issuer.
- AttributeCertificateIssuer(AttCertIssuer) - Constructor for class org.bouncycastle.cert.AttributeCertificateIssuer
-
Set the issuer directly with the ASN.1 structure.
- AttributeCertificateIssuer(X500Name) - Constructor for class org.bouncycastle.cert.AttributeCertificateIssuer
-
- authAttrsGenerator - Variable in class org.bouncycastle.cms.CMSAuthEnvelopedGenerator
-
- AuthenticatorControl - Class in org.bouncycastle.cert.crmf
-
Carrier for an authenticator control.
- AuthenticatorControl(ASN1UTF8String) - Constructor for class org.bouncycastle.cert.crmf.AuthenticatorControl
-
Basic constructor - build from a UTF-8 string representing the token.
- AuthenticatorControl(String) - Constructor for class org.bouncycastle.cert.crmf.AuthenticatorControl
-
Basic constructor - build from a string representing the token.
- authGen - Variable in class org.bouncycastle.cms.CMSAuthenticatedGenerator
-
- CACERTS - Static variable in class org.bouncycastle.est.ESTService
-
- CACertsResponse - Class in org.bouncycastle.est
-
Holder class for a SimplePKIResponse containing the details making up /cacerts response.
- CACertsResponse(Store<X509CertificateHolder>, Store<X509CRLHolder>, ESTRequest, Source, boolean) - Constructor for class org.bouncycastle.est.CACertsResponse
-
- calculateDerivedKey(int, AlgorithmIdentifier, int) - Method in class org.bouncycastle.cms.bc.BcPasswordRecipient
-
- calculateDerivedKey(int, AlgorithmIdentifier, int) - Method in class org.bouncycastle.cms.bc.BcPasswordRecipientInfoGenerator
-
- calculateDerivedKey(int, AlgorithmIdentifier, int) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipient
-
- calculateDerivedKey(int, AlgorithmIdentifier, int) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipientInfoGenerator
-
- calculateDerivedKey(int, AlgorithmIdentifier, int) - Method in interface org.bouncycastle.cms.PasswordRecipient
-
- calculateDerivedKey(int, AlgorithmIdentifier, int) - Method in class org.bouncycastle.cms.PasswordRecipientInfoGenerator
-
- calculateDigest(byte[]) - Method in class org.bouncycastle.cert.crmf.jcajce.JcePKMACValuesCalculator
-
- calculateDigest(byte[]) - Method in interface org.bouncycastle.cert.crmf.PKMACValuesCalculator
-
- calculateHash(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSByteData
-
- calculateHash(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSCachingData
-
- calculateHash(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSDataGroup
-
Generates a hash for the whole DataGroup.
- calculateHash(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSFileData
-
- calculateHash(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSInputStreamData
-
- calculateMac(byte[], byte[]) - Method in class org.bouncycastle.cert.crmf.jcajce.JcePKMACValuesCalculator
-
- calculateMac(byte[], byte[]) - Method in interface org.bouncycastle.cert.crmf.PKMACValuesCalculator
-
- calculateNextHash(DigestCalculator) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- calculateNextHash(DigestCalculator) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- CAMELLIA128_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- CAMELLIA128_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- CAMELLIA128_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- CAMELLIA128_WRAP - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- CAMELLIA192_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- CAMELLIA192_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- CAMELLIA192_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- CAMELLIA192_WRAP - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- CAMELLIA256_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- CAMELLIA256_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- CAMELLIA256_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- CAMELLIA256_WRAP - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- canAccessChannelBinding(Socket) - Method in interface org.bouncycastle.est.jcajce.ChannelBindingProvider
-
- canRetry() - Method in class org.bouncycastle.est.EnrollmentResponse
-
- CAST5_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- CAST5_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- CCPDRequestBuilder - Class in org.bouncycastle.dvcs
-
Builder of CCPD requests (Certify Claim of Possession of Data).
- CCPDRequestBuilder() - Constructor for class org.bouncycastle.dvcs.CCPDRequestBuilder
-
- CCPDRequestData - Class in org.bouncycastle.dvcs
-
Data piece of DVCRequest for CCPD service (Certify Claim of Possession of Data).
- CERT_USAGE_ACCEPT - Static variable in class org.bouncycastle.cert.dane.DANEEntry
-
- CERT_USAGE_CA - Static variable in class org.bouncycastle.cert.dane.DANEEntry
-
- CERT_USAGE_PKIX_VALIDATE - Static variable in class org.bouncycastle.cert.dane.DANEEntry
-
- CERT_USAGE_TRUST_ANCHOR - Static variable in class org.bouncycastle.cert.dane.DANEEntry
-
- CertException - Exception in org.bouncycastle.cert
-
General checked Exception thrown in the cert package and its sub-packages.
- CertException(String, Throwable) - Constructor for exception org.bouncycastle.cert.CertException
-
- CertException(String) - Constructor for exception org.bouncycastle.cert.CertException
-
- CertificateConfirmationContent - Class in org.bouncycastle.cert.cmp
-
Carrier class for a CertConfirmContent
message.
- CertificateConfirmationContent(CertConfirmContent) - Constructor for class org.bouncycastle.cert.cmp.CertificateConfirmationContent
-
- CertificateConfirmationContent(CertConfirmContent, DigestAlgorithmIdentifierFinder) - Constructor for class org.bouncycastle.cert.cmp.CertificateConfirmationContent
-
- CertificateConfirmationContentBuilder - Class in org.bouncycastle.cert.cmp
-
Builder class for a CertConfirmContent
message.
- CertificateConfirmationContentBuilder() - Constructor for class org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder
-
- CertificateConfirmationContentBuilder(DigestAlgorithmIdentifierFinder) - Constructor for class org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder
-
- CertificateID - Class in org.bouncycastle.cert.ocsp
-
- CertificateID(CertID) - Constructor for class org.bouncycastle.cert.ocsp.CertificateID
-
- CertificateID(DigestCalculator, X509CertificateHolder, BigInteger) - Constructor for class org.bouncycastle.cert.ocsp.CertificateID
-
create from an issuer certificate and the serial number of the
certificate it signed.
- CertificatePoliciesValidation - Class in org.bouncycastle.cert.path.validations
-
- CertificatePoliciesValidationBuilder - Class in org.bouncycastle.cert.path.validations
-
- CertificatePoliciesValidationBuilder() - Constructor for class org.bouncycastle.cert.path.validations.CertificatePoliciesValidationBuilder
-
- CertificateRepMessage - Class in org.bouncycastle.cert.crmf
-
- CertificateRepMessage(CertRepMessage) - Constructor for class org.bouncycastle.cert.crmf.CertificateRepMessage
-
- CertificateRepMessageBuilder - Class in org.bouncycastle.cert.crmf
-
Builder for a CertRepMessage.
- CertificateRepMessageBuilder(X509CertificateHolder...) - Constructor for class org.bouncycastle.cert.crmf.CertificateRepMessageBuilder
-
Base constructor which can accept 0 or more certificates representing the CA plus its chain.
- CertificateReqMessages - Class in org.bouncycastle.cert.crmf
-
- CertificateReqMessages(CertReqMessages) - Constructor for class org.bouncycastle.cert.crmf.CertificateReqMessages
-
- CertificateReqMessagesBuilder - Class in org.bouncycastle.cert.crmf
-
- CertificateReqMessagesBuilder() - Constructor for class org.bouncycastle.cert.crmf.CertificateReqMessagesBuilder
-
- CertificateRequestMessage - Class in org.bouncycastle.cert.crmf
-
Carrier for a CRMF CertReqMsg.
- CertificateRequestMessage(byte[]) - Constructor for class org.bouncycastle.cert.crmf.CertificateRequestMessage
-
Create a CertificateRequestMessage from the passed in bytes.
- CertificateRequestMessage(CertReqMsg) - Constructor for class org.bouncycastle.cert.crmf.CertificateRequestMessage
-
- CertificateRequestMessageBuilder - Class in org.bouncycastle.cert.crmf
-
Builder for high-level objects built on CertReqMsg
.
- CertificateRequestMessageBuilder(BigInteger) - Constructor for class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- CertificateResponse - Class in org.bouncycastle.cert.crmf
-
High level wrapper for the CertResponse CRMF structure.
- CertificateResponse(CertResponse) - Constructor for class org.bouncycastle.cert.crmf.CertificateResponse
-
- CertificateResponseBuilder - Class in org.bouncycastle.cert.crmf
-
Builder for CertificateResponse objects (the CertResponse CRMF equivalent).
- CertificateResponseBuilder(ASN1Integer, PKIStatusInfo) - Constructor for class org.bouncycastle.cert.crmf.CertificateResponseBuilder
-
Base constructor.
- CertificateStatus - Class in org.bouncycastle.cert.cmp
-
- CertificateStatus - Interface in org.bouncycastle.cert.ocsp
-
- CertificateTrustBlock - Class in org.bouncycastle.openssl
-
- CertificateTrustBlock(Set<ASN1ObjectIdentifier>) - Constructor for class org.bouncycastle.openssl.CertificateTrustBlock
-
- CertificateTrustBlock(String, Set<ASN1ObjectIdentifier>) - Constructor for class org.bouncycastle.openssl.CertificateTrustBlock
-
- CertificateTrustBlock(String, Set<ASN1ObjectIdentifier>, Set<ASN1ObjectIdentifier>) - Constructor for class org.bouncycastle.openssl.CertificateTrustBlock
-
- CertIOException - Exception in org.bouncycastle.cert
-
General IOException thrown in the cert package and its sub-packages.
- CertIOException(String, Throwable) - Constructor for exception org.bouncycastle.cert.CertIOException
-
- CertIOException(String) - Constructor for exception org.bouncycastle.cert.CertIOException
-
- CertPath - Class in org.bouncycastle.cert.path
-
- CertPath(X509CertificateHolder[]) - Constructor for class org.bouncycastle.cert.path.CertPath
-
- CertPathValidation - Interface in org.bouncycastle.cert.path
-
- CertPathValidationContext - Class in org.bouncycastle.cert.path
-
- CertPathValidationContext(Set) - Constructor for class org.bouncycastle.cert.path.CertPathValidationContext
-
- CertPathValidationException - Exception in org.bouncycastle.cert.path
-
- CertPathValidationException(String) - Constructor for exception org.bouncycastle.cert.path.CertPathValidationException
-
- CertPathValidationException(String, Exception) - Constructor for exception org.bouncycastle.cert.path.CertPathValidationException
-
- CertPathValidationResult - Class in org.bouncycastle.cert.path
-
- CertPathValidationResult(CertPathValidationContext) - Constructor for class org.bouncycastle.cert.path.CertPathValidationResult
-
- CertPathValidationResult(CertPathValidationContext, int, int, CertPathValidationException) - Constructor for class org.bouncycastle.cert.path.CertPathValidationResult
-
- CertPathValidationResult(CertPathValidationContext, int[], int[], CertPathValidationException[]) - Constructor for class org.bouncycastle.cert.path.CertPathValidationResult
-
- CertRuntimeException - Exception in org.bouncycastle.cert
-
- CertRuntimeException(String, Throwable) - Constructor for exception org.bouncycastle.cert.CertRuntimeException
-
- certs - Variable in class org.bouncycastle.cms.CMSSignedGenerator
-
- CHAIN_VALIDITY_MODEL - Static variable in class org.bouncycastle.pkix.jcajce.X509RevocationChecker
-
This model uses the following validity model.
- ChannelBindingProvider - Interface in org.bouncycastle.est.jcajce
-
Channel Binding Provider provides a method of extracting the
ChannelBinding that can be customised specifically for the provider.
- check(Certificate, Collection<String>) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker
-
- checkCRLs(PKIXExtendedParameters, Date, Date, X509Certificate, X509Certificate, PublicKey, List, JcaJceHelper) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker
-
Checks a certificate if it is revoked.
- checkInfo(SubjectPublicKeyInfo) - Static method in class org.bouncycastle.pkix.SubjectPublicKeyInfoChecker
-
- CIPHER_ALG_NAMES - Static variable in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- clientProvider - Variable in class org.bouncycastle.est.ESTServiceBuilder
-
- clone() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
- clone() - Method in class org.bouncycastle.cert.AttributeCertificateIssuer
-
- clone() - Method in class org.bouncycastle.cert.dane.DANEEntrySelector
-
- clone() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Returns a clone of this object.
- clone() - Method in class org.bouncycastle.cert.selector.X509CertificateHolderSelector
-
- clone() - Method in class org.bouncycastle.cms.KEKRecipientId
-
- clone() - Method in class org.bouncycastle.cms.KeyAgreeRecipientId
-
- clone() - Method in class org.bouncycastle.cms.KeyTransRecipientId
-
- clone() - Method in class org.bouncycastle.cms.PasswordRecipientId
-
- clone() - Method in class org.bouncycastle.cms.RecipientId
-
- clone() - Method in class org.bouncycastle.cms.SignerId
-
- clone() - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker
-
- clone() - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecordSelector
-
- close() - Method in class org.bouncycastle.cms.CMSContentInfoParser
-
Close the underlying data stream.
- close() - Method in class org.bouncycastle.est.ESTResponse
-
- close() - Method in interface org.bouncycastle.est.Source
-
- CMPException - Exception in org.bouncycastle.cert.cmp
-
- CMPException(String, Throwable) - Constructor for exception org.bouncycastle.cert.cmp.CMPException
-
- CMPException(String) - Constructor for exception org.bouncycastle.cert.cmp.CMPException
-
- CMPRuntimeException - Exception in org.bouncycastle.cert.cmp
-
- CMPRuntimeException(String, Throwable) - Constructor for exception org.bouncycastle.cert.cmp.CMPRuntimeException
-
- CMSAbsentContent - Class in org.bouncycastle.cms
-
a class representing null or absent content.
- CMSAbsentContent() - Constructor for class org.bouncycastle.cms.CMSAbsentContent
-
- CMSAbsentContent(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cms.CMSAbsentContent
-
- CMSAlgorithm - Class in org.bouncycastle.cms
-
- CMSAlgorithm() - Constructor for class org.bouncycastle.cms.CMSAlgorithm
-
- CMSAttributeTableGenerationException - Exception in org.bouncycastle.cms
-
- CMSAttributeTableGenerationException(String) - Constructor for exception org.bouncycastle.cms.CMSAttributeTableGenerationException
-
- CMSAttributeTableGenerationException(String, Exception) - Constructor for exception org.bouncycastle.cms.CMSAttributeTableGenerationException
-
- CMSAttributeTableGenerator - Interface in org.bouncycastle.cms
-
Note: The SIGNATURE parameter is only available when generating unsigned attributes.
- CMSAuthenticatedData - Class in org.bouncycastle.cms
-
containing class for an CMS Authenticated Data object
- CMSAuthenticatedData(byte[]) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedData
-
- CMSAuthenticatedData(byte[], DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedData
-
- CMSAuthenticatedData(InputStream) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedData
-
- CMSAuthenticatedData(InputStream, DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedData
-
- CMSAuthenticatedData(ContentInfo) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedData
-
- CMSAuthenticatedData(ContentInfo, DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedData
-
- CMSAuthenticatedDataGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS authenticated-data message.
- CMSAuthenticatedDataGenerator() - Constructor for class org.bouncycastle.cms.CMSAuthenticatedDataGenerator
-
base constructor
- CMSAuthenticatedDataParser - Class in org.bouncycastle.cms
-
Parsing class for an CMS Authenticated Data object from an input stream.
- CMSAuthenticatedDataParser(byte[]) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
- CMSAuthenticatedDataParser(byte[], DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
- CMSAuthenticatedDataParser(InputStream) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
- CMSAuthenticatedDataParser(InputStream, DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
- CMSAuthenticatedDataStreamGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS authenticated-data message stream.
- CMSAuthenticatedDataStreamGenerator() - Constructor for class org.bouncycastle.cms.CMSAuthenticatedDataStreamGenerator
-
base constructor
- CMSAuthenticatedGenerator - Class in org.bouncycastle.cms
-
- CMSAuthenticatedGenerator() - Constructor for class org.bouncycastle.cms.CMSAuthenticatedGenerator
-
base constructor
- CMSAuthEnvelopedData - Class in org.bouncycastle.cms
-
containing class for an CMS AuthEnveloped Data object
- CMSAuthEnvelopedData(byte[]) - Constructor for class org.bouncycastle.cms.CMSAuthEnvelopedData
-
- CMSAuthEnvelopedData(InputStream) - Constructor for class org.bouncycastle.cms.CMSAuthEnvelopedData
-
- CMSAuthEnvelopedData(ContentInfo) - Constructor for class org.bouncycastle.cms.CMSAuthEnvelopedData
-
- CMSAuthEnvelopedDataGenerator - Class in org.bouncycastle.cms
-
- CMSAuthEnvelopedDataGenerator() - Constructor for class org.bouncycastle.cms.CMSAuthEnvelopedDataGenerator
-
base constructor
- CMSAuthEnvelopedGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS enveloped-data message.
- CMSAuthEnvelopedGenerator() - Constructor for class org.bouncycastle.cms.CMSAuthEnvelopedGenerator
-
base constructor
- CMSCompressedData - Class in org.bouncycastle.cms
-
containing class for an CMS Compressed Data object
CMSCompressedData cd = new CMSCompressedData(inputStream);
process(cd.getContent(new ZlibExpanderProvider()));
- CMSCompressedData(byte[]) - Constructor for class org.bouncycastle.cms.CMSCompressedData
-
- CMSCompressedData(InputStream) - Constructor for class org.bouncycastle.cms.CMSCompressedData
-
- CMSCompressedData(ContentInfo) - Constructor for class org.bouncycastle.cms.CMSCompressedData
-
- CMSCompressedDataGenerator - Class in org.bouncycastle.cms
-
General class for generating a compressed CMS message.
- CMSCompressedDataGenerator() - Constructor for class org.bouncycastle.cms.CMSCompressedDataGenerator
-
base constructor
- CMSCompressedDataParser - Class in org.bouncycastle.cms
-
Class for reading a CMS Compressed Data stream.
- CMSCompressedDataParser(byte[]) - Constructor for class org.bouncycastle.cms.CMSCompressedDataParser
-
- CMSCompressedDataParser(InputStream) - Constructor for class org.bouncycastle.cms.CMSCompressedDataParser
-
- CMSCompressedDataStreamGenerator - Class in org.bouncycastle.cms
-
General class for generating a compressed CMS message stream.
- CMSCompressedDataStreamGenerator() - Constructor for class org.bouncycastle.cms.CMSCompressedDataStreamGenerator
-
base constructor
- CMSConfig - Class in org.bouncycastle.cms
-
- CMSConfig() - Constructor for class org.bouncycastle.cms.CMSConfig
-
- CMSContentInfoParser - Class in org.bouncycastle.cms
-
- CMSContentInfoParser(InputStream) - Constructor for class org.bouncycastle.cms.CMSContentInfoParser
-
- CMSDigestedData - Class in org.bouncycastle.cms
-
containing class for an CMS Digested Data object
CMSDigestedData cd = new CMSDigestedData(inputStream);
process(cd.getContent());
- CMSDigestedData(byte[]) - Constructor for class org.bouncycastle.cms.CMSDigestedData
-
- CMSDigestedData(InputStream) - Constructor for class org.bouncycastle.cms.CMSDigestedData
-
- CMSDigestedData(ContentInfo) - Constructor for class org.bouncycastle.cms.CMSDigestedData
-
- CMSEncryptedData - Class in org.bouncycastle.cms
-
- CMSEncryptedData(ContentInfo) - Constructor for class org.bouncycastle.cms.CMSEncryptedData
-
- CMSEncryptedDataGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS encrypted-data message.
- CMSEncryptedDataGenerator() - Constructor for class org.bouncycastle.cms.CMSEncryptedDataGenerator
-
base constructor
- CMSEncryptedGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS encrypted-data message.
- CMSEncryptedGenerator() - Constructor for class org.bouncycastle.cms.CMSEncryptedGenerator
-
base constructor
- CMSEnvelopedData - Class in org.bouncycastle.cms
-
containing class for an CMS Enveloped Data object
Example of use - assuming the first recipient matches the private key we have.
- CMSEnvelopedData(byte[]) - Constructor for class org.bouncycastle.cms.CMSEnvelopedData
-
- CMSEnvelopedData(InputStream) - Constructor for class org.bouncycastle.cms.CMSEnvelopedData
-
- CMSEnvelopedData(ContentInfo) - Constructor for class org.bouncycastle.cms.CMSEnvelopedData
-
Construct a CMSEnvelopedData object from a content info object.
- CMSEnvelopedDataGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS enveloped-data message.
- CMSEnvelopedDataGenerator() - Constructor for class org.bouncycastle.cms.CMSEnvelopedDataGenerator
-
base constructor
- CMSEnvelopedDataParser - Class in org.bouncycastle.cms
-
Parsing class for an CMS Enveloped Data object from an input stream.
- CMSEnvelopedDataParser(byte[]) - Constructor for class org.bouncycastle.cms.CMSEnvelopedDataParser
-
- CMSEnvelopedDataParser(InputStream) - Constructor for class org.bouncycastle.cms.CMSEnvelopedDataParser
-
- CMSEnvelopedDataStreamGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS enveloped-data message stream.
- CMSEnvelopedDataStreamGenerator() - Constructor for class org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator
-
base constructor
- CMSEnvelopedGenerator - Class in org.bouncycastle.cms
-
General class for generating a CMS enveloped-data message.
- CMSEnvelopedGenerator() - Constructor for class org.bouncycastle.cms.CMSEnvelopedGenerator
-
base constructor
- CMSException - Exception in org.bouncycastle.cms
-
- CMSException(String) - Constructor for exception org.bouncycastle.cms.CMSException
-
- CMSException(String, Exception) - Constructor for exception org.bouncycastle.cms.CMSException
-
- CMSPatchKit - Class in org.bouncycastle.cms
-
Toolkit methods for dealing with common errors in CMS
classes.
- CMSPatchKit() - Constructor for class org.bouncycastle.cms.CMSPatchKit
-
- CMSProcessable - Interface in org.bouncycastle.cms
-
Use CMSTypedData instead of this.
- CMSProcessableByteArray - Class in org.bouncycastle.cms
-
a holding class for a byte array of data to be processed.
- CMSProcessableByteArray(byte[]) - Constructor for class org.bouncycastle.cms.CMSProcessableByteArray
-
- CMSProcessableByteArray(ASN1ObjectIdentifier, byte[]) - Constructor for class org.bouncycastle.cms.CMSProcessableByteArray
-
- CMSProcessableCMPCertificate - Class in org.bouncycastle.cert.cmp
-
Carrier class for a CMPCertificate over CMS.
- CMSProcessableCMPCertificate(X509CertificateHolder) - Constructor for class org.bouncycastle.cert.cmp.CMSProcessableCMPCertificate
-
- CMSProcessableCMPCertificate(CMPCertificate) - Constructor for class org.bouncycastle.cert.cmp.CMSProcessableCMPCertificate
-
- CMSProcessableFile - Class in org.bouncycastle.cms
-
a holding class for a file of data to be processed.
- CMSProcessableFile(File) - Constructor for class org.bouncycastle.cms.CMSProcessableFile
-
- CMSProcessableFile(File, int) - Constructor for class org.bouncycastle.cms.CMSProcessableFile
-
- CMSProcessableFile(ASN1ObjectIdentifier, File, int) - Constructor for class org.bouncycastle.cms.CMSProcessableFile
-
- CMSRuntimeException - Exception in org.bouncycastle.cms
-
- CMSRuntimeException(String) - Constructor for exception org.bouncycastle.cms.CMSRuntimeException
-
- CMSRuntimeException(String, Exception) - Constructor for exception org.bouncycastle.cms.CMSRuntimeException
-
- CMSSignatureAlgorithmNameGenerator - Interface in org.bouncycastle.cms
-
- CMSSignatureEncryptionAlgorithmFinder - Interface in org.bouncycastle.cms
-
Finder which is used to look up the algorithm identifiers representing the encryption algorithms that
are associated with a particular signature algorithm.
- CMSSignedData - Class in org.bouncycastle.cms
-
general class for handling a pkcs7-signature message.
- CMSSignedData(byte[]) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
- CMSSignedData(CMSProcessable, byte[]) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
- CMSSignedData(Map, byte[]) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
Content with detached signature, digests precomputed
- CMSSignedData(CMSProcessable, InputStream) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
base constructor - content with detached signature.
- CMSSignedData(InputStream) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
base constructor - with encapsulated content
- CMSSignedData(CMSProcessable, ContentInfo) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
- CMSSignedData(Map, ContentInfo) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
- CMSSignedData(ContentInfo) - Constructor for class org.bouncycastle.cms.CMSSignedData
-
- CMSSignedDataGenerator - Class in org.bouncycastle.cms
-
general class for generating a pkcs7-signature message.
- CMSSignedDataGenerator() - Constructor for class org.bouncycastle.cms.CMSSignedDataGenerator
-
base constructor
- CMSSignedDataGenerator(DigestAlgorithmIdentifierFinder) - Constructor for class org.bouncycastle.cms.CMSSignedDataGenerator
-
base constructor with a custom DigestAlgorithmIdentifierFinder
- CMSSignedDataParser - Class in org.bouncycastle.cms
-
Parsing class for an CMS Signed Data object from an input stream.
- CMSSignedDataParser(DigestCalculatorProvider, byte[]) - Constructor for class org.bouncycastle.cms.CMSSignedDataParser
-
- CMSSignedDataParser(DigestCalculatorProvider, CMSTypedStream, byte[]) - Constructor for class org.bouncycastle.cms.CMSSignedDataParser
-
- CMSSignedDataParser(DigestCalculatorProvider, InputStream) - Constructor for class org.bouncycastle.cms.CMSSignedDataParser
-
base constructor - with encapsulated content
- CMSSignedDataParser(DigestCalculatorProvider, CMSTypedStream, InputStream) - Constructor for class org.bouncycastle.cms.CMSSignedDataParser
-
base constructor
- CMSSignedDataStreamGenerator - Class in org.bouncycastle.cms
-
General class for generating a pkcs7-signature message stream.
- CMSSignedDataStreamGenerator() - Constructor for class org.bouncycastle.cms.CMSSignedDataStreamGenerator
-
base constructor
- CMSSignedDataStreamGenerator(DigestAlgorithmIdentifierFinder) - Constructor for class org.bouncycastle.cms.CMSSignedDataStreamGenerator
-
base constructor with a custom DigestAlgorithmIdentifierFinder
- CMSSignedGenerator - Class in org.bouncycastle.cms
-
- CMSSignedGenerator() - Constructor for class org.bouncycastle.cms.CMSSignedGenerator
-
base constructor
- CMSSignedGenerator(DigestAlgorithmIdentifierFinder) - Constructor for class org.bouncycastle.cms.CMSSignedGenerator
-
- CMSSignerDigestMismatchException - Exception in org.bouncycastle.cms
-
- CMSSignerDigestMismatchException(String) - Constructor for exception org.bouncycastle.cms.CMSSignerDigestMismatchException
-
- CMSStreamException - Exception in org.bouncycastle.cms
-
- CMSTimeStampedData - Class in org.bouncycastle.tsp.cms
-
- CMSTimeStampedData(ContentInfo) - Constructor for class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- CMSTimeStampedData(InputStream) - Constructor for class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- CMSTimeStampedData(byte[]) - Constructor for class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- CMSTimeStampedDataGenerator - Class in org.bouncycastle.tsp.cms
-
- CMSTimeStampedDataGenerator() - Constructor for class org.bouncycastle.tsp.cms.CMSTimeStampedDataGenerator
-
- CMSTimeStampedDataParser - Class in org.bouncycastle.tsp.cms
-
- CMSTimeStampedDataParser(InputStream) - Constructor for class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- CMSTimeStampedDataParser(byte[]) - Constructor for class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- CMSTimeStampedGenerator - Class in org.bouncycastle.tsp.cms
-
- CMSTimeStampedGenerator() - Constructor for class org.bouncycastle.tsp.cms.CMSTimeStampedGenerator
-
- CMSTypedData - Interface in org.bouncycastle.cms
-
- CMSTypedStream - Class in org.bouncycastle.cms
-
- CMSTypedStream(InputStream) - Constructor for class org.bouncycastle.cms.CMSTypedStream
-
- CMSTypedStream(String, InputStream) - Constructor for class org.bouncycastle.cms.CMSTypedStream
-
- CMSTypedStream(String, InputStream, int) - Constructor for class org.bouncycastle.cms.CMSTypedStream
-
- CMSTypedStream(ASN1ObjectIdentifier, InputStream) - Constructor for class org.bouncycastle.cms.CMSTypedStream
-
- CMSTypedStream(ASN1ObjectIdentifier, InputStream, int) - Constructor for class org.bouncycastle.cms.CMSTypedStream
-
- CMSTypedStream(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cms.CMSTypedStream
-
- CMSVerifierCertificateNotValidException - Exception in org.bouncycastle.cms
-
- CMSVerifierCertificateNotValidException(String) - Constructor for exception org.bouncycastle.cms.CMSVerifierCertificateNotValidException
-
- computePathToRoot(DigestCalculator, PartialHashtree, int) - Method in class org.bouncycastle.tsp.ers.BinaryTreeRootCalculator
-
- computePathToRoot(DigestCalculator, PartialHashtree, int) - Method in interface org.bouncycastle.tsp.ers.ERSRootNodeCalculator
-
Calculate a path from the leaf node to the root of the last computed Merkle tree.
- computeRootHash(DigestCalculator, PartialHashtree[]) - Method in class org.bouncycastle.tsp.ers.BinaryTreeRootCalculator
-
- computeRootHash(DigestCalculator, PartialHashtree[]) - Method in interface org.bouncycastle.tsp.ers.ERSRootNodeCalculator
-
Calculate the root hash of the Merkle tree from the partial hash-tree nodes.
- CONTENT_TYPE - Static variable in interface org.bouncycastle.cms.CMSAttributeTableGenerator
-
- contentHelper - Variable in class org.bouncycastle.cms.jcajce.JceKEKRecipient
-
- contentHelper - Variable in class org.bouncycastle.cms.jcajce.JceKEMRecipient
-
- contentHelper - Variable in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
- contentHelper - Variable in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
- contentHelper - Variable in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
- ContentSigner - Interface in org.bouncycastle.operator
-
General interface for an operator that is able to create a signature from
a stream of output.
- ContentVerifier - Interface in org.bouncycastle.operator
-
General interface for an operator that is able to verify a signature based
on data in a stream of output.
- ContentVerifierProvider - Interface in org.bouncycastle.operator
-
General interface for providers of ContentVerifier objects.
- Control - Interface in org.bouncycastle.cert.crmf
-
Generic interface for a CertificateRequestMessage control value.
- copy() - Method in class org.bouncycastle.cert.path.CertPathValidationContext
-
- copy() - Method in class org.bouncycastle.cert.path.validations.BasicConstraintsValidation
-
- copy() - Method in class org.bouncycastle.cert.path.validations.CertificatePoliciesValidation
-
- copy() - Method in class org.bouncycastle.cert.path.validations.CRLValidation
-
- copy() - Method in class org.bouncycastle.cert.path.validations.KeyUsageValidation
-
- copy() - Method in class org.bouncycastle.cert.path.validations.ParentCertIssuedValidation
-
- copyAndAddExtension(ASN1ObjectIdentifier, boolean, X509Certificate) - Method in class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Add a given extension field for the standard extensions tag (tag 3)
copying the extension value from another certificate.
- copyAndAddExtension(ASN1ObjectIdentifier, boolean, X509CertificateHolder) - Method in class org.bouncycastle.cert.X509v3CertificateBuilder
-
Add a given extension field for the standard extensions tag (tag 3)
copying the extension value from another certificate.
- CPDRequestBuilder - Class in org.bouncycastle.dvcs
-
Builder of DVCSRequests to CPD service (Certify Possession of Data).
- CPDRequestBuilder() - Constructor for class org.bouncycastle.dvcs.CPDRequestBuilder
-
- CPDRequestData - Class in org.bouncycastle.dvcs
-
Data piece of DVCRequest for CPD service (Certify Possession of Data).
- createAsymmetricUnwrapper(AlgorithmIdentifier, PrivateKey) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- createAsymmetricUnwrapper(AlgorithmIdentifier, PrivateKey, byte[], byte[]) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- createAsymmetricUnwrapper(ASN1ObjectIdentifier) - Method in class org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
-
- createAsymmetricUnwrapper(ASN1ObjectIdentifier) - Method in class org.bouncycastle.operator.bc.BcRSAAsymmetricKeyUnwrapper
-
- createAsymmetricWrapper(ASN1ObjectIdentifier) - Method in class org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
-
- createAsymmetricWrapper(ASN1ObjectIdentifier) - Method in class org.bouncycastle.operator.bc.BcRSAAsymmetricKeyWrapper
-
- createAuthorityKeyIdentifier(AsymmetricKeyParameter) - Method in class org.bouncycastle.cert.bc.BcX509ExtensionUtils
-
- createAuthorityKeyIdentifier(X509Certificate) - Method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
- createAuthorityKeyIdentifier(PublicKey) - Method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
- createAuthorityKeyIdentifier(PublicKey, X500Principal, BigInteger) - Method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
- createAuthorityKeyIdentifier(PublicKey, GeneralNames, BigInteger) - Method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
- createAuthorityKeyIdentifier(X509CertificateHolder) - Method in class org.bouncycastle.cert.X509ExtensionUtils
-
Create an AuthorityKeyIdentifier from the passed in arguments.
- createAuthorityKeyIdentifier(SubjectPublicKeyInfo) - Method in class org.bouncycastle.cert.X509ExtensionUtils
-
Create an AuthorityKeyIdentifier from the passed in SubjectPublicKeyInfo.
- createAuthorityKeyIdentifier(SubjectPublicKeyInfo, GeneralNames, BigInteger) - Method in class org.bouncycastle.cert.X509ExtensionUtils
-
Create an AuthorityKeyIdentifier from the passed in arguments.
- createContentCipher(Key, AlgorithmIdentifier) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- createDVCRequest(Data) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
- createEntry(String, X509CertificateHolder) - Method in class org.bouncycastle.cert.dane.DANEEntryFactory
-
Return a DANEEntry for the passed in email address and certificate.
- createEntry(String, int, X509CertificateHolder) - Method in class org.bouncycastle.cert.dane.DANEEntryFactory
-
Return a DANEEntry for the passed in email address and certificate.
- createFactory() - Method in interface org.bouncycastle.est.jcajce.SSLSocketFactoryCreator
-
- createKEMUnwrapper(AlgorithmIdentifier, PrivateKey) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- createKeyFactory(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- createKeyGenerator(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- createKeyManagerFactory(String, String, KeyStore, char[]) - Static method in class org.bouncycastle.est.jcajce.JcaJceUtils
-
- createNonDERSignerInfo(SignerInformation) - Static method in class org.bouncycastle.cms.CMSPatchKit
-
Create a SignerInformation based on original which uses definite-length
rather than DER encoding for verifying the signature on the signed attributes.
- createOriginatorPublicKey(SubjectPublicKeyInfo) - Method in class org.bouncycastle.cms.KeyAgreeRecipientInfoGenerator
-
- createSelector(String) - Method in class org.bouncycastle.cert.dane.DANEEntrySelectorFactory
-
Create a selector for the passed in email address.
- createSigner(AlgorithmIdentifier, AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcContentSignerBuilder
-
- createSigner(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcContentVerifierProviderBuilder
-
Create the correct signer for the algorithm identifier sigAlgId.
- createSigner(AlgorithmIdentifier, AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcDSAContentSignerBuilder
-
- createSigner(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcDSAContentVerifierProviderBuilder
-
- createSigner(AlgorithmIdentifier, AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcECContentSignerBuilder
-
- createSigner(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcECContentVerifierProviderBuilder
-
- createSigner(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcEdDSAContentVerifierProviderBuilder
-
- createSigner(AlgorithmIdentifier, AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcRSAContentSignerBuilder
-
- createSigner(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcRSAContentVerifierProviderBuilder
-
- createStandardAttributeTable(Map) - Method in class org.bouncycastle.cms.DefaultAuthenticatedAttributeTableGenerator
-
Create a standard attribute table from the passed in parameters - this will
normally include contentType and messageDigest.
- createStandardAttributeTable(Map) - Method in class org.bouncycastle.cms.DefaultSignedAttributeTableGenerator
-
Create a standard attribute table from the passed in parameters - this will
normally include contentType, signingTime, messageDigest, and CMS algorithm protection.
- createSubjectKeyIdentifier(AsymmetricKeyParameter) - Method in class org.bouncycastle.cert.bc.BcX509ExtensionUtils
-
Return a RFC 3280 type 1 key identifier.
- createSubjectKeyIdentifier(PublicKey) - Method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
Return a RFC 3280 type 1 key identifier.
- createSubjectKeyIdentifier(SubjectPublicKeyInfo) - Method in class org.bouncycastle.cert.X509ExtensionUtils
-
Return a RFC 5280 type 1 key identifier.
- createSymmetricUnwrapper(AlgorithmIdentifier, SecretKey) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- createTruncatedSubjectKeyIdentifier(PublicKey) - Method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
Return a RFC 3280 type 2 key identifier.
- createTruncatedSubjectKeyIdentifier(SubjectPublicKeyInfo) - Method in class org.bouncycastle.cert.X509ExtensionUtils
-
Return a RFC 5280 type 2 key identifier.
- createWithSignatureAlgorithm(SignerInformation, AlgorithmIdentifier) - Static method in class org.bouncycastle.cms.CMSPatchKit
-
Create a SignerInformation based on original has it's signatureAlgorithm replaced
with the passed in AlgorithmIdentifier.
- crlReasons - Static variable in class org.bouncycastle.pkix.jcajce.X509RevocationChecker
-
- crls - Variable in class org.bouncycastle.cms.CMSSignedGenerator
-
- CRLValidation - Class in org.bouncycastle.cert.path.validations
-
- CRLValidation(X500Name, Store) - Constructor for class org.bouncycastle.cert.path.validations.CRLValidation
-
- CRMFException - Exception in org.bouncycastle.cert.crmf
-
- CRMFException(String) - Constructor for exception org.bouncycastle.cert.crmf.CRMFException
-
- CRMFException(String, Throwable) - Constructor for exception org.bouncycastle.cert.crmf.CRMFException
-
- CRMFRuntimeException - Exception in org.bouncycastle.cert.crmf
-
- CRMFRuntimeException(String, Throwable) - Constructor for exception org.bouncycastle.cert.crmf.CRMFRuntimeException
-
- CSRAttributesResponse - Class in org.bouncycastle.est
-
Wrapper class around a CsrAttrs structure.
- CSRAttributesResponse(byte[]) - Constructor for class org.bouncycastle.est.CSRAttributesResponse
-
Create a CSRAttributesResponse from the passed in bytes.
- CSRAttributesResponse(CsrAttrs) - Constructor for class org.bouncycastle.est.CSRAttributesResponse
-
Create a CSRAttributesResponse from the passed in ASN.1 structure.
- CSRATTRS - Static variable in class org.bouncycastle.est.ESTService
-
- CSRRequestResponse - Class in org.bouncycastle.est
-
Holder class for a response containing the details making up /csrattrs response.
- CSRRequestResponse(CSRAttributesResponse, Source) - Constructor for class org.bouncycastle.est.CSRRequestResponse
-
- CTEChunkedInputStream - Class in org.bouncycastle.est
-
- CTEChunkedInputStream(InputStream) - Constructor for class org.bouncycastle.est.CTEChunkedInputStream
-
- GeneralPKIMessage - Class in org.bouncycastle.cert.cmp
-
General wrapper for a generic PKIMessage
- GeneralPKIMessage(byte[]) - Constructor for class org.bouncycastle.cert.cmp.GeneralPKIMessage
-
Create a PKIMessage from the passed in bytes.
- GeneralPKIMessage(PKIMessage) - Constructor for class org.bouncycastle.cert.cmp.GeneralPKIMessage
-
Wrap a PKIMessage ASN.1 structure.
- generate(CMSTypedData, MacCalculator) - Method in class org.bouncycastle.cms.CMSAuthenticatedDataGenerator
-
Generate an authenticated data object from the passed in typedData and MacCalculator.
- generate(CMSTypedData, MacCalculator, DigestCalculator) - Method in class org.bouncycastle.cms.CMSAuthenticatedDataGenerator
-
Generate an authenticated data object from the passed in typedData and MacCalculator.
- generate(CMSTypedData, OutputAEADEncryptor) - Method in class org.bouncycastle.cms.CMSAuthEnvelopedDataGenerator
-
generate an auth-enveloped object that contains an CMS Enveloped Data
object using the given provider.
- generate(CMSTypedData, OutputCompressor) - Method in class org.bouncycastle.cms.CMSCompressedDataGenerator
-
generate an object that contains an CMS Compressed Data
- generate(CMSTypedData, OutputEncryptor) - Method in class org.bouncycastle.cms.CMSEncryptedDataGenerator
-
generate an encrypted object that contains an CMS Encrypted Data structure.
- generate(CMSTypedData, OutputEncryptor) - Method in class org.bouncycastle.cms.CMSEnvelopedDataGenerator
-
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider.
- generate(CMSTypedData) - Method in class org.bouncycastle.cms.CMSSignedDataGenerator
-
Generate a CMS Signed Data object carrying a detached CMS signature.
- generate(CMSTypedData, boolean) - Method in class org.bouncycastle.cms.CMSSignedDataGenerator
-
Generate a CMS Signed Data object which can be carrying a detached CMS signature, or have encapsulated data, depending on the value
of the encapsulated parameter.
- generate(GenericKey) - Method in class org.bouncycastle.cms.KEKRecipientInfoGenerator
-
- generate(GenericKey) - Method in class org.bouncycastle.cms.KEMRecipientInfoGenerator
-
- generate(GenericKey) - Method in class org.bouncycastle.cms.KeyAgreeRecipientInfoGenerator
-
- generate(GenericKey) - Method in class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
-
- generate() - Method in class org.bouncycastle.cms.OriginatorInfoGenerator
-
- generate(GenericKey) - Method in class org.bouncycastle.cms.PasswordRecipientInfoGenerator
-
- generate(GenericKey) - Method in interface org.bouncycastle.cms.RecipientInfoGenerator
-
- generate(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- generate() - Method in class org.bouncycastle.openssl.MiscPEMGenerator
-
- generate() - Method in class org.bouncycastle.openssl.PKCS8Generator
-
- generate(TimeStampToken) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataGenerator
-
- generate(TimeStampToken, byte[]) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataGenerator
-
- generate(TimeStampToken, InputStream) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataGenerator
-
- generate(ERSArchiveTimeStamp) - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecordGenerator
-
- generate(List<ERSArchiveTimeStamp>) - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecordGenerator
-
- generate(String, byte[]) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- generate(String, byte[], BigInteger) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- generate(ASN1ObjectIdentifier, byte[]) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- generate(ASN1ObjectIdentifier, byte[], BigInteger) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- generate(AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- generate(AlgorithmIdentifier, byte[], BigInteger) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- generate(TimeStampRequest, BigInteger, Date) - Method in class org.bouncycastle.tsp.TimeStampResponseGenerator
-
Return an appropriate TimeStampResponse.
- generate(TimeStampRequest, BigInteger, Date) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
Generate a TimeStampToken for the passed in request and serialNumber marking it with the passed in genTime.
- generate(TimeStampRequest, BigInteger, Date, Extensions) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
Generate a TimeStampToken for the passed in request and serialNumber marking it with the passed in genTime.
- generateArchiveTimeStamp(TimeStampResponse) - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStampGenerator
-
- generateArchiveTimeStamps(TimeStampResponse) - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStampGenerator
-
- generateCounterSigners(SignerInformation) - Method in class org.bouncycastle.cms.CMSSignedDataGenerator
-
generate a set of one or more SignerInformation objects representing counter signatures on
the passed in SignerInformation object.
- generateEncryptedBytes(AlgorithmIdentifier, byte[], GenericKey) - Method in class org.bouncycastle.cms.bc.BcPasswordRecipientInfoGenerator
-
- generateEncryptedBytes(AlgorithmIdentifier, byte[], GenericKey) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipientInfoGenerator
-
- generateEncryptedBytes(AlgorithmIdentifier, byte[], GenericKey) - Method in class org.bouncycastle.cms.PasswordRecipientInfoGenerator
-
- generateFailResponse(int, int, String) - Method in class org.bouncycastle.tsp.TimeStampResponseGenerator
-
Generate a non-granted TimeStampResponse with chosen status and FailInfoField.
- generateGrantedResponse(TimeStampRequest, BigInteger, Date) - Method in class org.bouncycastle.tsp.TimeStampResponseGenerator
-
Return a granted response, if the passed in request passes validation.
- generateGrantedResponse(TimeStampRequest, BigInteger, Date, String) - Method in class org.bouncycastle.tsp.TimeStampResponseGenerator
-
Return a granted response, if the passed in request passes validation with the passed in status string.
- generateGrantedResponse(TimeStampRequest, BigInteger, Date, String, Extensions) - Method in class org.bouncycastle.tsp.TimeStampResponseGenerator
-
Return a granted response, if the passed in request passes validation with the passed in status string and extra extensions.
- generateHashRenewalRequest(DigestCalculator, ERSData, TimeStampRequestGenerator) - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecord
-
- generateHashRenewalRequest(DigestCalculator, ERSData, TimeStampRequestGenerator, BigInteger) - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecord
-
- generateRecipientEncryptedKeys(AlgorithmIdentifier, AlgorithmIdentifier, GenericKey) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
- generateRecipientEncryptedKeys(AlgorithmIdentifier, AlgorithmIdentifier, GenericKey) - Method in class org.bouncycastle.cms.KeyAgreeRecipientInfoGenerator
-
- generateRejectedResponse(Exception) - Method in class org.bouncycastle.tsp.TimeStampResponseGenerator
-
Generate a generic rejection response based on a TSPValidationException or
an Exception.
- generateTimeStampRenewalRequest(TimeStampRequestGenerator) - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecord
-
- generateTimeStampRenewalRequest(TimeStampRequestGenerator, BigInteger) - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecord
-
- generateTimeStampRequest(TimeStampRequestGenerator) - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStampGenerator
-
- generateTimeStampRequest(TimeStampRequestGenerator, BigInteger) - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStampGenerator
-
- generateUnwrappedKey(AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
-
- generateUnwrappedKey(AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper
-
- generateUnwrappedKey(AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
-
- generateUnwrappedKey(AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.operator.jcajce.JceKTSKeyUnwrapper
-
- generateUnwrappedKey(AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.operator.jcajce.JceSymmetricKeyUnwrapper
-
- generateUnwrappedKey(AlgorithmIdentifier, byte[]) - Method in interface org.bouncycastle.operator.KeyUnwrapper
-
- generateWrappedKey(GenericKey) - Method in class org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper
-
- generateWrappedKey(GenericKey) - Method in class org.bouncycastle.operator.bc.BcSymmetricKeyWrapper
-
- generateWrappedKey(GenericKey) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
- generateWrappedKey(GenericKey) - Method in class org.bouncycastle.operator.jcajce.JceKTSKeyWrapper
-
- generateWrappedKey(GenericKey) - Method in class org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
-
- generateWrappedKey(GenericKey) - Method in interface org.bouncycastle.operator.KeyWrapper
-
- GenericKey - Class in org.bouncycastle.operator
-
- GenericKey(Object) - Constructor for class org.bouncycastle.operator.GenericKey
-
- GenericKey(AlgorithmIdentifier, byte[]) - Constructor for class org.bouncycastle.operator.GenericKey
-
- GenericKey(AlgorithmIdentifier, Object) - Constructor for class org.bouncycastle.operator.GenericKey
-
- GenTimeAccuracy - Class in org.bouncycastle.tsp
-
- GenTimeAccuracy(Accuracy) - Constructor for class org.bouncycastle.tsp.GenTimeAccuracy
-
- get(AlgorithmIdentifier, char[]) - Method in class org.bouncycastle.cert.crmf.PKMACBuilder
-
- get(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.jcajce.ZlibExpanderProvider
-
- get(RecipientId) - Method in class org.bouncycastle.cms.RecipientInformationStore
-
Return the first RecipientInformation object that matches the
passed in selector.
- get(SignerId) - Method in class org.bouncycastle.cms.SignerInformationStore
-
Return the first SignerInformation object that matches the
passed in selector.
- get(SignerId) - Method in interface org.bouncycastle.cms.SignerInformationVerifierProvider
-
Return a SignerInformationVerifierProvider suitable for the passed in SID.
- get(String) - Method in class org.bouncycastle.openssl.bc.BcPEMDecryptorProvider
-
- get(String) - Method in interface org.bouncycastle.openssl.PEMDecryptorProvider
-
- get(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcDefaultDigestProvider
-
- get(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.bc.BcDigestCalculatorProvider
-
- get(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.bc.BcDigestProvider
-
- get(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.ContentVerifierProvider
-
Return a ContentVerifier that matches the passed in algorithm identifier,
- get(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.DigestCalculatorProvider
-
- get(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.InputDecryptorProvider
-
- get(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.InputExpanderProvider
-
- get(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.MacCalculatorProvider
-
- get(AlgorithmIdentifier, char[]) - Method in interface org.bouncycastle.operator.PBEMacCalculatorProvider
-
- get(AlgorithmIdentifier) - Method in class org.bouncycastle.pkcs.bc.BcPKCS12MacCalculatorBuilderProvider
-
- get(AlgorithmIdentifier) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilderProvider
-
- get(AlgorithmIdentifier) - Method in interface org.bouncycastle.pkcs.PKCS12MacCalculatorBuilderProvider
-
- getAADStream() - Method in class org.bouncycastle.cms.RecipientOperator
-
- getAADStream() - Method in interface org.bouncycastle.operator.AADProcessor
-
Return a stream to write associated data to in order to have it incorporated into the
AEAD cipher's MAC.
- getAbsoluteReadLimit() - Method in class org.bouncycastle.est.ESTResponse
-
- getAbsoluteReadLimit() - Method in interface org.bouncycastle.est.LimitedSource
-
Return the maximum number of bytes available from this source.
- getAccuracy() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getAlgorithm() - Method in interface org.bouncycastle.openssl.PEMEncryptor
-
- getAlgorithmID() - Method in class org.bouncycastle.cms.PasswordRecipient.PRF
-
- getAlgorithmIdentifier() - Method in class org.bouncycastle.cert.dane.TruncatingDigestCalculator
-
- getAlgorithmIdentifier(ASN1ObjectIdentifier, AlgorithmParameterSpec) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- getAlgorithmIdentifier() - Method in class org.bouncycastle.cms.jcajce.ZlibCompressor
-
- getAlgorithmIdentifier() - Method in class org.bouncycastle.operator.AsymmetricKeyUnwrapper
-
- getAlgorithmIdentifier() - Method in class org.bouncycastle.operator.AsymmetricKeyWrapper
-
- getAlgorithmIdentifier() - Method in class org.bouncycastle.operator.BufferingContentSigner
-
Return the algorithm identifier supported by this signer.
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.ContentSigner
-
Return the algorithm identifier describing the signature
algorithm and parameters this signer generates.
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.ContentVerifier
-
Return the algorithm identifier describing the signature
algorithm and parameters this verifier supports.
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.DigestCalculator
-
Return the algorithm identifier representing the digest implemented by
this calculator.
- getAlgorithmIdentifier() - Method in class org.bouncycastle.operator.GenericKey
-
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.InputDecryptor
-
Return the algorithm identifier describing the encryption
algorithm and parameters this decryptor can process.
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.InputExpander
-
Return the algorithm identifier describing the compression
algorithm and parameters this expander supports.
- getAlgorithmIdentifier(ASN1ObjectIdentifier, AlgorithmParameters) - Method in class org.bouncycastle.operator.jcajce.JcaAlgorithmParametersConverter
-
- getAlgorithmIdentifier(ASN1ObjectIdentifier, AlgorithmParameterSpec) - Method in class org.bouncycastle.operator.jcajce.JcaAlgorithmParametersConverter
-
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.KeyUnwrapper
-
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.KeyWrapper
-
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.MacCalculator
-
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.OutputCompressor
-
Return the algorithm identifier describing the compression
algorithm and parameters this compressor uses.
- getAlgorithmIdentifier() - Method in interface org.bouncycastle.operator.OutputEncryptor
-
Return the algorithm identifier describing the encryption
algorithm and parameters this encryptor uses.
- getAlgorithmIdentifier() - Method in class org.bouncycastle.operator.SymmetricKeyUnwrapper
-
- getAlgorithmIdentifier() - Method in class org.bouncycastle.operator.SymmetricKeyWrapper
-
- getAlgorithmName(ASN1ObjectIdentifier) - Method in interface org.bouncycastle.operator.AlgorithmNameFinder
-
Return a string representation of the passed in objectIdentifier.
- getAlgorithmName(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.AlgorithmNameFinder
-
Return a string representation of the passed in AlgorithmIdentifier, based on the OID in the AlgorithmField, with the parameters
included where appropriate.
- getAlgorithmName(ASN1ObjectIdentifier) - Method in class org.bouncycastle.operator.DefaultAlgorithmNameFinder
-
- getAlgorithmName(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.DefaultAlgorithmNameFinder
-
- getAlgorithmName(ASN1ObjectIdentifier) - Method in class org.bouncycastle.operator.DefaultSignatureNameFinder
-
- getAlgorithmName(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.DefaultSignatureNameFinder
-
Return the signature name for the passed in algorithm identifier.
- getAlgorithmParameters(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.jcajce.JceAlgorithmIdentifierConverter
-
- getAlias() - Method in class org.bouncycastle.openssl.CertificateTrustBlock
-
- getArchiveType() - Method in class org.bouncycastle.cert.crmf.PKIArchiveControl
-
Return the archive control type, one of: encryptedPrivKey,keyGenParameters,or archiveRemGenPrivKey.
- getAssociatedCertificate() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getAssociatedCertificate() - Method in class org.bouncycastle.cms.SignerInformationVerifier
-
- getAssociatedCertificate() - Method in interface org.bouncycastle.operator.ContentVerifierProvider
-
Return the associated certificate if there is one.
- getAttributeCert() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Returns the attribute certificate holder which must be matched.
- getAttributeCertificates() - Method in class org.bouncycastle.cms.CMSSignedData
-
Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.
- getAttributeCertificates() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.
- getAttributeCertificates() - Method in class org.bouncycastle.tsp.TimeStampToken
-
- getAttributeCertificateValid() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Get the criteria for the validity.
- getAttributes() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the attributes, if any associated with this request.
- getAttributes(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return an array of attributes matching the passed in type OID.
- getAttributes(Map) - Method in interface org.bouncycastle.cms.CMSAttributeTableGenerator
-
- getAttributes(Map) - Method in class org.bouncycastle.cms.DefaultAuthenticatedAttributeTableGenerator
-
- getAttributes(Map) - Method in class org.bouncycastle.cms.DefaultSignedAttributeTableGenerator
-
- getAttributes(Map) - Method in class org.bouncycastle.cms.SimpleAttributeTableGenerator
-
- getAttributes() - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
Return the attributes, if any associated with this request.
- getAttributes(ASN1ObjectIdentifier) - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
Return an array of attributes matching the passed in type OID.
- getAttributes() - Method in class org.bouncycastle.pkcs.PKCS12SafeBag
-
- getAttributesResponse() - Method in class org.bouncycastle.est.CSRRequestResponse
-
- getAuthAttrs() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
return a table of the digested attributes indexed by
the OID of the attribute.
- getAuthAttrs() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
return a table of the unauthenticated attributes indexed by
the OID of the attribute.
- getAuthAttrs() - Method in class org.bouncycastle.cms.CMSAuthEnvelopedData
-
return a table of the authenticated attributes (as in those used to provide associated data) indexed by
the OID of the attribute.
- getBagValue() - Method in class org.bouncycastle.pkcs.PKCS12SafeBag
-
- getBaseParameters(ASN1ObjectIdentifier, AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.CMSAuthenticatedGenerator
-
- getBaseParameters(ASN1ObjectIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
- getBody() - Method in class org.bouncycastle.cert.cmp.GeneralPKIMessage
-
- getBody() - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessage
-
Return the message body.
- getBody() - Method in exception org.bouncycastle.est.ESTException
-
- getCACerts() - Method in class org.bouncycastle.est.ESTService
-
Query the EST server for ca certificates.
- getCalculatedDigest() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getCalculatingOutputStream() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getCause() - Method in exception org.bouncycastle.cert.CertException
-
- getCause() - Method in exception org.bouncycastle.cert.CertIOException
-
- getCause() - Method in exception org.bouncycastle.cert.CertRuntimeException
-
- getCause() - Method in exception org.bouncycastle.cert.cmp.CMPException
-
- getCause() - Method in exception org.bouncycastle.cert.cmp.CMPRuntimeException
-
- getCause() - Method in exception org.bouncycastle.cert.crmf.CRMFException
-
- getCause() - Method in exception org.bouncycastle.cert.crmf.CRMFRuntimeException
-
- getCause() - Method in exception org.bouncycastle.cert.dane.DANEException
-
- getCause() - Method in exception org.bouncycastle.cert.ocsp.OCSPException
-
- getCause() - Method in exception org.bouncycastle.cert.path.CertPathValidationException
-
- getCause() - Method in class org.bouncycastle.cert.path.CertPathValidationResult
-
- getCause() - Method in exception org.bouncycastle.cms.CMSAttributeTableGenerationException
-
- getCause() - Method in exception org.bouncycastle.cms.CMSException
-
- getCause() - Method in exception org.bouncycastle.cms.CMSRuntimeException
-
- getCause() - Method in exception org.bouncycastle.cms.CMSStreamException
-
- getCause() - Method in exception org.bouncycastle.dvcs.DVCSException
-
- getCause() - Method in exception org.bouncycastle.eac.EACException
-
- getCause() - Method in exception org.bouncycastle.eac.EACIOException
-
- getCause() - Method in exception org.bouncycastle.est.ESTException
-
- getCause() - Method in exception org.bouncycastle.openssl.EncryptionException
-
- getCause() - Method in exception org.bouncycastle.openssl.PEMException
-
- getCause() - Method in exception org.bouncycastle.operator.OperatorException
-
- getCause() - Method in exception org.bouncycastle.operator.OperatorStreamException
-
- getCause() - Method in exception org.bouncycastle.operator.RuntimeOperatorException
-
- getCause() - Method in exception org.bouncycastle.pkcs.PKCSException
-
- getCause() - Method in exception org.bouncycastle.pkcs.PKCSIOException
-
- getCause() - Method in exception org.bouncycastle.tsp.ers.ERSException
-
- getCause() - Method in exception org.bouncycastle.tsp.TSPException
-
- getCause() - Method in exception org.bouncycastle.tsp.TSPIOException
-
- getCauses() - Method in class org.bouncycastle.cert.path.CertPathValidationResult
-
- getCertID() - Method in class org.bouncycastle.cert.ocsp.Req
-
- getCertID() - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
- getCertificate(Recipient) - Method in class org.bouncycastle.cert.crmf.CertificateResponse
-
Return the CMPCertificate representing the plaintext certificate in the response.
- getCertificate() - Method in class org.bouncycastle.cert.crmf.CertificateResponse
-
Return the CMPCertificate representing the plaintext certificate in the response.
- getCertificate() - Method in class org.bouncycastle.cert.dane.DANEEntry
-
Return the certificate associated with this entry.
- getCertificate(X509CertificateHolder) - Method in class org.bouncycastle.cert.jcajce.JcaX509CertificateConverter
-
Use the configured converter to produce a X509Certificate object from a X509CertificateHolder object.
- getCertificate() - Method in class org.bouncycastle.pkix.PKIXIdentity
-
Return the certificate associated with the private key info.
- getCertificateChain() - Method in class org.bouncycastle.pkix.PKIXIdentity
-
Return the certificate chain associated with the private key info.
- getCertificateHolder() - Method in class org.bouncycastle.openssl.X509TrustedCertificateBlock
-
Return the certificate associated with this Trusted Certificate
- getCertificateHolderSelector(X509CertSelector) - Method in class org.bouncycastle.cert.selector.jcajce.JcaSelectorConverter
-
- getCertificateIssuer() - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Return the available names for the certificate issuer for the certificate referred to by this CRL entry.
- getCertificates() - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessage
-
Return the extra certificates associated with this message.
- getCertificates() - Method in class org.bouncycastle.cert.path.CertPath
-
- getCertificates() - Method in class org.bouncycastle.cms.CMSSignedData
-
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
- getCertificates() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
Return any X.509 certificate objects in this SignedData structure as a Store of X509CertificateHolder objects.
- getCertificates() - Method in class org.bouncycastle.cms.OriginatorInformation
-
Return the certificates stored in the underlying OriginatorInfo object.
- getCertificates() - Method in class org.bouncycastle.tsp.TimeStampToken
-
- getCertificateStore() - Method in class org.bouncycastle.est.CACertsResponse
-
- getCertPathTrustManager(Set<TrustAnchor>, CRL[]) - Static method in class org.bouncycastle.est.jcajce.JcaJceUtils
-
- getCertReq() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getCertReqId() - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessage
-
Return the certificate request ID for this message.
- getCertRequestID() - Method in class org.bouncycastle.cert.cmp.CertificateStatus
-
- getCerts() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getCerts() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getCerts() - Method in class org.bouncycastle.dvcs.VPKCRequestData
-
Get contained certs choice data..
- getCertSelector(X509CertificateHolderSelector) - Method in class org.bouncycastle.cert.selector.jcajce.JcaX509CertSelectorConverter
-
- getCertSelector(KeyTransRecipientId) - Method in class org.bouncycastle.cms.jcajce.JcaX509CertSelectorConverter
-
- getCertSelector(SignerId) - Method in class org.bouncycastle.cms.jcajce.JcaX509CertSelectorConverter
-
- getCertStatus() - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
Return the status object for the response - null indicates good.
- getCertTemplate() - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessage
-
Return the certificate template contained in this message.
- getChallenge() - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- getChannelBinding(Socket, String) - Method in interface org.bouncycastle.est.jcajce.ChannelBindingProvider
-
- getClient() - Method in class org.bouncycastle.est.ESTRequest
-
- getCMPCertificates() - Method in class org.bouncycastle.cert.crmf.CertificateRepMessage
-
Return the actual CMP certificates - useful if the array also contains non-X509 PK certificates.
- getCompressedContentType() - Method in class org.bouncycastle.cms.CMSCompressedData
-
- getContent() - Method in class org.bouncycastle.cert.cmp.CMSProcessableCMPCertificate
-
- getContent() - Method in class org.bouncycastle.cms.CMSAbsentContent
-
- getContent(InputExpanderProvider) - Method in class org.bouncycastle.cms.CMSCompressedData
-
Return the uncompressed content.
- getContent(InputExpanderProvider) - Method in class org.bouncycastle.cms.CMSCompressedDataParser
-
Return a typed stream which will allow the reading of the compressed content in
expanded form.
- getContent(InputDecryptorProvider) - Method in class org.bouncycastle.cms.CMSEncryptedData
-
- getContent() - Method in interface org.bouncycastle.cms.CMSProcessable
-
- getContent() - Method in class org.bouncycastle.cms.CMSProcessableByteArray
-
- getContent() - Method in class org.bouncycastle.cms.CMSProcessableFile
-
Return the file handle.
- getContent() - Method in class org.bouncycastle.cms.PKCS7ProcessableObject
-
- getContent() - Method in class org.bouncycastle.cms.PKCS7TypedStream
-
- getContent(Recipient) - Method in class org.bouncycastle.cms.RecipientInformation
-
Return the decrypted/encapsulated content in the EnvelopedData after recovering the content
encryption/MAC key using the passed in Recipient.
- getContent() - Method in class org.bouncycastle.dvcs.DVCSMessage
-
- getContent() - Method in class org.bouncycastle.dvcs.DVCSRequest
-
Return the ASN.1 DVCSRequest structure making up the body of this request.
- getContent() - Method in class org.bouncycastle.dvcs.DVCSResponse
-
Return the ASN.1 DVCSResponse structure making up the body of this response.
- getContent() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getContent() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- getContentDigest() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
- getContentDigest() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
This will only be valid after the content has been read.
- getContentDigest() - Method in class org.bouncycastle.cms.RecipientInformation
-
Return the content digest calculated during the read of the content if one has been generated.
- getContentDigest() - Method in class org.bouncycastle.cms.SignerInformation
-
return the content digest that was calculated during verification.
- getContentEncryptionAlgorithm() - Method in class org.bouncycastle.cms.CMSEnvelopedData
-
Return the content encryption algorithm details for the data in this object.
- getContentEncryptionAlgorithm() - Method in class org.bouncycastle.cms.CMSEnvelopedDataParser
-
Return the content encryption algorithm details for the data in this object.
- getContentInfo() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
- getContentInfos() - Method in class org.bouncycastle.pkcs.PKCS12PfxPdu
-
Return the content infos in the AuthenticatedSafe contained in this Pfx.
- getContentLength() - Method in class org.bouncycastle.est.ESTResponse
-
- getContentStream(InputExpanderProvider) - Method in class org.bouncycastle.cms.CMSCompressedData
-
- getContentStream(InputDecryptorProvider) - Method in class org.bouncycastle.cms.CMSEncryptedData
-
- getContentStream() - Method in class org.bouncycastle.cms.CMSTypedStream
-
- getContentStream() - Method in class org.bouncycastle.cms.PKCS7TypedStream
-
- getContentStream(Recipient) - Method in class org.bouncycastle.cms.RecipientInformation
-
Return a CMSTypedStream representing the content in the EnvelopedData after recovering the content
encryption/MAC key using the passed in Recipient.
- getContentType() - Method in class org.bouncycastle.cert.cmp.CMSProcessableCMPCertificate
-
- getContentType() - Method in class org.bouncycastle.cms.CMSAbsentContent
-
- getContentType() - Method in class org.bouncycastle.cms.CMSCompressedData
-
- getContentType() - Method in class org.bouncycastle.cms.CMSDigestedData
-
- getContentType() - Method in class org.bouncycastle.cms.CMSProcessableByteArray
-
- getContentType() - Method in class org.bouncycastle.cms.CMSProcessableFile
-
- getContentType() - Method in interface org.bouncycastle.cms.CMSTypedData
-
- getContentType() - Method in class org.bouncycastle.cms.CMSTypedStream
-
- getContentType() - Method in class org.bouncycastle.cms.PKCS7ProcessableObject
-
- getContentType() - Method in class org.bouncycastle.cms.RecipientInformation
-
Return the content type of the encapsulated data accessed by this recipient.
- getContentType() - Method in class org.bouncycastle.cms.SignerInformation
-
- getContentType() - Method in class org.bouncycastle.dvcs.DVCSMessage
-
- getContentVerifier(AlgorithmIdentifier, AlgorithmIdentifier) - Method in class org.bouncycastle.cms.SignerInformationVerifier
-
- getControl(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessage
-
Return a control value of the specified type.
- getCounterSignatures() - Method in class org.bouncycastle.cms.SignerInformation
-
Return a SignerInformationStore containing the counter signatures attached to this
signer.
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
critical extensions contained in this holder's attribute certificate.
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
critical extensions contained in this holder's certificate.
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
critical extensions contained in this holder's CRL entry.
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509CRLHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
critical extensions contained in this holder's CRL.
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
Returns a set of ASN1ObjectIdentifiers giving the critical extensions.
- getCRL(X509CRLHolder) - Method in class org.bouncycastle.cert.jcajce.JcaX509CRLConverter
-
Use the configured converter to produce a X509CRL object from a X509CRLHolder object.
- getCRLs() - Method in class org.bouncycastle.cms.CMSSignedData
-
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
- getCRLs() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
- getCRLs() - Method in class org.bouncycastle.cms.OriginatorInformation
-
Return the CRLs stored in the underlying OriginatorInfo object.
- getCRLs() - Method in class org.bouncycastle.tsp.TimeStampToken
-
- getCrlStore() - Method in class org.bouncycastle.est.CACertsResponse
-
- getCSRAttributes() - Method in class org.bouncycastle.est.ESTService
-
Fetch he CSR Attributes from the server.
- getData() - Method in class org.bouncycastle.dvcs.DVCSRequest
-
Get data of DVCRequest.
- getData() - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecordSelector
-
- getDataLocations() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get data locations, where the copy of request Data can be obtained.
- getDataUri() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getDataUri() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- getDekAlgName() - Method in class org.bouncycastle.openssl.PEMEncryptedKeyPair
-
Return the key encryption algorithm name that was in the original DEK-Info field.
- getDigest() - Method in class org.bouncycastle.cert.dane.TruncatingDigestCalculator
-
- getDigest() - Method in interface org.bouncycastle.operator.DigestCalculator
-
Return the digest calculated on what has been written to the calculator's output stream.
- getDigestAlgOID() - Method in class org.bouncycastle.cms.SignerInformation
-
return the object identifier for the signature.
- getDigestAlgorithm() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Returns algorithm identifier for the digest used if ObjectDigestInfo is present.
- getDigestAlgorithm() - Method in class org.bouncycastle.cms.CMSDigestedData
-
- getDigestAlgorithm() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getDigestAlgorithmID() - Method in class org.bouncycastle.cms.SignerInformation
-
- getDigestAlgorithmIdentifier() - Method in class org.bouncycastle.pkcs.bc.BcPKCS12MacCalculatorBuilder
-
- getDigestAlgorithmIdentifier() - Method in class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilder
-
- getDigestAlgorithmIdentifier() - Method in interface org.bouncycastle.pkcs.PKCS12MacCalculatorBuilder
-
- getDigestAlgorithmIdentifier() - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStamp
-
- getDigestAlgorithmIDs() - Method in class org.bouncycastle.cms.CMSSignedData
-
Return the digest algorithm identifiers for the SignedData object
- getDigestAlgorithmIDs() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
Return the digest algorithm identifiers for the SignedData object
- getDigestAlgorithms() - Method in class org.bouncycastle.cms.CMSSignedDataStreamGenerator
-
Return a list of the current Digest AlgorithmIdentifiers applying to the next signature.
- getDigestAlgParams() - Method in class org.bouncycastle.cms.SignerInformation
-
return the signature parameters, or null if there aren't any.
- getDigestCalculator(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.SignerInformationVerifier
-
- getDigestedContent() - Method in class org.bouncycastle.cms.CMSDigestedData
-
Return the digested content
- getDigestedObjectType() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Returns the digest object type if an object digest info is used.
- getDomainName() - Method in class org.bouncycastle.cert.dane.DANEEntry
-
- getDomainName() - Method in class org.bouncycastle.cert.dane.DANEEntrySelector
-
- getDVCSNames() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get names of DVCS servers.
- getEncapsulation() - Method in class org.bouncycastle.cms.KEMKeyWrapper
-
- getEncoded() - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessage
-
Return the ASN.1 encoding of the certReqMsg we wrap.
- getEncoded() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cert.ocsp.OCSPResp
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the ASN.1 encoding of this holder's attribute certificate.
- getEncoded() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the ASN.1 encoding of this holder's certificate.
- getEncoded() - Method in class org.bouncycastle.cert.X509CRLHolder
-
Return the ASN.1 encoding of this holder's CRL.
- getEncoded() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cms.CMSAuthEnvelopedData
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cms.CMSCompressedData
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cms.CMSDigestedData
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cms.CMSEnvelopedData
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.cms.CMSSignedData
-
return the ASN.1 encoded representation of this object.
- getEncoded(String) - Method in class org.bouncycastle.cms.CMSSignedData
-
return the ASN.1 encoded representation of this object using the specified encoding.
- getEncoded() - Method in class org.bouncycastle.est.CSRAttributesResponse
-
- getEncoded() - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- getEncoded() - Method in class org.bouncycastle.openssl.X509TrustedCertificateBlock
-
- getEncoded() - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
- getEncoded() - Method in class org.bouncycastle.pkcs.PKCS12PfxPdu
-
- getEncoded(String) - Method in class org.bouncycastle.pkcs.PKCS12PfxPdu
-
Return a Pfx with the outer wrapper encoded as asked for.
- getEncoded() - Method in class org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo
-
- getEncoded() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getEncoded() - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStamp
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecord
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.tsp.TimeStampResponse
-
return the ASN.1 encoded representation of this object.
- getEncoded(String) - Method in class org.bouncycastle.tsp.TimeStampResponse
-
return the ASN.1 encoded representation of this object for the specific encoding type.
- getEncoded() - Method in class org.bouncycastle.tsp.TimeStampToken
-
Return a ASN.1 encoded byte stream representing the encoded object.
- getEncoded(String) - Method in class org.bouncycastle.tsp.TimeStampToken
-
return the ASN.1 encoded representation of this object using the specified encoding.
- getEncoded() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getEncodedSignedAttributes() - Method in class org.bouncycastle.cms.SignerInformation
-
return the DER encoding of the signed attributes.
- getEncryptedCertificate() - Method in class org.bouncycastle.cert.crmf.CertificateResponse
-
Return a CMSEnvelopedData representing the encrypted certificate contained in the response.
- getEncryptedData() - Method in class org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo
-
- getEncryptionAlgOID() - Method in class org.bouncycastle.cms.CMSEnvelopedData
-
return the object identifier for the content encryption algorithm.
- getEncryptionAlgOID() - Method in class org.bouncycastle.cms.CMSEnvelopedDataParser
-
return the object identifier for the content encryption algorithm.
- getEncryptionAlgOID() - Method in class org.bouncycastle.cms.SignerInformation
-
return the object identifier for the signature.
- getEncryptionAlgorithm() - Method in class org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfo
-
- getEncryptionAlgParams() - Method in class org.bouncycastle.cms.CMSEnvelopedData
-
return the ASN.1 encoded encryption algorithm parameters, or null if
there aren't any.
- getEncryptionAlgParams() - Method in class org.bouncycastle.cms.CMSEnvelopedDataParser
-
return the ASN.1 encoded encryption algorithm parameters, or null if
there aren't any.
- getEncryptionAlgParams() - Method in class org.bouncycastle.cms.SignerInformation
-
return the signature/encryption algorithm parameters, or null if
there aren't any.
- getEntityNames() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Return any principal objects inside the attribute certificate holder
entity names field.
- getEntries() - Method in interface org.bouncycastle.cert.dane.DANEEntryFetcher
-
- getEnvelopedData() - Method in class org.bouncycastle.cert.crmf.PKIArchiveControl
-
Return the enveloped data structure contained in this control.
- getExpiryTime() - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStamp
-
Return the not-after date for the time-stamp's signing certificate
if it is present.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Look up the extension associated with the passed in OID.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Look up the extension associated with the passed in OID.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Look up the extension associated with the passed in OID.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509CRLHolder
-
Look up the extension associated with the passed in OID.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509v2AttributeCertificateBuilder
-
Return the current value of the extension for OID.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Return the current value of the extension for OID.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cert.X509v3CertificateBuilder
-
Return the current value of the extension for OID.
- getExtension(ASN1ObjectIdentifier) - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
- getExtensionOIDs() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the
extensions contained in this holder's attribute certificate.
- getExtensionOIDs() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the
extensions contained in this holder's certificate.
- getExtensionOIDs() - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the
extensions contained in this holder's CRL entry.
- getExtensionOIDs() - Method in class org.bouncycastle.cert.X509CRLHolder
-
Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the
extensions contained in this holder's CRL.
- getExtensionOIDs() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getExtensions() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the extensions block associated with this certificate if there is one.
- getExtensions() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the extensions block associated with this certificate if there is one.
- getExtensions() - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Return the extensions block associated with this CRL entry if there is one.
- getExtensions() - Method in class org.bouncycastle.cert.X509CRLHolder
-
Return the extensions block associated with this CRL if there is one.
- getExtensions() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getFailInfo() - Method in class org.bouncycastle.tsp.TimeStampResponse
-
- getFailingCertIndex() - Method in class org.bouncycastle.cert.path.CertPathValidationResult
-
- getFailingCertIndexes() - Method in class org.bouncycastle.cert.path.CertPathValidationResult
-
- getFailingRuleIndex() - Method in class org.bouncycastle.cert.path.CertPathValidationResult
-
- getFailingRuleIndexes() - Method in class org.bouncycastle.cert.path.CertPathValidationResult
-
- getFailureCode() - Method in exception org.bouncycastle.tsp.TSPValidationException
-
Return the failure code associated with this exception - if one is set.
- getFileName() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getFileName() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- getFiles() - Method in class org.bouncycastle.tsp.ers.ERSDirectoryDataGroup
-
Return a list of the plain files in this data group.
- getFirst() - Method in class org.bouncycastle.tsp.ers.SortedHashList
-
- getFirst() - Method in class org.bouncycastle.tsp.ers.SortedIndexedHashList
-
- getFlags() - Method in class org.bouncycastle.cert.dane.DANEEntry
-
- getGeneratedDigests() - Method in class org.bouncycastle.cms.CMSSignedGenerator
-
Return a map of oids and byte arrays representing the digests calculated on the content during
the last generate.
- getGeneratedVersion() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getGenTime() - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStamp
-
Return the generation time of the time-stamp associated with
this archive time stamp.
- getGenTime() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getGenTimeAccuracy() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getHash(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSCachingData
-
Generates a hash for the whole DataGroup.
- getHash(DigestCalculator, byte[]) - Method in interface org.bouncycastle.tsp.ers.ERSData
-
Return the calculated hash for the Data
- getHash(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSDataGroup
-
Return the calculated hash for the Data
- getHashAlgOID() - Method in class org.bouncycastle.cert.ocsp.CertificateID
-
- getHashAlgorithm() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getHashes(DigestCalculator, byte[]) - Method in class org.bouncycastle.tsp.ers.ERSDataGroup
-
Generates hashes for all the data objects included in the data group with a previous chain hash.
- getHeader() - Method in class org.bouncycastle.cert.cmp.GeneralPKIMessage
-
- getHeader() - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessage
-
Return the message header.
- getHeader(String) - Method in class org.bouncycastle.est.ESTResponse
-
- getHeaderOrEmpty(String) - Method in class org.bouncycastle.est.ESTResponse
-
- getHeaders() - Method in class org.bouncycastle.est.ESTRequest
-
- getHeaders() - Method in class org.bouncycastle.est.ESTResponse
-
- getHijacker() - Method in class org.bouncycastle.est.ESTRequest
-
- getHolder() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Gets the holder.
- getHolder() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the holder details for this attribute certificate.
- getHttpVersion() - Method in class org.bouncycastle.est.ESTResponse
-
- getInputStream() - Method in class org.bouncycastle.cms.CMSAbsentContent
-
- getInputStream() - Method in class org.bouncycastle.cms.CMSProcessableByteArray
-
- getInputStream() - Method in class org.bouncycastle.cms.CMSProcessableFile
-
- getInputStream(InputStream) - Method in class org.bouncycastle.cms.RecipientOperator
-
- getInputStream() - Method in class org.bouncycastle.est.ESTResponse
-
- getInputStream() - Method in interface org.bouncycastle.est.Source
-
- getInputStream(InputStream) - Method in interface org.bouncycastle.operator.InputDecryptor
-
Wrap the passed in input stream encIn, returning an input stream
that decrypts what it reads from encIn before returning it.
- getInputStream(InputStream) - Method in interface org.bouncycastle.operator.InputExpander
-
Wrap the passed in input stream comIn, returning an input stream
that expands anything read in from comIn.
- getIntendedAlg() - Method in class org.bouncycastle.cert.crmf.EncryptedValueParser
-
- getIssuer() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Return the principals associated with the issuer attached to this holder
- getIssuer() - Method in class org.bouncycastle.cert.cmp.RevocationDetails
-
- getIssuer(X509Certificate) - Static method in class org.bouncycastle.cert.jcajce.JcaX500NameUtil
-
- getIssuer(X500NameStyle, X509Certificate) - Static method in class org.bouncycastle.cert.jcajce.JcaX500NameUtil
-
- getIssuer() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Returns the issuer criterion.
- getIssuer() - Method in class org.bouncycastle.cert.selector.X509CertificateHolderSelector
-
- getIssuer() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the issuer details for this attribute certificate.
- getIssuer() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the issuer of this certificate.
- getIssuer() - Method in class org.bouncycastle.cert.X509CRLHolder
-
Return the issuer of this holder's CRL.
- getIssuer() - Method in class org.bouncycastle.cms.KeyAgreeRecipientId
-
- getIssuer() - Method in class org.bouncycastle.cms.KeyTransRecipientId
-
- getIssuer() - Method in class org.bouncycastle.cms.SignerId
-
- getIssuerAlternativeNames(X509Certificate) - Static method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
- getIssuerKeyHash() - Method in class org.bouncycastle.cert.ocsp.CertificateID
-
- getIssuerNameHash() - Method in class org.bouncycastle.cert.ocsp.CertificateID
-
- getIssuerUniqueID() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
- getIV() - Method in interface org.bouncycastle.openssl.PEMEncryptor
-
- getJceKey(ASN1ObjectIdentifier, GenericKey) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- getKdfAlgorithmIdentifier() - Method in class org.bouncycastle.cms.KEMKeyWrapper
-
- getKekLength() - Method in class org.bouncycastle.cms.KEMKeyWrapper
-
- getKey(PublicKeyDataObject) - Method in class org.bouncycastle.eac.jcajce.JcaPublicKeyConverter
-
- getKey() - Method in interface org.bouncycastle.operator.MacCalculator
-
Return the key used for calculating the MAC.
- getKey() - Method in interface org.bouncycastle.operator.OutputEncryptor
-
Return the key used for encrypting the output.
- getKeyDerivationAlgOID() - Method in class org.bouncycastle.cms.PasswordRecipientInformation
-
return the object identifier for the key derivation algorithm, or null
if there is none present.
- getKeyDerivationAlgorithm() - Method in class org.bouncycastle.cms.PasswordRecipientInformation
-
Return the key derivation algorithm details for the key in this recipient.
- getKeyDerivationAlgParams() - Method in class org.bouncycastle.cms.PasswordRecipientInformation
-
return the ASN.1 encoded key derivation algorithm parameters, or null if
there aren't any.
- getKeyEncryptionAlgOID() - Method in class org.bouncycastle.cms.RecipientInformation
-
return the object identifier for the key encryption algorithm.
- getKeyEncryptionAlgorithm() - Method in class org.bouncycastle.cms.RecipientInformation
-
Return the key encryption algorithm details for the key in this recipient.
- getKeyEncryptionAlgParams() - Method in class org.bouncycastle.cms.RecipientInformation
-
return the ASN.1 encoded key encryption algorithm parameters, or null if
there aren't any.
- getKeyIdentifier() - Method in class org.bouncycastle.cms.KEKRecipientId
-
- getKeyPair(PEMKeyPair) - Method in class org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
-
- getKeySize(AlgorithmIdentifier) - Method in class org.bouncycastle.operator.DefaultSecretKeySizeProvider
-
- getKeySize(ASN1ObjectIdentifier) - Method in class org.bouncycastle.operator.DefaultSecretKeySizeProvider
-
- getKeySize(AlgorithmIdentifier) - Method in interface org.bouncycastle.operator.SecretKeySizeProvider
-
- getKeySize(ASN1ObjectIdentifier) - Method in interface org.bouncycastle.operator.SecretKeySizeProvider
-
Return the key size implied by the OID, if one exists.
- getKeyTransRecipientId(X509CertSelector) - Method in class org.bouncycastle.cms.jcajce.JcaSelectorConverter
-
- getListener() - Method in class org.bouncycastle.est.ESTRequest
-
- getMac() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
- getMac() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
- getMac() - Method in class org.bouncycastle.cms.CMSAuthEnvelopedData
-
Return the MAC value that was originally calculated for this AuthEnveloped data.
- getMac() - Method in class org.bouncycastle.cms.RecipientInformation
-
Return the MAC calculated for the recipient.
- getMac() - Method in class org.bouncycastle.cms.RecipientOperator
-
- getMAC() - Method in interface org.bouncycastle.operator.AADProcessor
-
Return the final value of AEAD cipher's MAC.
- getMac() - Method in interface org.bouncycastle.operator.MacCalculator
-
Return the calculated MAC based on what has been written to the stream.
- getMac() - Method in class org.bouncycastle.operator.MacCaptureStream
-
- getMacAlgOID() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
return the object identifier for the content MAC algorithm.
- getMacAlgOID() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
return the object identifier for the mac algorithm.
- getMacAlgorithm() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
Return the MAC algorithm details for the MAC associated with the data in this object.
- getMacAlgorithm() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
Return the MAC algorithm details for the MAC associated with the data in this object.
- getMacAlgorithmID() - Method in class org.bouncycastle.pkcs.PKCS12PfxPdu
-
Return the algorithm identifier describing the MAC algorithm
- getMacAlgParams() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
return the ASN.1 encoded MAC algorithm parameters, or null if
there aren't any.
- getMacAlgParams() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
return the ASN.1 encoded encryption algorithm parameters, or null if
there aren't any.
- getMatches(Selector) - Method in class org.bouncycastle.cert.dane.DANEEntryStore
-
Return a collection of entries matching the passed in selector.
- getMatches(Selector<ERSEvidenceRecord>) - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecordStore
-
- getMediaType() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getMediaType() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- getMessage() - Method in class org.bouncycastle.dvcs.CPDRequestData
-
Get contained message (data to be certified).
- getMessage() - Method in class org.bouncycastle.dvcs.VSDRequestData
-
Get contained message (data to be certified).
- getMessage() - Method in exception org.bouncycastle.est.ESTException
-
- getMessageImprint() - Method in class org.bouncycastle.dvcs.CCPDRequestData
-
Get MessageImprint value
- getMessageImprintAlgID() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getMessageImprintAlgOID() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getMessageImprintAlgOID() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getMessageImprintDigest() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getMessageImprintDigest() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getMessageImprintDigestCalculator(DigestCalculatorProvider) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
Returns an appropriately initialised digest calculator based on the message imprint algorithm
described in the first time stamp in the TemporalData for this message.
- getMessageImprintDigestCalculator(DigestCalculatorProvider) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
Returns an appropriately initialised digest calculator based on the message imprint algorithm
described in the first time stamp in the TemporalData for this message.
- getMethod() - Method in class org.bouncycastle.est.ESTRequest
-
- getMicros() - Method in class org.bouncycastle.tsp.GenTimeAccuracy
-
- getMillis() - Method in class org.bouncycastle.tsp.GenTimeAccuracy
-
- getName() - Method in class org.bouncycastle.cms.PasswordRecipient.PRF
-
- getNames() - Method in class org.bouncycastle.cert.AttributeCertificateIssuer
-
- getNextUpdate() - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
return the NextUpdate value - note: this is an optional field so may
be returned as null.
- getNextUpdate() - Method in class org.bouncycastle.cert.X509CRLHolder
-
- getNonce() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get nonce if it is set.
- getNonce() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getNonce() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
non-critical extensions contained in this holder's attribute certificate.
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
non-critical extensions contained in this holder's certificate.
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
non-critical extensions contained in this holder's CRL entry.
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.X509CRLHolder
-
Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the
non-critical extensions contained in this holder's CRL.
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
Returns a set of ASN1ObjectIdentifiers giving the non-critical extensions.
- getNotAfter() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the date after which this attribute certificate is not valid.
- getNotAfter() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the date after which this certificate is not valid.
- getNotBefore() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the date before which this attribute certificate is not valid.
- getNotBefore() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the date before which this certificate is not valid.
- getNotBefore() - Method in class org.bouncycastle.est.EnrollmentResponse
-
- getObjectDigest() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Returns the hash if an object digest info is used.
- getOIDSet() - Method in class org.bouncycastle.operator.DefaultAlgorithmNameFinder
-
- getOriginalRequest() - Method in class org.bouncycastle.est.ESTResponse
-
- getOriginator() - Method in class org.bouncycastle.cms.KeyAgreeRecipientInformation
-
Return the originator details for this recipient.
- getOriginatorInfo() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
Return the originator information associated with this message if present.
- getOriginatorInfo() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
Return the originator information associated with this message if present.
- getOriginatorInfo() - Method in class org.bouncycastle.cms.CMSAuthEnvelopedData
-
Return the originator information associated with this message if present.
- getOriginatorInfo() - Method in class org.bouncycastle.cms.CMSEnvelopedData
-
Return the originator information associated with this message if present.
- getOriginatorInfo() - Method in class org.bouncycastle.cms.CMSEnvelopedDataParser
-
Return the originator information associated with this message if present.
- getOtherMetaData() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getOtherMetaData() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- getOtherObjectTypeID() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Returns the digest algorithm ID if an object digest info is used.
- getOtherRevocationInfo(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cms.CMSSignedData
-
Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in
this SignedData structure.
- getOtherRevocationInfo(ASN1ObjectIdentifier) - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in
this SignedData structure.
- getOutputStream() - Method in class org.bouncycastle.cert.dane.TruncatingDigestCalculator
-
- getOutputStream(OutputStream) - Method in class org.bouncycastle.cms.jcajce.ZlibCompressor
-
- getOutputStream() - Method in interface org.bouncycastle.eac.operator.EACSignatureVerifier
-
Returns a stream that will accept data for the purpose of calculating
a signature for later verification.
- getOutputStream() - Method in interface org.bouncycastle.eac.operator.EACSigner
-
Returns a stream that will accept data for the purpose of calculating
a signature.
- getOutputStream() - Method in interface org.bouncycastle.est.Source
-
- getOutputStream() - Method in class org.bouncycastle.operator.BufferingContentSigner
-
Return the buffering stream.
- getOutputStream() - Method in interface org.bouncycastle.operator.ContentSigner
-
Returns a stream that will accept data for the purpose of calculating
a signature.
- getOutputStream() - Method in interface org.bouncycastle.operator.ContentVerifier
-
Returns a stream that will accept data for the purpose of calculating
a signature for later verification.
- getOutputStream() - Method in interface org.bouncycastle.operator.DigestCalculator
-
Returns a stream that will accept data for the purpose of calculating
a digest.
- getOutputStream() - Method in interface org.bouncycastle.operator.MacCalculator
-
Returns a stream that will accept data for the purpose of calculating
the MAC for later verification.
- getOutputStream(OutputStream) - Method in interface org.bouncycastle.operator.OutputCompressor
-
Wrap the passed in output stream comOut, returning an output stream
that compresses anything passed in before sending on to comOut.
- getOutputStream(OutputStream) - Method in interface org.bouncycastle.operator.OutputEncryptor
-
Wrap the passed in output stream encOut, returning an output stream
that encrypts anything passed in before sending on to encOut.
- getPaddedData(byte[]) - Method in class org.bouncycastle.cert.crmf.bc.BcFixedLengthMGF1Padder
-
- getPaddedData(byte[]) - Method in interface org.bouncycastle.cert.crmf.EncryptedValuePadder
-
Return a byte array of padded data.
- getParsedMessage() - Method in class org.bouncycastle.dvcs.VSDRequestData
-
Get the CMS SignedData object represented by the encoded message.
- getPartyVInfoFromRID(KeyTransRecipientId) - Static method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
- getPassword() - Method in class org.bouncycastle.cms.bc.BcPasswordRecipient
-
- getPassword() - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipient
-
- getPassword() - Method in interface org.bouncycastle.cms.PasswordRecipient
-
- getPassword() - Method in interface org.bouncycastle.openssl.PasswordFinder
-
Deprecated.
- getPasswordConversionScheme() - Method in class org.bouncycastle.cms.bc.BcPasswordRecipient
-
- getPasswordConversionScheme() - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipient
-
- getPasswordConversionScheme() - Method in interface org.bouncycastle.cms.PasswordRecipient
-
- getPolicy() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getPrimaryRootHash() - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecord
-
Return the timestamp imprint for the initial ArchiveTimeStamp in this evidence record.
- getPrivateKey(PrivateKeyInfo) - Method in class org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
-
- getPrivateKey() - Method in class org.bouncycastle.pkix.jcajce.JcaPKIXIdentity
-
Return the private key for this identity.
- getPrivateKeyAlgorithmIdentifier() - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
- getPrivateKeyAlgorithmIdentifier() - Method in interface org.bouncycastle.cms.KeyAgreeRecipient
-
- getPrivateKeyInfo() - Method in class org.bouncycastle.est.EnrollmentResponse
-
- getPrivateKeyInfo() - Method in class org.bouncycastle.openssl.PEMKeyPair
-
- getPrivateKeyInfo() - Method in class org.bouncycastle.pkix.PKIXIdentity
-
Return the private key info for this identity.
- getProducedAt() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getProducedAt() - Method in class org.bouncycastle.cert.ocsp.RespData
-
- getProhibitions() - Method in class org.bouncycastle.openssl.CertificateTrustBlock
-
- getProofOfPossessionType() - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessage
-
Return the type of the proof-of-possession this request message provides.
- getProtectionAlgorithm() - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessage
-
Return the message's protection algorithm.
- getPublicKey() - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessage
-
- getPublicKey() - Method in class org.bouncycastle.mozilla.jcajce.JcaSignedPublicKeyAndChallenge
-
- getPublicKey(String) - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- getPublicKey(SubjectPublicKeyInfo) - Method in class org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
-
- getPublicKey() - Method in class org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest
-
- getPublicKey() - Method in class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequest
-
- getPublicKeyAndChallenge() - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- getPublicKeyDataObject() - Method in class org.bouncycastle.eac.EACCertificateHolder
-
- getPublicKeyDataObject() - Method in class org.bouncycastle.eac.EACCertificateRequestHolder
-
- getPublicKeyDataObject(ASN1ObjectIdentifier, PublicKey) - Method in class org.bouncycastle.eac.jcajce.JcaPublicKeyConverter
-
- getPublicKeyInfo() - Method in class org.bouncycastle.openssl.PEMKeyPair
-
- getRDATA() - Method in class org.bouncycastle.cert.dane.DANEEntry
-
Return the full data string as it would appear in the DNS record - flags + encoding
- getRecipientId() - Method in class org.bouncycastle.pkix.PKIXIdentity
-
Return a RecipientId for the identity's (private key, certificate) pair.
- getRecipientInfos() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
return a store of the intended recipients for this message
- getRecipientInfos() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
return a store of the intended recipients for this message
- getRecipientInfos() - Method in class org.bouncycastle.cms.CMSAuthEnvelopedData
-
return a store of the intended recipients for this message
- getRecipientInfos() - Method in class org.bouncycastle.cms.CMSEnvelopedData
-
return a store of the intended recipients for this message
- getRecipientInfos() - Method in class org.bouncycastle.cms.CMSEnvelopedDataParser
-
return a store of the intended recipients for this message
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.bc.BcKEKEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[], byte[]) - Method in class org.bouncycastle.cms.bc.BcPasswordEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.bc.BcRSAKeyTransEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKEKAuthenticatedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKEKEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKEMEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, SubjectPublicKeyInfo, ASN1OctetString, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeAuthenticatedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, SubjectPublicKeyInfo, ASN1OctetString, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransAuthenticatedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransAuthEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransAuthenticatedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[], byte[]) - Method in class org.bouncycastle.cms.jcajce.JcePasswordAuthenticatedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[], byte[]) - Method in class org.bouncycastle.cms.jcajce.JcePasswordEnvelopedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in interface org.bouncycastle.cms.KEKRecipient
-
- getRecipientOperator(Recipient) - Method in class org.bouncycastle.cms.KEKRecipientInformation
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in interface org.bouncycastle.cms.KEMRecipient
-
- getRecipientOperator(Recipient) - Method in class org.bouncycastle.cms.KEMRecipientInformation
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, SubjectPublicKeyInfo, ASN1OctetString, byte[]) - Method in interface org.bouncycastle.cms.KeyAgreeRecipient
-
- getRecipientOperator(Recipient) - Method in class org.bouncycastle.cms.KeyAgreeRecipientInformation
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in interface org.bouncycastle.cms.KeyTransRecipient
-
- getRecipientOperator(Recipient) - Method in class org.bouncycastle.cms.KeyTransRecipientInformation
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[], byte[]) - Method in interface org.bouncycastle.cms.PasswordRecipient
-
- getRecipientOperator(Recipient) - Method in class org.bouncycastle.cms.PasswordRecipientInformation
-
- getRecipientOperator(Recipient) - Method in class org.bouncycastle.cms.RecipientInformation
-
- getRecipients() - Method in class org.bouncycastle.cms.RecipientInformationStore
-
Return all recipients in the collection
- getRecipients(RecipientId) - Method in class org.bouncycastle.cms.RecipientInformationStore
-
Return possible empty collection with recipients matching the passed in RecipientId
- getRepresentation() - Method in class org.bouncycastle.operator.GenericKey
-
- getReqPolicy() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getRequestedExtensions() - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
Return any extensions requested in the PKCS#10 request.
- getRequester() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get names of requesting entity, if set.
- getRequestInfo() - Method in class org.bouncycastle.dvcs.DVCSRequest
-
Get RequestInformation envelope.
- getRequestList() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getRequestorName() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getRequestPolicy() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get policy, under which the validation is requested.
- getRequests() - Method in class org.bouncycastle.cert.crmf.CertificateReqMessages
-
- getRequestTime() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get request generation time if it is set.
- getRequestToRetry() - Method in class org.bouncycastle.est.CACertsResponse
-
- getRequestToRetry() - Method in class org.bouncycastle.est.EnrollmentResponse
-
- getRequirements() - Method in class org.bouncycastle.est.CSRAttributesResponse
-
- getResponderId() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getResponderId() - Method in class org.bouncycastle.cert.ocsp.RespData
-
- getResponseExtensions() - Method in class org.bouncycastle.cert.ocsp.RespData
-
- getResponseObject() - Method in class org.bouncycastle.cert.ocsp.OCSPResp
-
- getResponses() - Method in class org.bouncycastle.cert.crmf.CertificateRepMessage
-
- getResponses() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getResponses() - Method in class org.bouncycastle.cert.ocsp.RespData
-
- getRevocationDate() - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Return the date on which the certificate associated with this CRLEntry was revoked.
- getRevocationReason() - Method in class org.bouncycastle.cert.ocsp.RevokedStatus
-
return the revocation reason.
- getRevocationTime() - Method in class org.bouncycastle.cert.ocsp.RevokedStatus
-
- getRevokedCertificate(BigInteger) - Method in class org.bouncycastle.cert.X509CRLHolder
-
- getRevokedCertificates() - Method in class org.bouncycastle.cert.X509CRLHolder
-
Return a collection of X509CRLEntryHolder objects, giving the details of the
revoked certificates that appear on this CRL.
- getRID() - Method in class org.bouncycastle.cms.RecipientInformation
-
- getSafeBags() - Method in class org.bouncycastle.pkcs.PKCS12SafeBagFactory
-
- getSeconds() - Method in class org.bouncycastle.tsp.GenTimeAccuracy
-
- getSerialNumber() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Return the serial number associated with the issuer attached to this
holder.
- getSerialNumber() - Method in class org.bouncycastle.cert.cmp.RevocationDetails
-
- getSerialNumber() - Method in class org.bouncycastle.cert.ocsp.CertificateID
-
return the serial number for the certificate associated
with this request.
- getSerialNumber() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Gets the serial number the attribute certificate must have.
- getSerialNumber() - Method in class org.bouncycastle.cert.selector.X509CertificateHolderSelector
-
- getSerialNumber() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the serial number of this attribute certificate.
- getSerialNumber() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the serial number of this attribute certificate.
- getSerialNumber() - Method in class org.bouncycastle.cert.X509CRLEntryHolder
-
Return the serial number of the certificate associated with this CRLEntry.
- getSerialNumber() - Method in class org.bouncycastle.cms.KeyAgreeRecipientId
-
- getSerialNumber() - Method in class org.bouncycastle.cms.KeyTransRecipientId
-
- getSerialNumber() - Method in class org.bouncycastle.cms.SignerId
-
- getSerialNumber() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getServiceType() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get requested service type.
- getSession() - Method in class org.bouncycastle.est.CACertsResponse
-
- getSession() - Method in class org.bouncycastle.est.CSRRequestResponse
-
- getSession() - Method in class org.bouncycastle.est.EnrollmentResponse
-
- getSession() - Method in interface org.bouncycastle.est.Source
-
- getSID() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getSID() - Method in class org.bouncycastle.cms.SignerInformation
-
- getSID() - Method in class org.bouncycastle.tsp.TimeStampToken
-
- getSignature() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getSignature() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getSignature() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the bytes making up the signature associated with this attribute certificate.
- getSignature() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the bytes making up the signature associated with this attribute certificate.
- getSignature() - Method in class org.bouncycastle.cms.SignerInformation
-
return the encoded signature
- getSignature() - Method in interface org.bouncycastle.eac.operator.EACSigner
-
Returns a signature based on the current data written to the stream, since the
start or the last call to getSignature().
- getSignature() - Method in class org.bouncycastle.operator.BufferingContentSigner
-
Generate signature from internally buffered data.
- getSignature() - Method in interface org.bouncycastle.operator.ContentSigner
-
Returns a signature based on the current data written to the stream, since the
start or the last call to getSignature().
- getSignature() - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
Return the bytes making up the signature associated with this request.
- getSignatureAlgOID() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getSignatureAlgOID() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
return the object identifier representing the signature algorithm
- getSignatureAlgorithm() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
Return the details of the signature algorithm used to create this attribute certificate.
- getSignatureAlgorithm() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the details of the signature algorithm used to create this attribute certificate.
- getSignatureAlgorithm() - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
Return the details of the signature algorithm used to create this request.
- getSignatureAlgorithmID() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
Return the algorithm identifier describing the signature used in the response.
- getSignatureName(AlgorithmIdentifier, AlgorithmIdentifier) - Method in interface org.bouncycastle.cms.CMSSignatureAlgorithmNameGenerator
-
Return the digest algorithm using one of the standard string
representations rather than the algorithm object identifier (if possible).
- getSignatureName(AlgorithmIdentifier, AlgorithmIdentifier) - Method in class org.bouncycastle.cms.DefaultCMSSignatureAlgorithmNameGenerator
-
- getSignatureTimestamps(SignerInformation, DigestCalculatorProvider) - Static method in class org.bouncycastle.tsp.TSPUtil
-
Fetches the signature time-stamp attributes from a SignerInformation object.
- getSignedAttributes() - Method in class org.bouncycastle.cms.SignerInformation
-
return a table of the signed attributes - indexed by
the OID of the attribute.
- getSignedAttributes() - Method in class org.bouncycastle.tsp.TimeStampToken
-
- getSignedAttributeTableGenerator() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getSignedContent() - Method in class org.bouncycastle.cms.CMSSignedData
-
- getSignedContent() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
- getSignedContentTypeOID() - Method in class org.bouncycastle.cms.CMSSignedData
-
Return the a string representation of the OID associated with the
encapsulated content info structure carried in the signed data.
- getSignedContentTypeOID() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
Return the a string representation of the OID associated with the
encapsulated content info structure carried in the signed data.
- getSignerId(X509CertSelector) - Method in class org.bouncycastle.cms.jcajce.JcaSelectorConverter
-
- getSignerInfos() - Method in class org.bouncycastle.cms.CMSSignedData
-
return the collection of signers that are associated with the
signatures for the message.
- getSignerInfos() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
return the collection of signers that are associated with the
signatures for the message.
- getSigners() - Method in class org.bouncycastle.cms.SignerInformationStore
-
Return all signers in the collection
- getSigners(SignerId) - Method in class org.bouncycastle.cms.SignerInformationStore
-
Return possible empty collection with signers matching the passed in SignerId
- getSigningCertificate() - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStamp
-
Return the TimeStamp signing certificate if it is present.
- getSigningCertificate() - Method in class org.bouncycastle.tsp.ers.ERSEvidenceRecord
-
Return the TimeStamp signing certificate if it is present.
- getSingleRequestExtensions() - Method in class org.bouncycastle.cert.ocsp.Req
-
- getSource() - Method in class org.bouncycastle.est.CSRRequestResponse
-
- getSource() - Method in class org.bouncycastle.est.EnrollmentResponse
-
- getSource() - Method in class org.bouncycastle.est.ESTResponse
-
- getStatus() - Method in class org.bouncycastle.cert.ocsp.OCSPResp
-
- getStatus() - Method in class org.bouncycastle.tsp.TimeStampResponse
-
- getStatusCode() - Method in exception org.bouncycastle.est.ESTException
-
- getStatusCode() - Method in class org.bouncycastle.est.ESTResponse
-
- getStatusInfo() - Method in class org.bouncycastle.cert.cmp.CertificateStatus
-
- getStatusMessage() - Method in class org.bouncycastle.est.ESTResponse
-
- getStatusMessages() - Method in class org.bouncycastle.cert.cmp.CertificateConfirmationContent
-
- getStatusString() - Method in class org.bouncycastle.tsp.TimeStampResponse
-
- getStore() - Method in class org.bouncycastle.est.EnrollmentResponse
-
- getSubdirectories() - Method in class org.bouncycastle.tsp.ers.ERSDirectoryDataGroup
-
Return a list of the subdirectories in this data group.
- getSubject() - Method in class org.bouncycastle.cert.cmp.RevocationDetails
-
- getSubject(X509Certificate) - Static method in class org.bouncycastle.cert.jcajce.JcaX500NameUtil
-
- getSubject(X500NameStyle, X509Certificate) - Static method in class org.bouncycastle.cert.jcajce.JcaX500NameUtil
-
- getSubject() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the subject this certificate is for.
- getSubject() - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
Return the subject on this request.
- getSubjectAlternativeNames(X509Certificate) - Static method in class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
- getSubjectKeyIdentifier() - Method in class org.bouncycastle.cert.selector.X509CertificateHolderSelector
-
- getSubjectKeyIdentifier() - Method in class org.bouncycastle.cms.KeyAgreeRecipientId
-
- getSubjectKeyIdentifier() - Method in class org.bouncycastle.cms.KeyTransRecipientId
-
- getSubjectKeyIdentifier() - Method in class org.bouncycastle.cms.SignerId
-
- getSubjectPublicKeyInfo() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
Return the SubjectPublicKeyInfo describing the public key this certificate is carrying.
- getSubjectPublicKeyInfo() - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- getSubjectPublicKeyInfo() - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequest
-
Return the SubjectPublicKeyInfo describing the public key this request is carrying.
- getSubjectX500Principal() - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessage
-
- getSupportedExtensions() - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker
-
- getSupportedTypes() - Method in class org.bouncycastle.openssl.PEMParser
-
- getTargetGroups() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Gets the target groups.
- getTargetNames() - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelector
-
Gets the target names.
- getTBSResponseData() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
Return the DER encoding of the tbsResponseData field.
- getThisUpdate() - Method in class org.bouncycastle.cert.ocsp.SingleResp
-
- getThisUpdate() - Method in class org.bouncycastle.cert.X509CRLHolder
-
- getTimeStampInfo() - Method in class org.bouncycastle.tsp.TimeStampToken
-
- getTimeStampToken() - Method in exception org.bouncycastle.tsp.cms.ImprintDigestInvalidException
-
- getTimeStampToken() - Method in class org.bouncycastle.tsp.ers.ERSArchiveTimeStamp
-
- getTimeStampToken() - Method in class org.bouncycastle.tsp.TimeStampResponse
-
- getTimeStampTokens() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getTimeStampTokens() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- getTLSUnique() - Method in interface org.bouncycastle.est.TLSUniqueProvider
-
Return the TLS unique value.
- getTransactionIdentifier() - Method in class org.bouncycastle.dvcs.DVCSRequest
-
Get the transaction identifier of request.
- getTrustAllTrustManager() - Static method in class org.bouncycastle.est.jcajce.JcaJceUtils
-
- getTrustBlock() - Method in class org.bouncycastle.openssl.X509TrustedCertificateBlock
-
Return the trust block associated with this Trusted Certificate
- getTsa() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getType() - Method in class org.bouncycastle.cert.crmf.AuthenticatorControl
-
Return the type of this control.
- getType() - Method in interface org.bouncycastle.cert.crmf.Control
-
Return the type of this control.
- getType() - Method in class org.bouncycastle.cert.crmf.PKIArchiveControl
-
Return the type of this control.
- getType() - Method in class org.bouncycastle.cert.crmf.RegTokenControl
-
Return the type of this control.
- getType() - Method in class org.bouncycastle.cms.RecipientId
-
Return the type code for this recipient ID.
- getType() - Method in class org.bouncycastle.pkcs.PKCS12SafeBag
-
Return the BagId giving the type of content in the bag.
- getUnauthAttrs() - Method in class org.bouncycastle.cms.CMSAuthenticatedData
-
return a table of the undigested attributes indexed by
the OID of the attribute.
- getUnauthAttrs() - Method in class org.bouncycastle.cms.CMSAuthenticatedDataParser
-
return a table of the unauthenticated attributes indexed by
the OID of the attribute.
- getUnauthAttrs() - Method in class org.bouncycastle.cms.CMSAuthEnvelopedData
-
return a table of the unauthenticated attributes indexed by
the OID of the attribute.
- getUnderlyingException() - Method in exception org.bouncycastle.cms.CMSAttributeTableGenerationException
-
- getUnderlyingException() - Method in exception org.bouncycastle.cms.CMSException
-
- getUnderlyingException() - Method in exception org.bouncycastle.cms.CMSRuntimeException
-
- getUnderlyingException() - Method in exception org.bouncycastle.openssl.PEMException
-
- getUnderlyingException() - Method in exception org.bouncycastle.tsp.TSPException
-
- getUnderlyingException() - Method in exception org.bouncycastle.tsp.TSPIOException
-
- getUnhandledCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.path.CertPathValidationContext
-
- getUnhandledCriticalExtensionOIDs() - Method in class org.bouncycastle.cert.path.CertPathValidationResult
-
- getUnpaddedData(byte[]) - Method in class org.bouncycastle.cert.crmf.bc.BcFixedLengthMGF1Padder
-
- getUnpaddedData(byte[]) - Method in interface org.bouncycastle.cert.crmf.EncryptedValuePadder
-
Return a byte array of with padding removed.
- getUnprotectedAttributes() - Method in class org.bouncycastle.cms.CMSEnvelopedData
-
return a table of the unprotected attributes indexed by
the OID of the attribute.
- getUnprotectedAttributes() - Method in class org.bouncycastle.cms.CMSEnvelopedDataParser
-
return a table of the unprotected attributes indexed by
the OID of the attribute.
- getUnsignedAttributes() - Method in class org.bouncycastle.cms.SignerInformation
-
return a table of the unsigned attributes indexed by
the OID of the attribute.
- getUnsignedAttributes() - Method in class org.bouncycastle.tsp.TimeStampToken
-
- getUnsignedAttributeTableGenerator() - Method in class org.bouncycastle.cms.SignerInfoGenerator
-
- getURL() - Method in class org.bouncycastle.est.ESTRequest
-
- getUsageIdentifier() - Method in interface org.bouncycastle.eac.operator.EACSignatureVerifier
-
Return the usage OID specifying the signature type.
- getUsageIdentifier() - Method in interface org.bouncycastle.eac.operator.EACSigner
-
- getUserKeyingMaterial(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
- getUserKeyingMaterial(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.KeyAgreeRecipientInfoGenerator
-
- getUserKeyingMaterial() - Method in class org.bouncycastle.cms.KeyAgreeRecipientInformation
-
Return the userKeyingMaterial for this agreement recipient.
- getUses() - Method in class org.bouncycastle.openssl.CertificateTrustBlock
-
- getValue() - Method in class org.bouncycastle.cert.crmf.AuthenticatorControl
-
Return the token associated with this control (a UTF8String).
- getValue() - Method in interface org.bouncycastle.cert.crmf.Control
-
Return the value contained in this control object.
- getValue() - Method in class org.bouncycastle.cert.crmf.PKIArchiveControl
-
Return the underlying ASN.1 object.
- getValue() - Method in class org.bouncycastle.cert.crmf.RegTokenControl
-
Return the token associated with this control (a UTF8String).
- getValueDecryptor(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cert.crmf.jcajce.JceAsymmetricValueDecryptorGenerator
-
- getValueDecryptor(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in interface org.bouncycastle.cert.crmf.ValueDecryptorGenerator
-
- getVersion() - Method in class org.bouncycastle.cert.ocsp.BasicOCSPResp
-
- getVersion() - Method in class org.bouncycastle.cert.ocsp.RespData
-
- getVersion() - Method in class org.bouncycastle.cert.X509AttributeCertificateHolder
-
- getVersion() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
- getVersion() - Method in class org.bouncycastle.cms.CMSSignedData
-
Return the version number for this object
- getVersion() - Method in class org.bouncycastle.cms.CMSSignedDataParser
-
Return the version number for the SignedData object
- getVersion() - Method in class org.bouncycastle.cms.SignerInformation
-
return the version number for this objects underlying SignerInfo structure.
- getVersion() - Method in class org.bouncycastle.dvcs.DVCSRequestInfo
-
Get DVCS version of request.
- getVersion() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- getVersionNumber() - Method in class org.bouncycastle.cert.ocsp.OCSPReq
-
- getVersionNumber() - Method in class org.bouncycastle.cert.X509CertificateHolder
-
- getWrapAlgorithmIdentifier() - Method in class org.bouncycastle.cms.KEMKeyWrapper
-
- getX500Name(X500Principal) - Static method in class org.bouncycastle.cert.jcajce.JcaX500NameUtil
-
- getX500Name(X500NameStyle, X500Principal) - Static method in class org.bouncycastle.cert.jcajce.JcaX500NameUtil
-
- getX509Certificate() - Method in class org.bouncycastle.pkix.jcajce.JcaPKIXIdentity
-
Return the certificate associated with the private key.
- getX509CertificateChain() - Method in class org.bouncycastle.pkix.jcajce.JcaPKIXIdentity
-
Return the certificate chain associated with the private key.
- getX509Certificates() - Method in class org.bouncycastle.cert.crmf.CertificateRepMessage
-
- GOOD - Static variable in interface org.bouncycastle.cert.ocsp.CertificateStatus
-
- GOST28147_CRYPTOPRO_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- GOST28147_GCFB - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- GOST28147_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- GOST3411 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- GOST3411 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- GOST3411_2012_256 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- GOST3411_2012_256 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- GOST3411_2012_512 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- GOST3411_2012_512 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- GOST_ENC - Static variable in class org.bouncycastle.cms.DefaultCMSSignatureEncryptionAlgorithmFinder
-
- JcaAlgorithmParametersConverter - Class in org.bouncycastle.operator.jcajce
-
- JcaAlgorithmParametersConverter() - Constructor for class org.bouncycastle.operator.jcajce.JcaAlgorithmParametersConverter
-
- JcaAttributeCertificateIssuer - Class in org.bouncycastle.cert.jcajce
-
- JcaAttributeCertificateIssuer(X509Certificate) - Constructor for class org.bouncycastle.cert.jcajce.JcaAttributeCertificateIssuer
-
Base constructor.
- JcaAttributeCertificateIssuer(X500Principal) - Constructor for class org.bouncycastle.cert.jcajce.JcaAttributeCertificateIssuer
-
Base constructor.
- JcaBasicOCSPRespBuilder - Class in org.bouncycastle.cert.ocsp.jcajce
-
- JcaBasicOCSPRespBuilder(X500Principal) - Constructor for class org.bouncycastle.cert.ocsp.jcajce.JcaBasicOCSPRespBuilder
-
- JcaBasicOCSPRespBuilder(PublicKey, DigestCalculator) - Constructor for class org.bouncycastle.cert.ocsp.jcajce.JcaBasicOCSPRespBuilder
-
- JcaCertificateID - Class in org.bouncycastle.cert.ocsp.jcajce
-
- JcaCertificateID(DigestCalculator, X509Certificate, BigInteger) - Constructor for class org.bouncycastle.cert.ocsp.jcajce.JcaCertificateID
-
- JcaCertificateRepMessageBuilder - Class in org.bouncycastle.cert.crmf.jcajce
-
- JcaCertificateRepMessageBuilder(X509Certificate...) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRepMessageBuilder
-
Base constructor which can accept 0 or more certificates representing the CA plus its chain.
- JcaCertificateRequestMessage - Class in org.bouncycastle.cert.crmf.jcajce
-
- JcaCertificateRequestMessage(byte[]) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessage
-
- JcaCertificateRequestMessage(CertificateRequestMessage) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessage
-
- JcaCertificateRequestMessage(CertReqMsg) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessage
-
- JcaCertificateRequestMessageBuilder - Class in org.bouncycastle.cert.crmf.jcajce
-
- JcaCertificateRequestMessageBuilder(BigInteger) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessageBuilder
-
- JcaCertStore - Class in org.bouncycastle.cert.jcajce
-
Class for storing Certificates for later lookup.
- JcaCertStore(Collection) - Constructor for class org.bouncycastle.cert.jcajce.JcaCertStore
-
Basic constructor.
- JcaCertStoreBuilder - Class in org.bouncycastle.cert.jcajce
-
Builder to create a CertStore from certificate and CRL stores.
- JcaCertStoreBuilder() - Constructor for class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
- JcaContentSignerBuilder - Class in org.bouncycastle.operator.jcajce
-
- JcaContentSignerBuilder(String) - Constructor for class org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
-
- JcaContentSignerBuilder(String, AlgorithmParameterSpec) - Constructor for class org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
-
- JcaContentVerifierProviderBuilder - Class in org.bouncycastle.operator.jcajce
-
- JcaContentVerifierProviderBuilder() - Constructor for class org.bouncycastle.operator.jcajce.JcaContentVerifierProviderBuilder
-
- JcaCRLStore - Class in org.bouncycastle.cert.jcajce
-
Class for storing CRLs for later lookup.
- JcaCRLStore(Collection) - Constructor for class org.bouncycastle.cert.jcajce.JcaCRLStore
-
Basic constructor.
- JcaDigestCalculatorProviderBuilder - Class in org.bouncycastle.operator.jcajce
-
- JcaDigestCalculatorProviderBuilder() - Constructor for class org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder
-
- JcaEACSignatureVerifierBuilder - Class in org.bouncycastle.eac.operator.jcajce
-
- JcaEACSignatureVerifierBuilder() - Constructor for class org.bouncycastle.eac.operator.jcajce.JcaEACSignatureVerifierBuilder
-
- JcaEACSignerBuilder - Class in org.bouncycastle.eac.operator.jcajce
-
- JcaEACSignerBuilder() - Constructor for class org.bouncycastle.eac.operator.jcajce.JcaEACSignerBuilder
-
- JcaEncryptedValueBuilder - Class in org.bouncycastle.cert.crmf.jcajce
-
JCA convenience class for EncryptedValueBuilder
- JcaEncryptedValueBuilder(KeyWrapper, OutputEncryptor) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaEncryptedValueBuilder
-
- JcaHttpAuthBuilder - Class in org.bouncycastle.est.jcajce
-
Builder for HttpAuth operator that handles digest auth using a JCA provider.
- JcaHttpAuthBuilder(String, char[]) - Constructor for class org.bouncycastle.est.jcajce.JcaHttpAuthBuilder
-
Base constructor for digest auth.
- JcaHttpAuthBuilder(String, String, char[]) - Constructor for class org.bouncycastle.est.jcajce.JcaHttpAuthBuilder
-
Base constructor for digest auth with an expected realm.
- JcaJceUtils - Class in org.bouncycastle.est.jcajce
-
General utility methods for building common objects for supporting the JCA/JCE/JSSE.
- JcaJceUtils() - Constructor for class org.bouncycastle.est.jcajce.JcaJceUtils
-
- JcaMiscPEMGenerator - Class in org.bouncycastle.openssl.jcajce
-
PEM generator for the original set of PEM objects used in Open SSL.
- JcaMiscPEMGenerator(Object) - Constructor for class org.bouncycastle.openssl.jcajce.JcaMiscPEMGenerator
-
- JcaMiscPEMGenerator(Object, PEMEncryptor) - Constructor for class org.bouncycastle.openssl.jcajce.JcaMiscPEMGenerator
-
- JcaPEMKeyConverter - Class in org.bouncycastle.openssl.jcajce
-
- JcaPEMKeyConverter() - Constructor for class org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
-
- JcaPEMWriter - Class in org.bouncycastle.openssl.jcajce
-
General purpose writer for OpenSSL PEM objects based on JCA/JCE classes.
- JcaPEMWriter(Writer) - Constructor for class org.bouncycastle.openssl.jcajce.JcaPEMWriter
-
Base constructor.
- JcaPKCS10CertificationRequest - Class in org.bouncycastle.pkcs.jcajce
-
- JcaPKCS10CertificationRequest(CertificationRequest) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequest
-
- JcaPKCS10CertificationRequest(byte[]) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequest
-
- JcaPKCS10CertificationRequest(PKCS10CertificationRequest) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequest
-
- JcaPKCS10CertificationRequestBuilder - Class in org.bouncycastle.pkcs.jcajce
-
Extension of the PKCS#10 builder to support PublicKey and X500Principal objects.
- JcaPKCS10CertificationRequestBuilder(X500Name, PublicKey) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequestBuilder
-
Create a PKCS#10 builder for the passed in subject and JCA public key.
- JcaPKCS10CertificationRequestBuilder(X500Principal, PublicKey) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequestBuilder
-
Create a PKCS#10 builder for the passed in subject and JCA public key.
- JcaPKCS12SafeBagBuilder - Class in org.bouncycastle.pkcs.jcajce
-
- JcaPKCS12SafeBagBuilder(X509Certificate) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS12SafeBagBuilder
-
- JcaPKCS12SafeBagBuilder(PrivateKey, OutputEncryptor) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS12SafeBagBuilder
-
- JcaPKCS12SafeBagBuilder(PrivateKey) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS12SafeBagBuilder
-
- JcaPKCS8EncryptedPrivateKeyInfoBuilder - Class in org.bouncycastle.pkcs.jcajce
-
- JcaPKCS8EncryptedPrivateKeyInfoBuilder(PrivateKey) - Constructor for class org.bouncycastle.pkcs.jcajce.JcaPKCS8EncryptedPrivateKeyInfoBuilder
-
- JcaPKCS8Generator - Class in org.bouncycastle.openssl.jcajce
-
- JcaPKCS8Generator(PrivateKey, OutputEncryptor) - Constructor for class org.bouncycastle.openssl.jcajce.JcaPKCS8Generator
-
- JcaPKIArchiveControlBuilder - Class in org.bouncycastle.cert.crmf.jcajce
-
- JcaPKIArchiveControlBuilder(PrivateKey, X500Name) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaPKIArchiveControlBuilder
-
- JcaPKIArchiveControlBuilder(PrivateKey, X500Principal) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaPKIArchiveControlBuilder
-
- JcaPKIArchiveControlBuilder(PrivateKey, GeneralName) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcaPKIArchiveControlBuilder
-
- JcaPKIXIdentity - Class in org.bouncycastle.pkix.jcajce
-
Holder class for public/private key based identity information.
- JcaPKIXIdentity(PrivateKey, X509Certificate[]) - Constructor for class org.bouncycastle.pkix.jcajce.JcaPKIXIdentity
-
Base constructor - a private key and its associated certificate chain.
- JcaPKIXIdentity(PrivateKey, X509Certificate) - Constructor for class org.bouncycastle.pkix.jcajce.JcaPKIXIdentity
-
Base constructor - a private key and its associated public key certificate.
- JcaPKIXIdentityBuilder - Class in org.bouncycastle.openssl.jcajce
-
Builder for a private/public identity object representing a "user"
- JcaPKIXIdentityBuilder() - Constructor for class org.bouncycastle.openssl.jcajce.JcaPKIXIdentityBuilder
-
- JcaPublicKeyConverter - Class in org.bouncycastle.eac.jcajce
-
- JcaPublicKeyConverter() - Constructor for class org.bouncycastle.eac.jcajce.JcaPublicKeyConverter
-
- JcaRespID - Class in org.bouncycastle.cert.ocsp.jcajce
-
- JcaRespID(X500Principal) - Constructor for class org.bouncycastle.cert.ocsp.jcajce.JcaRespID
-
- JcaRespID(PublicKey, DigestCalculator) - Constructor for class org.bouncycastle.cert.ocsp.jcajce.JcaRespID
-
- JcaSelectorConverter - Class in org.bouncycastle.cert.selector.jcajce
-
- JcaSelectorConverter() - Constructor for class org.bouncycastle.cert.selector.jcajce.JcaSelectorConverter
-
- JcaSelectorConverter - Class in org.bouncycastle.cms.jcajce
-
- JcaSelectorConverter() - Constructor for class org.bouncycastle.cms.jcajce.JcaSelectorConverter
-
- JcaSignedPublicKeyAndChallenge - Class in org.bouncycastle.mozilla.jcajce
-
This is designed to parse the SignedPublicKeyAndChallenge created by the
KEYGEN tag included by Mozilla based browsers.
- JcaSignedPublicKeyAndChallenge(byte[]) - Constructor for class org.bouncycastle.mozilla.jcajce.JcaSignedPublicKeyAndChallenge
-
- JcaSignerId - Class in org.bouncycastle.cms.jcajce
-
- JcaSignerId(X509Certificate) - Constructor for class org.bouncycastle.cms.jcajce.JcaSignerId
-
Construct a signer identifier based on the issuer, serial number and subject key identifier (if present) of the passed in
certificate.
- JcaSignerId(X500Principal, BigInteger) - Constructor for class org.bouncycastle.cms.jcajce.JcaSignerId
-
Construct a signer identifier based on the provided issuer and serial number..
- JcaSignerId(X500Principal, BigInteger, byte[]) - Constructor for class org.bouncycastle.cms.jcajce.JcaSignerId
-
Construct a signer identifier based on the provided issuer, serial number, and subjectKeyId..
- JcaSignerInfoGeneratorBuilder - Class in org.bouncycastle.cms.jcajce
-
- JcaSignerInfoGeneratorBuilder(DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
-
Base constructor.
- JcaSignerInfoGeneratorBuilder(DigestCalculatorProvider, CMSSignatureEncryptionAlgorithmFinder) - Constructor for class org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
-
Base constructor with a particular finder for signature algorithms.
- JcaSignerInfoVerifierBuilder - Class in org.bouncycastle.cms.jcajce
-
- JcaSignerInfoVerifierBuilder(DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.jcajce.JcaSignerInfoVerifierBuilder
-
- JcaSimpleSignerInfoGeneratorBuilder - Class in org.bouncycastle.cms.jcajce
-
Use this class if you are using a provider that has all the facilities you
need.
- JcaSimpleSignerInfoGeneratorBuilder() - Constructor for class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
- JcaSimpleSignerInfoVerifierBuilder - Class in org.bouncycastle.cms.jcajce
-
- JcaSimpleSignerInfoVerifierBuilder() - Constructor for class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoVerifierBuilder
-
- JcaX500NameUtil - Class in org.bouncycastle.cert.jcajce
-
- JcaX500NameUtil() - Constructor for class org.bouncycastle.cert.jcajce.JcaX500NameUtil
-
- JcaX509CertificateConverter - Class in org.bouncycastle.cert.jcajce
-
Converter for producing X509Certificate objects tied to a specific provider from X509CertificateHolder objects.
- JcaX509CertificateConverter() - Constructor for class org.bouncycastle.cert.jcajce.JcaX509CertificateConverter
-
Base constructor, configure with the default provider.
- JcaX509CertificateHolder - Class in org.bouncycastle.cert.jcajce
-
JCA helper class for converting an X509Certificate into a X509CertificateHolder object.
- JcaX509CertificateHolder(X509Certificate) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509CertificateHolder
-
Base constructor.
- JcaX509CertificateHolderSelector - Class in org.bouncycastle.cert.selector.jcajce
-
- JcaX509CertificateHolderSelector(X509Certificate) - Constructor for class org.bouncycastle.cert.selector.jcajce.JcaX509CertificateHolderSelector
-
Construct a signer identifier based on the issuer, serial number and subject key identifier (if present) of the passed in
certificate.
- JcaX509CertificateHolderSelector(X500Principal, BigInteger) - Constructor for class org.bouncycastle.cert.selector.jcajce.JcaX509CertificateHolderSelector
-
Construct a signer identifier based on the provided issuer and serial number..
- JcaX509CertificateHolderSelector(X500Principal, BigInteger, byte[]) - Constructor for class org.bouncycastle.cert.selector.jcajce.JcaX509CertificateHolderSelector
-
Construct a signer identifier based on the provided issuer, serial number, and subjectKeyId..
- JcaX509CertSelectorConverter - Class in org.bouncycastle.cert.selector.jcajce
-
- JcaX509CertSelectorConverter() - Constructor for class org.bouncycastle.cert.selector.jcajce.JcaX509CertSelectorConverter
-
- JcaX509CertSelectorConverter - Class in org.bouncycastle.cms.jcajce
-
- JcaX509CertSelectorConverter() - Constructor for class org.bouncycastle.cms.jcajce.JcaX509CertSelectorConverter
-
- JcaX509ContentVerifierProviderBuilder - Class in org.bouncycastle.cert.jcajce
-
- JcaX509ContentVerifierProviderBuilder() - Constructor for class org.bouncycastle.cert.jcajce.JcaX509ContentVerifierProviderBuilder
-
- JcaX509CRLConverter - Class in org.bouncycastle.cert.jcajce
-
Class for converting an X509CRLHolder into a corresponding X509CRL object tied to a
particular JCA provider.
- JcaX509CRLConverter() - Constructor for class org.bouncycastle.cert.jcajce.JcaX509CRLConverter
-
Base constructor, configure with the default provider.
- JcaX509CRLHolder - Class in org.bouncycastle.cert.jcajce
-
JCA helper class for converting an X509CRL into a X509CRLHolder object.
- JcaX509CRLHolder(X509CRL) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509CRLHolder
-
Base constructor.
- JcaX509ExtensionUtils - Class in org.bouncycastle.cert.jcajce
-
- JcaX509ExtensionUtils() - Constructor for class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
Create a utility class pre-configured with a SHA-1 digest calculator based on the
default implementation.
- JcaX509ExtensionUtils(DigestCalculator) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils
-
- JcaX509v1CertificateBuilder - Class in org.bouncycastle.cert.jcajce
-
JCA helper class to allow JCA objects to be used in the construction of a Version 1 certificate.
- JcaX509v1CertificateBuilder(X500Name, BigInteger, Date, Date, X500Name, PublicKey) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v1CertificateBuilder
-
Initialise the builder using a PublicKey.
- JcaX509v1CertificateBuilder(X500Principal, BigInteger, Date, Date, X500Principal, PublicKey) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v1CertificateBuilder
-
Initialise the builder using X500Principal objects and a PublicKey.
- JcaX509v2CRLBuilder - Class in org.bouncycastle.cert.jcajce
-
- JcaX509v2CRLBuilder(X500Principal, Date) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v2CRLBuilder
-
- JcaX509v2CRLBuilder(X509Certificate, Date) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v2CRLBuilder
-
- JcaX509v2CRLBuilder(X509CRL) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v2CRLBuilder
-
Create a builder for a version 2 CRL, initialised with another CRL as a template.
- JcaX509v3CertificateBuilder - Class in org.bouncycastle.cert.jcajce
-
JCA helper class to allow JCA objects to be used in the construction of a Version 3 certificate.
- JcaX509v3CertificateBuilder(X500Name, BigInteger, Date, Date, X500Name, SubjectPublicKeyInfo) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Initialise the builder using a PublicKey.
- JcaX509v3CertificateBuilder(X500Name, BigInteger, Date, Date, X500Name, PublicKey) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Initialise the builder using a PublicKey.
- JcaX509v3CertificateBuilder(X500Name, BigInteger, Time, Time, X500Name, PublicKey) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Initialise the builder using a PublicKey.
- JcaX509v3CertificateBuilder(X500Principal, BigInteger, Date, Date, X500Principal, PublicKey) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Initialise the builder using X500Principal objects and a PublicKey.
- JcaX509v3CertificateBuilder(X509Certificate, BigInteger, Date, Date, X500Principal, PublicKey) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Initialise the builder using the subject from the passed in issuerCert as the issuer, as well as
passing through and converting the other objects provided.
- JcaX509v3CertificateBuilder(X509Certificate, BigInteger, Date, Date, X500Name, PublicKey) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Initialise the builder using the subject from the passed in issuerCert as the issuer, as well as
passing through and converting the other objects provided.
- JcaX509v3CertificateBuilder(X509Certificate) - Constructor for class org.bouncycastle.cert.jcajce.JcaX509v3CertificateBuilder
-
Create a builder for a version 3 certificate, initialised with another certificate.
- JceAlgorithmIdentifierConverter - Class in org.bouncycastle.cms.jcajce
-
- JceAlgorithmIdentifierConverter() - Constructor for class org.bouncycastle.cms.jcajce.JceAlgorithmIdentifierConverter
-
- JceAsymmetricKeyUnwrapper - Class in org.bouncycastle.operator.jcajce
-
- JceAsymmetricKeyUnwrapper(AlgorithmIdentifier, PrivateKey) - Constructor for class org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
-
- JceAsymmetricKeyWrapper - Class in org.bouncycastle.operator.jcajce
-
- JceAsymmetricKeyWrapper(PublicKey) - Constructor for class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
- JceAsymmetricKeyWrapper(X509Certificate) - Constructor for class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
- JceAsymmetricKeyWrapper(AlgorithmIdentifier, PublicKey) - Constructor for class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
Create a wrapper, overriding the algorithm type that is stored in the public key.
- JceAsymmetricKeyWrapper(AlgorithmParameters, PublicKey) - Constructor for class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
Create a wrapper, overriding the algorithm type that is stored in the public key.
- JceAsymmetricKeyWrapper(AlgorithmParameterSpec, PublicKey) - Constructor for class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
Create a wrapper, overriding the algorithm type that is stored in the public key.
- JceAsymmetricValueDecryptorGenerator - Class in org.bouncycastle.cert.crmf.jcajce
-
- JceAsymmetricValueDecryptorGenerator(PrivateKey) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JceAsymmetricValueDecryptorGenerator
-
- JceCMSContentEncryptorBuilder - Class in org.bouncycastle.cms.jcajce
-
Builder for the content encryptor in EnvelopedData - used to encrypt the actual transmitted content.
- JceCMSContentEncryptorBuilder(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder
-
- JceCMSContentEncryptorBuilder(ASN1ObjectIdentifier, int) - Constructor for class org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder
-
- JceCMSContentEncryptorBuilder(AlgorithmIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder
-
Constructor for a content encryptor builder based on an algorithm identifier and its contained parameters.
- JceCMSMacCalculatorBuilder - Class in org.bouncycastle.cms.jcajce
-
- JceCMSMacCalculatorBuilder(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceCMSMacCalculatorBuilder
-
- JceCMSMacCalculatorBuilder(ASN1ObjectIdentifier, int) - Constructor for class org.bouncycastle.cms.jcajce.JceCMSMacCalculatorBuilder
-
- JceCRMFEncryptorBuilder - Class in org.bouncycastle.cert.crmf.jcajce
-
- JceCRMFEncryptorBuilder(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JceCRMFEncryptorBuilder
-
- JceCRMFEncryptorBuilder(ASN1ObjectIdentifier, int) - Constructor for class org.bouncycastle.cert.crmf.jcajce.JceCRMFEncryptorBuilder
-
- JceGenericKey - Class in org.bouncycastle.operator.jcajce
-
- JceGenericKey(AlgorithmIdentifier, Key) - Constructor for class org.bouncycastle.operator.jcajce.JceGenericKey
-
- JceInputDecryptorProviderBuilder - Class in org.bouncycastle.operator.jcajce
-
A generic decryptor provider for IETF style algorithms.
- JceInputDecryptorProviderBuilder() - Constructor for class org.bouncycastle.operator.jcajce.JceInputDecryptorProviderBuilder
-
- JceKEKAuthenticatedRecipient - Class in org.bouncycastle.cms.jcajce
-
the KeyTransRecipientInformation class for a recipient who has been sent a secret
key encrypted using their public key that needs to be used to
extract the message.
- JceKEKAuthenticatedRecipient(SecretKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKEKAuthenticatedRecipient
-
- JceKEKEnvelopedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKEKEnvelopedRecipient(SecretKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKEKEnvelopedRecipient
-
- JceKEKRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKEKRecipient(SecretKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKEKRecipient
-
- JceKEKRecipientInfoGenerator - Class in org.bouncycastle.cms.jcajce
-
- JceKEKRecipientInfoGenerator(KEKIdentifier, SecretKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
-
- JceKEKRecipientInfoGenerator(byte[], SecretKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
-
- JceKEMEnvelopedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKEMEnvelopedRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKEMEnvelopedRecipient
-
- JceKEMRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKEMRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKEMRecipient
-
- JceKEMRecipientInfoGenerator - Class in org.bouncycastle.cms.jcajce
-
- JceKEMRecipientInfoGenerator(X509Certificate, ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceKEMRecipientInfoGenerator
-
- JceKEMRecipientInfoGenerator(byte[], PublicKey, ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceKEMRecipientInfoGenerator
-
- JceKeyAgreeAuthenticatedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKeyAgreeAuthenticatedRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyAgreeAuthenticatedRecipient
-
- JceKeyAgreeEnvelopedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKeyAgreeEnvelopedRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyAgreeEnvelopedRecipient
-
- JceKeyAgreeRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKeyAgreeRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
- JceKeyAgreeRecipientId - Class in org.bouncycastle.cms.jcajce
-
- JceKeyAgreeRecipientId(X509Certificate) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientId
-
- JceKeyAgreeRecipientId(X500Principal, BigInteger) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientId
-
- JceKeyAgreeRecipientInfoGenerator - Class in org.bouncycastle.cms.jcajce
-
- JceKeyAgreeRecipientInfoGenerator(ASN1ObjectIdentifier, PrivateKey, PublicKey, ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
- JceKeyTransAuthenticatedRecipient - Class in org.bouncycastle.cms.jcajce
-
the KeyTransRecipientInformation class for a recipient who has been sent a secret
key encrypted using their public key that needs to be used to
extract the message.
- JceKeyTransAuthenticatedRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransAuthenticatedRecipient
-
- JceKeyTransAuthEnvelopedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKeyTransAuthEnvelopedRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransAuthEnvelopedRecipient
-
- JceKeyTransEnvelopedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKeyTransEnvelopedRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient
-
- JceKeyTransRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKeyTransRecipient(PrivateKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
- JceKeyTransRecipientId - Class in org.bouncycastle.cms.jcajce
-
- JceKeyTransRecipientId(X509Certificate) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientId
-
Construct a recipient id based on the issuer, serial number and subject key identifier (if present) of the passed in
certificate.
- JceKeyTransRecipientId(X500Principal, BigInteger) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientId
-
Construct a recipient id based on the provided issuer and serial number..
- JceKeyTransRecipientId(X500Principal, BigInteger, byte[]) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientId
-
Construct a recipient id based on the provided issuer, serial number, and subjectKeyId..
- JceKeyTransRecipientInfoGenerator - Class in org.bouncycastle.cms.jcajce
-
- JceKeyTransRecipientInfoGenerator(X509Certificate) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
- JceKeyTransRecipientInfoGenerator(X509Certificate, AsymmetricKeyWrapper) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
- JceKeyTransRecipientInfoGenerator(byte[], PublicKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
- JceKeyTransRecipientInfoGenerator(byte[], AsymmetricKeyWrapper) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
- JceKeyTransRecipientInfoGenerator(X509Certificate, AlgorithmIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
Create a generator overriding the algorithm type implied by the public key in the certificate passed in.
- JceKeyTransRecipientInfoGenerator(byte[], AlgorithmIdentifier, PublicKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
Create a generator overriding the algorithm type implied by the public key passed in.
- JceKTSKeyTransAuthenticatedRecipient - Class in org.bouncycastle.cms.jcajce
-
the KeyTransRecipient class for a recipient who has been sent secret
key material encrypted using their public key that needs to be used to
derive a key and authenticate a message.
- JceKTSKeyTransAuthenticatedRecipient(PrivateKey, KeyTransRecipientId) - Constructor for class org.bouncycastle.cms.jcajce.JceKTSKeyTransAuthenticatedRecipient
-
- JceKTSKeyTransEnvelopedRecipient - Class in org.bouncycastle.cms.jcajce
-
the KeyTransRecipient class for a recipient who has been sent secret
key material encrypted using their public key that needs to be used to
derive a key and extract a message.
- JceKTSKeyTransEnvelopedRecipient(PrivateKey, KeyTransRecipientId) - Constructor for class org.bouncycastle.cms.jcajce.JceKTSKeyTransEnvelopedRecipient
-
- JceKTSKeyTransRecipient - Class in org.bouncycastle.cms.jcajce
-
- JceKTSKeyTransRecipient(PrivateKey, byte[]) - Constructor for class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
- JceKTSKeyTransRecipientInfoGenerator - Class in org.bouncycastle.cms.jcajce
-
- JceKTSKeyTransRecipientInfoGenerator(X509Certificate, String, int) - Constructor for class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipientInfoGenerator
-
- JceKTSKeyTransRecipientInfoGenerator(byte[], PublicKey, String, int) - Constructor for class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipientInfoGenerator
-
- JceKTSKeyTransRecipientInfoGenerator(X509Certificate, AlgorithmIdentifier) - Constructor for class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipientInfoGenerator
-
Create a generator overriding the algorithm type implied by the public key in the certificate passed in.
- JceKTSKeyTransRecipientInfoGenerator(byte[], AlgorithmIdentifier, PublicKey) - Constructor for class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipientInfoGenerator
-
Create a generator overriding the algorithm type implied by the public key passed in.
- JceKTSKeyUnwrapper - Class in org.bouncycastle.operator.jcajce
-
- JceKTSKeyUnwrapper(AlgorithmIdentifier, PrivateKey, byte[], byte[]) - Constructor for class org.bouncycastle.operator.jcajce.JceKTSKeyUnwrapper
-
- JceKTSKeyWrapper - Class in org.bouncycastle.operator.jcajce
-
- JceKTSKeyWrapper(PublicKey, String, int, byte[], byte[]) - Constructor for class org.bouncycastle.operator.jcajce.JceKTSKeyWrapper
-
- JceKTSKeyWrapper(X509Certificate, String, int, byte[], byte[]) - Constructor for class org.bouncycastle.operator.jcajce.JceKTSKeyWrapper
-
- JceOpenSSLPKCS8DecryptorProviderBuilder - Class in org.bouncycastle.openssl.jcajce
-
DecryptorProviderBuilder for producing DecryptorProvider for use with PKCS8EncryptedPrivateKeyInfo.
- JceOpenSSLPKCS8DecryptorProviderBuilder() - Constructor for class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8DecryptorProviderBuilder
-
- JceOpenSSLPKCS8EncryptorBuilder - Class in org.bouncycastle.openssl.jcajce
-
- JceOpenSSLPKCS8EncryptorBuilder(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- JcePasswordAuthenticatedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JcePasswordAuthenticatedRecipient(char[]) - Constructor for class org.bouncycastle.cms.jcajce.JcePasswordAuthenticatedRecipient
-
- JcePasswordEnvelopedRecipient - Class in org.bouncycastle.cms.jcajce
-
- JcePasswordEnvelopedRecipient(char[]) - Constructor for class org.bouncycastle.cms.jcajce.JcePasswordEnvelopedRecipient
-
- JcePasswordRecipient - Class in org.bouncycastle.cms.jcajce
-
the RecipientInfo class for a recipient who has been sent a message
encrypted using a password.
- JcePasswordRecipientInfoGenerator - Class in org.bouncycastle.cms.jcajce
-
- JcePasswordRecipientInfoGenerator(ASN1ObjectIdentifier, char[]) - Constructor for class org.bouncycastle.cms.jcajce.JcePasswordRecipientInfoGenerator
-
- JcePBMac1CalculatorBuilder - Class in org.bouncycastle.pkcs.jcajce
-
A builder for RFC 8018 PBE based MAC calculators.
- JcePBMac1CalculatorBuilder(String, int) - Constructor for class org.bouncycastle.pkcs.jcajce.JcePBMac1CalculatorBuilder
-
Base constructor - MAC name and key size.
- JcePBMac1CalculatorBuilder(String, int, MacAlgorithmIdentifierFinder) - Constructor for class org.bouncycastle.pkcs.jcajce.JcePBMac1CalculatorBuilder
-
Base constructor - MAC name and key size with a custom AlgorithmIdentifier finder for the MAC algorithm.
- JcePBMac1CalculatorBuilder(PBMAC1Params) - Constructor for class org.bouncycastle.pkcs.jcajce.JcePBMac1CalculatorBuilder
-
Base constructor from an ASN.1 parameter set.
- JcePBMac1CalculatorProviderBuilder - Class in org.bouncycastle.pkcs.jcajce
-
- JcePBMac1CalculatorProviderBuilder() - Constructor for class org.bouncycastle.pkcs.jcajce.JcePBMac1CalculatorProviderBuilder
-
- JcePEMDecryptorProviderBuilder - Class in org.bouncycastle.openssl.jcajce
-
- JcePEMDecryptorProviderBuilder() - Constructor for class org.bouncycastle.openssl.jcajce.JcePEMDecryptorProviderBuilder
-
- JcePEMEncryptorBuilder - Class in org.bouncycastle.openssl.jcajce
-
- JcePEMEncryptorBuilder(String) - Constructor for class org.bouncycastle.openssl.jcajce.JcePEMEncryptorBuilder
-
- JcePKCS12MacCalculatorBuilder - Class in org.bouncycastle.pkcs.jcajce
-
- JcePKCS12MacCalculatorBuilder() - Constructor for class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilder
-
- JcePKCS12MacCalculatorBuilder(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilder
-
- JcePKCS12MacCalculatorBuilderProvider - Class in org.bouncycastle.pkcs.jcajce
-
- JcePKCS12MacCalculatorBuilderProvider() - Constructor for class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilderProvider
-
- JcePKCSPBEInputDecryptorProviderBuilder - Class in org.bouncycastle.pkcs.jcajce
-
- JcePKCSPBEInputDecryptorProviderBuilder() - Constructor for class org.bouncycastle.pkcs.jcajce.JcePKCSPBEInputDecryptorProviderBuilder
-
- JcePKCSPBEOutputEncryptorBuilder - Class in org.bouncycastle.pkcs.jcajce
-
- JcePKCSPBEOutputEncryptorBuilder(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
- JcePKCSPBEOutputEncryptorBuilder(PBKDFConfig, ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
Constructor allowing different derivation functions such as PBKDF2 and scrypt.
- JcePKMACValuesCalculator - Class in org.bouncycastle.cert.crmf.jcajce
-
- JcePKMACValuesCalculator() - Constructor for class org.bouncycastle.cert.crmf.jcajce.JcePKMACValuesCalculator
-
- JceSymmetricKeyUnwrapper - Class in org.bouncycastle.operator.jcajce
-
- JceSymmetricKeyUnwrapper(AlgorithmIdentifier, SecretKey) - Constructor for class org.bouncycastle.operator.jcajce.JceSymmetricKeyUnwrapper
-
- JceSymmetricKeyWrapper - Class in org.bouncycastle.operator.jcajce
-
- JceSymmetricKeyWrapper(SecretKey) - Constructor for class org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
-
- JndiDANEFetcherFactory - Class in org.bouncycastle.cert.dane.fetcher
-
A DANE entry fetcher implemented using JNDI.
- JndiDANEFetcherFactory() - Constructor for class org.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory
-
- JsseDefaultHostnameAuthorizer - Class in org.bouncycastle.est.jcajce
-
A typical hostname authorizer for verifying a hostname against the available certificates.
- JsseDefaultHostnameAuthorizer(Set<String>) - Constructor for class org.bouncycastle.est.jcajce.JsseDefaultHostnameAuthorizer
-
Base constructor.
- JsseESTServiceBuilder - Class in org.bouncycastle.est.jcajce
-
Build an RFC7030 (EST) service based on the JSSE.
- JsseESTServiceBuilder(String, int, SSLSocketFactoryCreator) - Constructor for class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
Create a builder for a client using a custom SSLSocketFactoryCreator.
- JsseESTServiceBuilder(String, SSLSocketFactoryCreator) - Constructor for class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
Create a builder for a client using a custom SSLSocketFactoryCreator.
- JsseESTServiceBuilder(String) - Constructor for class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
Create a builder for a client talking to a server that is not yet trusted.
- JsseESTServiceBuilder(String, int, X509TrustManager) - Constructor for class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
Create a builder for a client talking to a trusted server.
- JsseESTServiceBuilder(String, X509TrustManager) - Constructor for class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
Create a builder for a client talking to a trusted server.
- JsseESTServiceBuilder(String, int, X509TrustManager[]) - Constructor for class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
Create a builder for a client talking to a trusted server.
- JsseESTServiceBuilder(String, X509TrustManager[]) - Constructor for class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
Create a builder for a client talking to a trusted server.
- JsseHostnameAuthorizer - Interface in org.bouncycastle.est.jcajce
-
Verify the host name is as expected after the SSL Handshake has been completed.