- 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
-
- addAcceptedCertificate(X509CertificateHolder, BigInteger) - Method in class org.bouncycastle.cert.cmp.CertificateConfirmationContentBuilder
-
- 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.
- 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.
- addChild(PKIXPolicyNode) - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- 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.
- 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.
- addError(ErrorBundle) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- addError(ErrorBundle, int) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- addExcludedSubtree(GeneralSubtree) - Method in class org.bouncycastle.pkix.PKIXNameConstraintValidator
-
Adds a subtree to the excluded set of these name constraints.
- 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.
- addExtraArgs(String, Locale) - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
- 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
-
- addNotification(ErrorBundle) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- addNotification(ErrorBundle, int) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- 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(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
-
- applyContext(Headers, InputStream) - Method in class org.bouncycastle.mime.ConstantMimeContext
-
- applyContext(Headers, InputStream) - Method in interface org.bouncycastle.mime.MimeContext
-
- applyContext(Headers, InputStream) - Method in class org.bouncycastle.mime.smime.SMimeMultipartContext
-
- archiveRemGenPrivKey - Static variable in class org.bouncycastle.cert.crmf.PKIArchiveControl
-
- argFilterType - Variable in class org.bouncycastle.pkix.util.LocalizedMessage.FilteredArguments
-
- arguments - Variable in class org.bouncycastle.pkix.util.LocalizedMessage
-
- arguments - Variable in class org.bouncycastle.pkix.util.LocalizedMessage.FilteredArguments
-
- 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
-
- AttrOrOID - Class in org.bouncycastle.est
-
AttrOrOID ::= CHOICE (oid OBJECT IDENTIFIER, attribute Attribute }
- AttrOrOID(ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.est.AttrOrOID
-
- AttrOrOID(Attribute) - Constructor for class org.bouncycastle.est.AttrOrOID
-
- authAttrsGenerator - Variable in class org.bouncycastle.cms.CMSAuthEnvelopedGenerator
-
- AuthenticatorControl - Class in org.bouncycastle.cert.crmf
-
Carrier for an authenticator control.
- AuthenticatorControl(DERUTF8String) - 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
-
- available() - Method in class org.bouncycastle.mime.encoding.Base64InputStream
-
- 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, 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.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(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.
- 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.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.
- 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.
- 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.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 interface org.bouncycastle.openssl.PEMDecryptorProvider
-
- 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.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.
- getAC() - Method in class org.bouncycastle.voms.VOMSAttribute
-
- getAccuracy() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getAlgorithm() - Method in interface org.bouncycastle.openssl.PEMEncryptor
-
- getAlgorithm() - Method in class org.bouncycastle.operator.PBKDFConfig
-
- 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.
- getArguments() - Method in class org.bouncycastle.pkix.util.LocalizedMessage.FilteredArguments
-
- getArguments() - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Returns an Object[]
containing the message arguments.
- 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.
- getAttribute() - Method in class org.bouncycastle.est.AttrOrOID
-
- 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
-
- getAttrOrOIDs() - Method in class org.bouncycastle.est.CsrAttrs
-
- 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
-
- getBlockSize() - Method in class org.bouncycastle.operator.ScryptConfig
-
- getBlockSize() - Method in class org.bouncycastle.operator.ScryptParams
-
- 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
-
- getBoundary() - Method in class org.bouncycastle.mime.Headers
-
- 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
-
- getCapability() - Method in class org.bouncycastle.voms.VOMSAttribute.FQAN
-
- 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.cmc.CMCException
-
- 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.mime.MimeIOException
-
- 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.pkix.PKIXNameConstraintValidatorException
-
- getCause() - Method in exception org.bouncycastle.pkix.util.LocalizedException
-
- 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() - 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.cmc.SimplePKIResponse
-
Return any X.509 certificate objects in this SimplePKIResponse structure as a Store of X509CertificateHolder objects.
- 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
-
- getCertPath() - Method in exception org.bouncycastle.pkix.jcajce.CertPathReviewerException
-
- getCertPath() - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- getCertPathSize() - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- getCertPathTrustManager(Set<TrustAnchor>, CRL[]) - Static method in class org.bouncycastle.est.jcajce.JcaJceUtils
-
- getCertReq() - Method in class org.bouncycastle.tsp.TimeStampRequest
-
- 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
-
- getChildren() - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- getClassLoader() - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Returns the ClassLoader
which loads the resource files or null
if the default ClassLoader is used.
- getClassLoader() - Method in exception org.bouncycastle.pkix.util.MissingEntryException
-
- getClient() - Method in class org.bouncycastle.est.ESTRequest
-
- getCompressedContentType() - Method in class org.bouncycastle.cms.CMSCompressedData
-
- 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.
- getContentTransferEncoding() - Method in class org.bouncycastle.mime.Headers
-
- 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
-
- getContentType() - Method in class org.bouncycastle.mime.Headers
-
- getContentTypeAttributes() - Method in class org.bouncycastle.mime.Headers
-
Return the a Map of the ContentType attributes and their values.
- 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.
- getCostParameter() - Method in class org.bouncycastle.operator.ScryptConfig
-
- getCostParameter() - Method in class org.bouncycastle.operator.ScryptParams
-
- 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.
- getCRLDistUrls(CRLDistPoint) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- getCRLs() - Method in class org.bouncycastle.cmc.SimplePKIResponse
-
Return any X.509 CRL objects in this SimplePKIResponse structure as a Store of X509CRLHolder objects.
- 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.
- 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
-
- getDebugMsg() - Method in exception org.bouncycastle.pkix.util.MissingEntryException
-
- getDefaultContentTransferEncoding() - Method in interface org.bouncycastle.mime.MimeParserContext
-
Return the default value for Content-Transfer-Encoding for data we are parsing.
- getDefaultContentTransferEncoding() - Method in class org.bouncycastle.mime.smime.SMimeParserContext
-
- getDekAlgName() - Method in class org.bouncycastle.openssl.PEMEncryptedKeyPair
-
Return the key encryption algorithm name that was in the original DEK-Info field.
- getDepth() - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- getDetail(Locale, TimeZone) - Method in class org.bouncycastle.pkix.util.ErrorBundle
-
Returns the detail message in the given locale and timezone.
- getDetail(Locale) - Method in class org.bouncycastle.pkix.util.ErrorBundle
-
Returns the detail message in the given locale and the default timezone.
- 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.jcajce.JcePKCS12MacCalculatorBuilder
-
- getDigestAlgorithmIdentifier() - Method in interface org.bouncycastle.pkcs.PKCS12MacCalculatorBuilder
-
- 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
-
- getDigestCalculatorProvider() - Method in class org.bouncycastle.mime.smime.SMimeParserContext
-
- 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.
- 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.cmc.SimplePKIResponse
-
return the ASN.1 encoded representation of this object.
- 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.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.
- 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
-
- getEntry(String, Locale, TimeZone) - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Reads the entry id + "." + key
from the resource file and returns a
formated message for the given Locale and TimeZone.
- getEnvelopedData() - Method in class org.bouncycastle.cert.crmf.PKIArchiveControl
-
Return the enveloped data structure contained in this control.
- getErrorMessage() - Method in exception org.bouncycastle.pkix.util.LocalizedException
-
Returns the localized error message of the exception.
- getErrors() - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
Returns an Array of Lists which contains a List of global error messages
and a List of error messages for each certificate in the path.
- getErrors(int) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
Returns an List of error messages for the certificate at the given index in the CertPath.
- getExpectedPolicies() - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- 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
-
- getExtraArgs() - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
- 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
-
- getFilter() - Method in class org.bouncycastle.pkix.util.LocalizedMessage.FilteredArguments
-
- getFilter() - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Returns the current filter.
- getFilteredArgs(Locale) - Method in class org.bouncycastle.pkix.util.LocalizedMessage.FilteredArguments
-
- getFlags() - Method in class org.bouncycastle.cert.dane.DANEEntry
-
- getFQAN() - Method in class org.bouncycastle.voms.VOMSAttribute.FQAN
-
- getFullyQualifiedAttributes() - Method in class org.bouncycastle.voms.VOMSAttribute
-
- 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.TimeStampTokenInfo
-
- getGenTimeAccuracy() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getGroup() - Method in class org.bouncycastle.voms.VOMSAttribute.FQAN
-
- getHashAlgOID() - Method in class org.bouncycastle.cert.ocsp.CertificateID
-
- getHashAlgorithm() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- 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.
- getHostPort() - Method in class org.bouncycastle.voms.VOMSAttribute
-
Returns the address of the issuing VOMS server, on the form <host>:<port>
- getHttpVersion() - Method in class org.bouncycastle.est.ESTResponse
-
- getId() - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Returns the id of the message in the resource bundle.
- getIndex() - Method in exception org.bouncycastle.pkix.jcajce.CertPathReviewerException
-
- getInput() - Method in class org.bouncycastle.pkix.util.filter.TrustedInput
-
- getInput() - Method in class org.bouncycastle.pkix.util.filter.UntrustedInput
-
Returns the untrusted input as Object.
- 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.
- getInstance(Object) - Static method in class org.bouncycastle.est.AttrOrOID
-
- getInstance(Object) - Static method in class org.bouncycastle.est.CsrAttrs
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.est.CsrAttrs
-
- getInstance(Object) - Static method in class org.bouncycastle.operator.ScryptParams
-
- 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
-
- getIterationCount() - Method in class org.bouncycastle.operator.PBKDF2Config
-
- getIV() - Method in interface org.bouncycastle.openssl.PEMEncryptor
-
- getJceKey(ASN1ObjectIdentifier, GenericKey) - Method in class org.bouncycastle.cms.jcajce.EnvelopedDataHelper
-
- 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.
- getKey() - Method in exception org.bouncycastle.pkix.util.MissingEntryException
-
- 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
-
- getKeyLength() - Method in class org.bouncycastle.operator.ScryptParams
-
Return the length in octets for the derived key.
- 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
-
- getListOfFQAN() - Method in class org.bouncycastle.voms.VOMSAttribute
-
- getLocale() - Method in exception org.bouncycastle.pkix.util.MissingEntryException
-
- getLocaleString(Locale) - Method in class org.bouncycastle.pkix.util.LocaleString
-
- 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.
- 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
-
- getNames() - Method in class org.bouncycastle.mime.Headers
-
- 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
-
- getNotifications() - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
Returns an Array of Lists which contains a List of global notification messages
and a List of botification messages for each certificate in the path.
- getNotifications(int) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
Returns an List of notification messages for the certificate at the given index in the CertPath.
- getObjectDigest() - Method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Returns the hash if an object digest info is used.
- getOCSPUrls(AuthorityInformationAccess) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- getOid() - Method in class org.bouncycastle.est.AttrOrOID
-
- 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 interface org.bouncycastle.cert.crmf.EncryptedValuePadder
-
Return a byte array of padded data.
- getParallelizationParameter() - Method in class org.bouncycastle.operator.ScryptConfig
-
- getParallelizationParameter() - Method in class org.bouncycastle.operator.ScryptParams
-
- getParent() - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- 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.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.jcajce.JcePasswordRecipient
-
- getPasswordConversionScheme() - Method in interface org.bouncycastle.cms.PasswordRecipient
-
- getPolicy() - Method in class org.bouncycastle.tsp.TimeStampTokenInfo
-
- getPolicyQualifiers() - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- getPolicyTree() - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- getPRF() - Method in class org.bouncycastle.operator.PBKDF2Config
-
- 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.
- 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.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.jcajce.JceKEKAuthenticatedRecipient
-
- getRecipientOperator(AlgorithmIdentifier, AlgorithmIdentifier, byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKEKEnvelopedRecipient
-
- 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.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, 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
-
- 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.
- 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
-
- getResource() - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Returns the name of the resource bundle for this message
- getResource() - Method in exception org.bouncycastle.pkix.util.MissingEntryException
-
- 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.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
-
- getRole() - Method in class org.bouncycastle.voms.VOMSAttribute.FQAN
-
- getSafeBags() - Method in class org.bouncycastle.pkcs.PKCS12SafeBagFactory
-
- getSalt() - Method in class org.bouncycastle.operator.ScryptParams
-
- getSaltLength() - Method in class org.bouncycastle.operator.PBKDF2Config
-
- getSaltLength() - Method in class org.bouncycastle.operator.ScryptConfig
-
- 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
- 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
-
- getString() - Method in class org.bouncycastle.pkix.util.filter.UntrustedInput
-
Returns the untrusted input convertet to a String.
- 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
-
- getSubjectPublicKey() - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- 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
-
- getSummary(Locale, TimeZone) - Method in class org.bouncycastle.pkix.util.ErrorBundle
-
Returns the summary message in the given locale and timezone.
- getSummary(Locale) - Method in class org.bouncycastle.pkix.util.ErrorBundle
-
Returns the summary message in the given locale and the default timezone.
- 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.
- getText(Locale, TimeZone) - Method in class org.bouncycastle.pkix.util.TextBundle
-
Returns the text message in the given locale and timezone.
- getText(Locale) - Method in class org.bouncycastle.pkix.util.TextBundle
-
Returns the text message in the given locale and the defaut timezone.
- 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.TimeStampResponse
-
- getTimeStampTokens() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedData
-
- getTimeStampTokens() - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedDataParser
-
- getTitle(Locale, TimeZone) - Method in class org.bouncycastle.pkix.util.MessageBundle
-
Returns the title message in the given locale and timezone.
- getTitle(Locale) - Method in class org.bouncycastle.pkix.util.MessageBundle
-
Returns the title message in the given locale and the default timezone.
- 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
-
- getTrustAnchor() - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- getTrustAnchors(X509Certificate, Set) - Method in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- 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 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
-
- getValidPolicy() - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- 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
-
- getValues(String) - Method in class org.bouncycastle.mime.Headers
-
- 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
-
- getVO() - Method in class org.bouncycastle.voms.VOMSAttribute
-
Returns the VO name
- 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.
- GOOD - Static variable in interface org.bouncycastle.cert.ocsp.CertificateStatus
-
- GOST28147_GCFB - 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
-
- GOST_ENC - Static variable in class org.bouncycastle.cms.DefaultCMSSignatureEncryptionAlgorithmFinder
-
- ScryptConfig - Class in org.bouncycastle.operator
-
Configuration class for a PBKDF based around scrypt.
- ScryptConfig.Builder - Class in org.bouncycastle.operator
-
- ScryptParams - Class in org.bouncycastle.operator
-
RFC 7914 scrypt parameters.
- ScryptParams(byte[], int, int, int) - Constructor for class org.bouncycastle.operator.ScryptParams
-
- ScryptParams(byte[], int, int, int, int) - Constructor for class org.bouncycastle.operator.ScryptParams
-
- ScryptParams(byte[], BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.operator.ScryptParams
-
Base constructor.
- SecretKeySizeProvider - Interface in org.bouncycastle.operator
-
- secureReadable - Variable in class org.bouncycastle.cms.RecipientInformation
-
- SEED_CBC - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- SEED_CBC - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- SEED_WRAP - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- SEED_WRAP - Static variable in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- server - Variable in class org.bouncycastle.est.ESTServiceBuilder
-
- SERVERGEN - Static variable in class org.bouncycastle.est.ESTService
-
- setAccuracyMicros(int) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
- setAccuracyMillis(int) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
- setAccuracySeconds(int) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
- setAlgorithmMapping(ASN1ObjectIdentifier, String) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Internally algorithm ids are converted into cipher names using a lookup table.
- setAlgorithmMapping(ASN1ObjectIdentifier, String) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
Internally algorithm ids are converted into cipher names using a lookup table.
- setAlgorithmMapping(ASN1ObjectIdentifier, String) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
Internally algorithm ids are converted into cipher names using a lookup table.
- setAlgorithmMapping(ASN1ObjectIdentifier, String) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
-
Internally algorithm ids are converted into cipher names using a lookup table.
- setAlgorithmMapping(ASN1ObjectIdentifier, String) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
Internally algorithm ids are converted into cipher names using a lookup table.
- setAlgorithmParameters(AlgorithmParameters) - Method in class org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder
-
Provide a set of algorithm parameters for the content encryption cipher to use.
- setAlgorithmParameters(AlgorithmParameters) - Method in class org.bouncycastle.cms.jcajce.JceCMSMacCalculatorBuilder
-
Provide a set of algorithm parameters for the content MAC calculator to use.
- setAnyPolicyInhibited(boolean) - Method in class org.bouncycastle.cert.path.validations.CertificatePoliciesValidationBuilder
-
- setAttribute(ASN1ObjectIdentifier, ASN1Encodable) - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
-
Set an attribute to the certification request we are building.
- setAttribute(ASN1ObjectIdentifier, ASN1Encodable[]) - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
-
Add an attribute with multiple values to the certification request we are building.
- setAttributeCert(X509AttributeCertificateHolder) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Set the attribute certificate to be matched.
- setAttributeCertificateValid(Date) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Set the time, when the certificate must be valid.
- setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.CMSAuthenticatedGenerator
-
- setAuthenticatedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.CMSAuthEnvelopedGenerator
-
- setAuthInfoPKMAC(PKMACBuilder, char[]) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setAuthInfoSender(X500Name) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setAuthInfoSender(GeneralName) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setAuthInfoSender(X500Principal) - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessageBuilder
-
- setAuthoritative(boolean) - Method in class org.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory
-
Specify requests must be authoritative, or not (default false).
- setBEREncodeRecipients(boolean) - Method in class org.bouncycastle.cms.CMSAuthenticatedDataStreamGenerator
-
Use a BER Set to store the recipient information.
- setBEREncodeRecipients(boolean) - Method in class org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator
-
Use a BER Set to store the recipient information
- setBody(PKIBody) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Set the body for the new message
- setBufferSize(int) - Method in class org.bouncycastle.cms.CMSAuthenticatedDataStreamGenerator
-
Set the underlying string size for encapsulated data
- setBufferSize(int) - Method in class org.bouncycastle.cms.CMSCompressedDataStreamGenerator
-
Set the underlying string size for encapsulated data
- setBufferSize(int) - Method in class org.bouncycastle.cms.CMSEnvelopedDataStreamGenerator
-
Set the underlying string size for encapsulated data
- setBufferSize(int) - Method in class org.bouncycastle.cms.CMSSignedDataStreamGenerator
-
Set the underlying string size for encapsulated data
- setCertReq(boolean) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- setCheckEndEntityOnly(boolean) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
-
- setClassLoader(ClassLoader) - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Set the ClassLoader
which loads the resource files.
- setContentDigest(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
-
- setContentDigest(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
- setContentDigest(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.SignerInfoGeneratorBuilder
-
Set the algorithm identifier for the contentDigest to be used for processing the data.
- setContentProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipient
-
Set the provider to use for content processing.
- setContentProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipient
-
Set the provider to use for content processing.
- setContentProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
Set the provider to use for content processing.
- setContentProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
Set the provider to use for content processing.
- setContentProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Set the provider to use for content processing.
- setContentProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Set the provider to use for content processing.
- setContentProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
Set the provider to use for content processing.
- setContentProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
Set the provider to use for content processing.
- setCritical(boolean) - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- setDataLocations(GeneralName) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
Set data location to generated requests.
- setDataLocations(GeneralNames) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
Set data location to generated requests.
- setDataUri(URI) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedGenerator
-
Set the dataURI to be included in message.
- setDate(Date) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
-
Set the current date for checking if not today.
- setDefiniteLengthEncoding(boolean) - Method in class org.bouncycastle.cms.CMSSignedDataGenerator
-
Specify use of definite length rather than indefinite length encoding.
- setDigestCalculatorProvider(DigestCalculatorProvider) - Static method in class org.bouncycastle.cert.AttributeCertificateHolder
-
Set a digest calculator provider to be used if matches are attempted using
ObjectDigestInfo,
- setDirectSignature(boolean) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
-
If the passed in flag is true, the signer signature will be based on the data, not
a collection of signed attributes, and no signed attributes will be included.
- setDirectSignature(boolean) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
If the passed in flag is true, the signer signature will be based on the data, not
a collection of signed attributes, and no signed attributes will be included.
- setDirectSignature(boolean) - Method in class org.bouncycastle.cms.SignerInfoGeneratorBuilder
-
If the passed in flag is true, the signer signature will be based on the data, not
a collection of signed attributes, and no signed attributes will be included.
- setDVCS(GeneralName) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
Set DVCS name to generated requests.
- setDVCS(GeneralNames) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
Set DVCS name to generated requests.
- setExpectedPolicies(Set) - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- setExplicitPolicyRequired(boolean) - Method in class org.bouncycastle.cert.path.validations.CertificatePoliciesValidationBuilder
-
- setExtraArgument(Object) - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
- setExtraArguments(Object[]) - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
- setFilter(Filter) - Method in class org.bouncycastle.pkix.util.LocalizedMessage.FilteredArguments
-
- setFilter(Filter) - Method in class org.bouncycastle.pkix.util.LocalizedMessage
-
Sets the
Filter
that is used to filter the arguments of this message
- setFreeText(PKIFreeText) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Include a human-readable message in the new message.
- setHeader(String, String) - Method in class org.bouncycastle.est.ESTRequestBuilder
-
- setHelper(JcaJceHelper) - Method in class org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder
-
- setHolder(AttributeCertificateHolder) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Sets the holder.
- setIsEndEntity(boolean) - Method in class org.bouncycastle.cert.path.CertPathValidationContext
-
- setIssuer(X500Name) - Method in class org.bouncycastle.cert.cmp.RevocationDetailsBuilder
-
- setIssuer(X500Name) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setIssuer(X500Principal) - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessageBuilder
-
- setIssuer(AttributeCertificateIssuer) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Sets the issuer the attribute certificate must have.
- setIssuerUniqueId(boolean[]) - Method in class org.bouncycastle.cert.X509v2AttributeCertificateBuilder
-
- setIssuerUniqueID(boolean[]) - Method in class org.bouncycastle.cert.X509v3CertificateBuilder
-
Set the issuerUniqueID - note: it is very rare that it is correct to do this.
- setIterationCount(int) - Method in class org.bouncycastle.cert.crmf.PKMACBuilder
-
- setIterationCount(int) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- setIterationCount(int) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilder
-
- setIterationCount(int) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
Set the iteration count for the PBE calculation.
- setKeySizeProvider(SecretKeySizeProvider) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEInputDecryptorProviderBuilder
-
Set the lookup provider of AlgorithmIdentifier returning key_size_in_bits used to
handle PKCS5 decryption.
- setKeySizeProvider(SecretKeySizeProvider) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
Set the lookup provider of AlgorithmIdentifier returning key_size_in_bits used to
handle PKCS5 decryption.
- setKeySizeValidation(boolean) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipient
-
Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.
- setKeySizeValidation(boolean) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.
- setKeySizeValidation(boolean) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.
- setLeaveOffEmptyAttributes(boolean) - Method in class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
-
The attributes field in PKCS10 should encoded to an empty tagged set if there are
no attributes.
- setLocale(Locale) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
Set a Locale for time creation - you may need to use this if the default locale
doesn't use a Gregorian calender so that the GeneralizedTime produced is compatible with other ASN.1 implementations.
- setMessageTime(Date) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Set the creation time for the new message.
- setMetaData(boolean, String, String) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedGenerator
-
Set the MetaData for the generated message.
- setMetaData(boolean, String, String, Attributes) - Method in class org.bouncycastle.tsp.cms.CMSTimeStampedGenerator
-
Set the MetaData for the generated message.
- setMustProduceEncodableUnwrappedKey(boolean) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().
- setMustProduceEncodableUnwrappedKey(boolean) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
-
Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().
- setNextUpdate(Date) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Set the date by which the next CRL will become available.
- setNextUpdate(Date, Locale) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Set the date by which the next CRL will become available.
- setNextUpdate(Time) - Method in class org.bouncycastle.cert.X509v2CRLBuilder
-
Set the date by which the next CRL will become available.
- setNonce(BigInteger) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
Set a nonce for this request,
- setNonceGenerator(SecureRandom) - Method in class org.bouncycastle.est.jcajce.JcaHttpAuthBuilder
-
Set the SecureRandom to be used as a source of nonces.
- setOrdering(boolean) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
- setOriginatorInfo(OriginatorInformation) - Method in class org.bouncycastle.cms.CMSAuthEnvelopedGenerator
-
- setOriginatorInfo(OriginatorInformation) - Method in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- setParameters(PBMParameter) - Method in class org.bouncycastle.cert.crmf.PKMACBuilder
-
- setParent(PKIXPolicyNode) - Method in class org.bouncycastle.pkix.jcajce.PKIXPolicyNode
-
- setPasssword(char[]) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- setPassword(char[]) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- setPasswordConversionScheme(int) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipient
-
- setPasswordConversionScheme(int) - Method in class org.bouncycastle.cms.PasswordRecipientInfoGenerator
-
- setPolicyMappingInhibited(boolean) - Method in class org.bouncycastle.cert.path.validations.CertificatePoliciesValidationBuilder
-
- setPRF(PasswordRecipient.PRF) - Method in class org.bouncycastle.cms.PasswordRecipientInfoGenerator
-
- setPRF(AlgorithmIdentifier) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
Set the PRF to use for key generation.
- setPRF(AlgorithmIdentifier) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
Set the PRF to use for key generation.
- setPrivateKeyAlgorithmIdentifier(AlgorithmIdentifier) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
Set the algorithm identifier for the private key.
- setProofOfPossessionAgreeMAC(PKMACValue) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setProofOfPossessionRaVerified() - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setProofOfPossessionSigningKeySigner(ContentSigner) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setProofOfPossessionSubsequentMessage(SubsequentMessage) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setProofOfPossessionSubsequentMessage(int, SubsequentMessage) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setProvider(String) - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessage
-
- setProvider(Provider) - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessage
-
- setProvider(Provider) - Method in class org.bouncycastle.cert.crmf.jcajce.JceAsymmetricValueDecryptorGenerator
-
- setProvider(String) - Method in class org.bouncycastle.cert.crmf.jcajce.JceAsymmetricValueDecryptorGenerator
-
- setProvider(Provider) - Method in class org.bouncycastle.cert.crmf.jcajce.JceCRMFEncryptorBuilder
-
- setProvider(String) - Method in class org.bouncycastle.cert.crmf.jcajce.JceCRMFEncryptorBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.cert.crmf.jcajce.JcePKMACValuesCalculator
-
- setProvider(String) - Method in class org.bouncycastle.cert.crmf.jcajce.JcePKMACValuesCalculator
-
- setProvider(String) - Method in class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.cert.jcajce.JcaX509CertificateConverter
-
Set the provider to use from a Provider object.
- setProvider(String) - Method in class org.bouncycastle.cert.jcajce.JcaX509CertificateConverter
-
Set the provider to use by name.
- setProvider(Provider) - Method in class org.bouncycastle.cert.jcajce.JcaX509ContentVerifierProviderBuilder
-
- setProvider(String) - Method in class org.bouncycastle.cert.jcajce.JcaX509ContentVerifierProviderBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.cert.jcajce.JcaX509CRLConverter
-
Set the provider to use from a Provider object.
- setProvider(String) - Method in class org.bouncycastle.cert.jcajce.JcaX509CRLConverter
-
Set the provider to use by name.
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoVerifierBuilder
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoVerifierBuilder
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoVerifierBuilder
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoVerifierBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceAlgorithmIdentifierConverter
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceAlgorithmIdentifierConverter
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder
-
Set the provider to use for content encryption.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder
-
Set the provider to use for content encryption (by name)
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceCMSMacCalculatorBuilder
-
Set the provider to use for content encryption.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceCMSMacCalculatorBuilder
-
Set the provider to use for content encryption (by name)
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipient
-
Set the provider to use for key recovery and content processing.
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipientInfoGenerator
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JceKTSKeyTransRecipientInfoGenerator
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipient
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipient
-
- setProvider(Provider) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipientInfoGenerator
-
- setProvider(String) - Method in class org.bouncycastle.cms.jcajce.JcePasswordRecipientInfoGenerator
-
- setProvider(String) - Method in class org.bouncycastle.eac.jcajce.JcaPublicKeyConverter
-
- setProvider(Provider) - Method in class org.bouncycastle.eac.jcajce.JcaPublicKeyConverter
-
- setProvider(String) - Method in class org.bouncycastle.eac.operator.jcajce.JcaEACSignatureVerifierBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.eac.operator.jcajce.JcaEACSignatureVerifierBuilder
-
- setProvider(String) - Method in class org.bouncycastle.eac.operator.jcajce.JcaEACSignerBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.eac.operator.jcajce.JcaEACSignerBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.est.jcajce.JcaHttpAuthBuilder
-
Set the provider to use to provide the needed message digests.
- setProvider(String) - Method in class org.bouncycastle.est.jcajce.JcaHttpAuthBuilder
-
Set the provider to use to provide the needed message digests.
- setProvider(String) - Method in class org.bouncycastle.mozilla.jcajce.JcaSignedPublicKeyAndChallenge
-
- setProvider(Provider) - Method in class org.bouncycastle.mozilla.jcajce.JcaSignedPublicKeyAndChallenge
-
- setProvider(Provider) - Method in class org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
-
- setProvider(String) - Method in class org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
-
- setProvider(Provider) - Method in class org.bouncycastle.openssl.jcajce.JcaPKIXIdentityBuilder
-
- setProvider(String) - Method in class org.bouncycastle.openssl.jcajce.JcaPKIXIdentityBuilder
-
- setProvider(String) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8DecryptorProviderBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8DecryptorProviderBuilder
-
- setProvider(String) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.openssl.jcajce.JcePEMDecryptorProviderBuilder
-
- setProvider(String) - Method in class org.bouncycastle.openssl.jcajce.JcePEMDecryptorProviderBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.openssl.jcajce.JcePEMEncryptorBuilder
-
- setProvider(String) - Method in class org.bouncycastle.openssl.jcajce.JcePEMEncryptorBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JcaContentVerifierProviderBuilder
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JcaContentVerifierProviderBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyUnwrapper
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JceInputDecryptorProviderBuilder
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JceInputDecryptorProviderBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JceKTSKeyUnwrapper
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JceKTSKeyUnwrapper
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JceKTSKeyWrapper
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JceKTSKeyWrapper
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JceSymmetricKeyUnwrapper
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JceSymmetricKeyUnwrapper
-
- setProvider(Provider) - Method in class org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
-
- setProvider(String) - Method in class org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
-
- setProvider(String) - Method in class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequest
-
- setProvider(Provider) - Method in class org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequest
-
- setProvider(Provider) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilder
-
- setProvider(String) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilderProvider
-
- setProvider(String) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilderProvider
-
- setProvider(Provider) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEInputDecryptorProviderBuilder
-
- setProvider(String) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEInputDecryptorProviderBuilder
-
- setProvider(Provider) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
- setProvider(String) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
- setPublicKey(SubjectPublicKeyInfo) - Method in class org.bouncycastle.cert.cmp.RevocationDetailsBuilder
-
- setPublicKey(SubjectPublicKeyInfo) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setPublicKey(PublicKey) - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessageBuilder
-
- setPublicKeyMac(PKMACValueGenerator, char[]) - Method in class org.bouncycastle.cert.crmf.ProofOfPossessionSigningKeyBuilder
-
- setRandom(SecureRandom) - Method in class org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
- setRandom(SecureRandom) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEOutputEncryptorBuilder
-
- setRecipKID(byte[]) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Set the recipient key identifier for the key to be used to verify the new message.
- setRecipNonce(byte[]) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Set the recipient nonce field on the new message.
- setReqPolicy(String) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- setReqPolicy(ASN1ObjectIdentifier) - Method in class org.bouncycastle.tsp.TimeStampRequestGenerator
-
- setRequester(GeneralName) - Method in class org.bouncycastle.dvcs.DVCSRequestBuilder
-
Set requester name.
- setRequestExtensions(Extensions) - Method in class org.bouncycastle.cert.ocsp.OCSPReqBuilder
-
- setRequestorName(X500Name) - Method in class org.bouncycastle.cert.ocsp.OCSPReqBuilder
-
Set the requestor name to the passed in X500Name
- setRequestorName(GeneralName) - Method in class org.bouncycastle.cert.ocsp.OCSPReqBuilder
-
- setRequestTime(Date) - Method in class org.bouncycastle.dvcs.VPKCRequestBuilder
-
- setRequestTime(Date) - Method in class org.bouncycastle.dvcs.VSDRequestBuilder
-
- setResolution(int) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
Set the resolution of the time stamp - R_SECONDS (the default), R_TENTH_OF_SECONDS, R_MICROSECONDS, R_MILLISECONDS
- setResponseExtensions(Extensions) - Method in class org.bouncycastle.cert.ocsp.BasicOCSPRespBuilder
-
Set the extensions for the response.
- setSaltAndIterationCount(byte[], int) - Method in class org.bouncycastle.cms.PasswordRecipientInfoGenerator
-
- setSaltLength(int) - Method in class org.bouncycastle.cert.crmf.PKMACBuilder
-
Set the salt length in octets.
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.cert.crmf.jcajce.JceCRMFEncryptorBuilder
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.cert.crmf.PKMACBuilder
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder
-
Provide a specified source of randomness to be used for session key and IV/nonce generation.
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.cms.jcajce.JceCMSMacCalculatorBuilder
-
Provide a specified source of randomness to be used for session key and IV/nonce generation.
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.cms.PasswordRecipientInfoGenerator
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.openssl.jcajce.JcePEMEncryptorBuilder
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.operator.jcajce.JceAsymmetricKeyWrapper
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.operator.jcajce.JceKTSKeyWrapper
-
- setSecureRandom(SecureRandom) - Method in class org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
-
- setSender(GeneralName) - Method in class org.bouncycastle.cert.crmf.ProofOfPossessionSigningKeyBuilder
-
- setSenderKID(byte[]) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Set the sender key identifier for the key used to protect the new message.
- setSenderNonce(byte[]) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Set the sender nonce field on the new message.
- setSerialNumber(BigInteger) - Method in class org.bouncycastle.cert.cmp.RevocationDetailsBuilder
-
- setSerialNumber(BigInteger) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setSerialNumber(BigInteger) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Sets the serial number the attribute certificate must have.
- setSignatureAlgorithmFinder(SignatureAlgorithmIdentifierFinder) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoVerifierBuilder
-
- setSignatureAlgorithmNameGenerator(CMSSignatureAlgorithmNameGenerator) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoVerifierBuilder
-
Override the default signature algorithm name generator.
- setSignedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
-
- setSignedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
- setSignedAttributeGenerator(AttributeTable) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
set up a DefaultSignedAttributeTableGenerator primed with the passed in AttributeTable.
- setSignedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.SignerInfoGeneratorBuilder
-
Provide a custom signed attribute generator.
- setSigningDigestAlgorithmMapping(String, String) - Static method in class org.bouncycastle.cms.CMSConfig
-
- setSigningDigestAlgorithmMapping(ASN1ObjectIdentifier, String) - Method in class org.bouncycastle.cms.DefaultCMSSignatureAlgorithmNameGenerator
-
Set the mapping for the digest algorithm to use in conjunction with a SignedData generation
or interpretation.
- setSigningEncryptionAlgorithmMapping(String, String) - Static method in class org.bouncycastle.cms.CMSConfig
-
Set the mapping for the encryption algorithm used in association with a SignedData generation
or interpretation.
- setSigningEncryptionAlgorithmMapping(ASN1ObjectIdentifier, String) - Method in class org.bouncycastle.cms.DefaultCMSSignatureAlgorithmNameGenerator
-
Set the mapping for the encryption algorithm used in association with a SignedData generation
or interpretation.
- setSoftFail(boolean, long) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
-
Configure soft failure if CRLs/OCSP not available.
- setSoftFailHardLimit(boolean, long) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
-
Configure soft failure with a hard limit if CRLs/OCSP not available.
- setSubject(X500Name) - Method in class org.bouncycastle.cert.cmp.RevocationDetailsBuilder
-
- setSubject(X500Name) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
- setSubject(X500Principal) - Method in class org.bouncycastle.cert.crmf.jcajce.JcaCertificateRequestMessageBuilder
-
- setSubjectUniqueID(boolean[]) - Method in class org.bouncycastle.cert.X509v3CertificateBuilder
-
Set the subjectUniqueID - note: it is very rare that it is correct to do this.
- setTargetGroups(Collection) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Adds a collection with target groups criteria.
- setTargetNames(Collection) - Method in class org.bouncycastle.cert.selector.X509AttributeCertificateHolderSelectorBuilder
-
Adds a collection with target names criteria.
- setTransactionID(byte[]) - Method in class org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder
-
Set the identifier for the transaction the new message will belong to.
- setTryWrongPKCS12Zero(boolean) - Method in class org.bouncycastle.pkcs.jcajce.JcePKCSPBEInputDecryptorProviderBuilder
-
- setTSA(GeneralName) - Method in class org.bouncycastle.tsp.TimeStampTokenGenerator
-
- setType(String) - Method in class org.bouncycastle.cert.jcajce.JcaCertStoreBuilder
-
Set the type of the CertStore generated.
- setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.CMSAuthenticatedGenerator
-
- setUnauthenticatedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.CMSAuthEnvelopedGenerator
-
- setUnprotectedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.CMSEncryptedGenerator
-
- setUnprotectedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.CMSEnvelopedGenerator
-
- setUnsignedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
-
- setUnsignedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoGeneratorBuilder
-
- setUnsignedAttributeGenerator(CMSAttributeTableGenerator) - Method in class org.bouncycastle.cms.SignerInfoGeneratorBuilder
-
Provide a generator of unsigned attributes.
- setup(AlgorithmIdentifier, AlgorithmIdentifier) - Method in class org.bouncycastle.cert.crmf.jcajce.JcePKMACValuesCalculator
-
- setup(AlgorithmIdentifier, AlgorithmIdentifier) - Method in interface org.bouncycastle.cert.crmf.PKMACValuesCalculator
-
- setUserKeyingMaterial(byte[]) - Method in class org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientInfoGenerator
-
- setValidity(Date, Date) - Method in class org.bouncycastle.cert.crmf.CertificateRequestMessageBuilder
-
Request a validity period for the certificate.
- setValidityModel(int) - Method in class org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
-
- SHA1 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- SHA1 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- SHA224 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- SHA224 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- SHA256 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- SHA256 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- SHA384 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- SHA384 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- SHA512 - Static variable in class org.bouncycastle.cms.CMSAlgorithm
-
- SHA512 - Static variable in interface org.bouncycastle.tsp.TSPAlgorithms
-
- SIG_REQUIRED - Static variable in class org.bouncycastle.cert.ocsp.OCSPResp
-
- SIG_REQUIRED - Static variable in class org.bouncycastle.cert.ocsp.OCSPRespBuilder
-
- SIGNATURE - Static variable in interface org.bouncycastle.cms.CMSAttributeTableGenerator
-
- SIGNATURE_ALGORITHM_IDENTIFIER - Static variable in interface org.bouncycastle.cms.CMSAttributeTableGenerator
-
- SignatureAlgorithmIdentifierFinder - Interface in org.bouncycastle.operator
-
- signedAttributeSet - Variable in class org.bouncycastle.cms.SignerInformation
-
- signedData(MimeParserContext, Headers, Store, Store, Store, SignerInformationStore) - Method in class org.bouncycastle.mime.smime.SMimeParserListener
-
- SignedDVCSMessageGenerator - Class in org.bouncycastle.dvcs
-
- SignedDVCSMessageGenerator(CMSSignedDataGenerator) - Constructor for class org.bouncycastle.dvcs.SignedDVCSMessageGenerator
-
- SignedPublicKeyAndChallenge - Class in org.bouncycastle.mozilla
-
This is designed to parse the SignedPublicKeyAndChallenge created by the
KEYGEN tag included by Mozilla based browsers.
- SignedPublicKeyAndChallenge(byte[]) - Constructor for class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- SignedPublicKeyAndChallenge(SignedPublicKeyAndChallenge) - Constructor for class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- signerGens - Variable in class org.bouncycastle.cms.CMSSignedGenerator
-
- SignerId - Class in org.bouncycastle.cms
-
a basic index for a signer.
- SignerId(byte[]) - Constructor for class org.bouncycastle.cms.SignerId
-
Construct a signer ID with the value of a public key's subjectKeyId.
- SignerId(X500Name, BigInteger) - Constructor for class org.bouncycastle.cms.SignerId
-
Construct a signer ID based on the issuer and serial number of the signer's associated
certificate.
- SignerId(X500Name, BigInteger, byte[]) - Constructor for class org.bouncycastle.cms.SignerId
-
Construct a signer ID based on the issuer and serial number of the signer's associated
certificate.
- SignerInfoGenerator - Class in org.bouncycastle.cms
-
- SignerInfoGenerator(SignerInfoGenerator, CMSAttributeTableGenerator, CMSAttributeTableGenerator) - Constructor for class org.bouncycastle.cms.SignerInfoGenerator
-
- SignerInfoGeneratorBuilder - Class in org.bouncycastle.cms
-
Builder for SignerInfo generator objects.
- SignerInfoGeneratorBuilder(DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.SignerInfoGeneratorBuilder
-
Base constructor.
- SignerInfoGeneratorBuilder(DigestCalculatorProvider, CMSSignatureEncryptionAlgorithmFinder) - Constructor for class org.bouncycastle.cms.SignerInfoGeneratorBuilder
-
Base constructor with a particular finder for signature algorithms.
- SignerInformation - Class in org.bouncycastle.cms
-
an expanded SignerInfo block from a CMS Signed message
- SignerInformation(SignerInformation) - Constructor for class org.bouncycastle.cms.SignerInformation
-
Protected constructor.
- SignerInformation(SignerInformation, SignerInfo) - Constructor for class org.bouncycastle.cms.SignerInformation
-
Protected constructor.
- SignerInformationStore - Class in org.bouncycastle.cms
-
- SignerInformationStore(SignerInformation) - Constructor for class org.bouncycastle.cms.SignerInformationStore
-
Create a store containing a single SignerInformation object.
- SignerInformationStore(Collection<SignerInformation>) - Constructor for class org.bouncycastle.cms.SignerInformationStore
-
Create a store containing a collection of SignerInformation objects.
- SignerInformationVerifier - Class in org.bouncycastle.cms
-
- SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator, SignatureAlgorithmIdentifierFinder, ContentVerifierProvider, DigestCalculatorProvider) - Constructor for class org.bouncycastle.cms.SignerInformationVerifier
-
- SignerInformationVerifierProvider - Interface in org.bouncycastle.cms
-
- SIMPLE_ENROLL - Static variable in class org.bouncycastle.est.ESTService
-
- SIMPLE_REENROLL - Static variable in class org.bouncycastle.est.ESTService
-
- SimpleAttributeTableGenerator - Class in org.bouncycastle.cms
-
Basic generator that just returns a preconstructed attribute table
- SimpleAttributeTableGenerator(AttributeTable) - Constructor for class org.bouncycastle.cms.SimpleAttributeTableGenerator
-
- simpleEnroll(EnrollmentResponse) - Method in class org.bouncycastle.est.ESTService
-
Reissue an existing request where the server had previously returned a 202.
- simpleEnroll(boolean, PKCS10CertificationRequest, ESTAuth) - Method in class org.bouncycastle.est.ESTService
-
Perform a simple enrollment operation.
- simpleEnrollPoP(boolean, PKCS10CertificationRequestBuilder, ContentSigner, ESTAuth) - Method in class org.bouncycastle.est.ESTService
-
Implements Enroll with PoP.
- simpleEnrollPopWithServersideCreation(PKCS10CertificationRequestBuilder, ContentSigner, ESTAuth) - Method in class org.bouncycastle.est.ESTService
-
Simple enrollment with PoP and server side creation of keys.
- simpleEnrollWithServersideCreation(PKCS10CertificationRequest, ESTAuth) - Method in class org.bouncycastle.est.ESTService
-
Perform a simple enrollment operation.
- SimplePKIResponse - Class in org.bouncycastle.cmc
-
Carrier for a Simple PKI Response.
- SimplePKIResponse(byte[]) - Constructor for class org.bouncycastle.cmc.SimplePKIResponse
-
Create a SimplePKIResponse from the passed in bytes.
- SimplePKIResponse(ContentInfo) - Constructor for class org.bouncycastle.cmc.SimplePKIResponse
-
Create a SimplePKIResponse from the passed in ASN.1 structure.
- SingleResp - Class in org.bouncycastle.cert.ocsp
-
- SingleResp(SingleResponse) - Constructor for class org.bouncycastle.cert.ocsp.SingleResp
-
- size() - Method in class org.bouncycastle.cms.RecipientInformationStore
-
Return the number of recipients in the collection.
- size() - Method in class org.bouncycastle.cms.SignerInformationStore
-
Return the number of signers in the collection.
- size() - Method in class org.bouncycastle.est.CsrAttrs
-
- SMimeMultipartContext - Class in org.bouncycastle.mime.smime
-
- SMimeMultipartContext(MimeParserContext, Headers) - Constructor for class org.bouncycastle.mime.smime.SMimeMultipartContext
-
- SMimeParserContext - Class in org.bouncycastle.mime.smime
-
- SMimeParserContext(String, DigestCalculatorProvider) - Constructor for class org.bouncycastle.mime.smime.SMimeParserContext
-
- SMimeParserListener - Class in org.bouncycastle.mime.smime
-
- SMimeParserListener() - Constructor for class org.bouncycastle.mime.smime.SMimeParserListener
-
- SMimeParserProvider - Class in org.bouncycastle.mime.smime
-
- SMimeParserProvider(String, DigestCalculatorProvider) - Constructor for class org.bouncycastle.mime.smime.SMimeParserProvider
-
- socketFactoryCreator - Variable in class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
- Source<T> - Interface in org.bouncycastle.est
-
Used to Wrap a socket and to provide access to the underlying session.
- spkacSeq - Variable in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- split() - Method in class org.bouncycastle.voms.VOMSAttribute.FQAN
-
- SQLFilter - Class in org.bouncycastle.pkix.util.filter
-
Filter for strings to store in a SQL table.
- SQLFilter() - Constructor for class org.bouncycastle.pkix.util.filter.SQLFilter
-
- SSLSocketFactoryCreator - Interface in org.bouncycastle.est.jcajce
-
Implementations provide SSL socket factories.
- sslSocketFactoryCreatorBuilder - Variable in class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
- storeToArray(Store<X509CertificateHolder>) - Static method in class org.bouncycastle.est.ESTService
-
Utility method to extract all the X509Certificates from a store and return them in an array.
- storeToArray(Store<X509CertificateHolder>, Selector<X509CertificateHolder>) - Static method in class org.bouncycastle.est.ESTService
-
Utility method to extract all the X509Certificates from a store using a filter and to return them
as an array.
- subjectPublicKey - Variable in class org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer
-
- SubjectPublicKeyInfoChecker - Class in org.bouncycastle.pkix
-
A checker for vetting subject public keys based on the direct checking of the ASN.1
- SubjectPublicKeyInfoChecker() - Constructor for class org.bouncycastle.pkix.SubjectPublicKeyInfoChecker
-
- SUCCESSFUL - Static variable in class org.bouncycastle.cert.ocsp.OCSPResp
-
- SUCCESSFUL - Static variable in class org.bouncycastle.cert.ocsp.OCSPRespBuilder
-
- SUMMARY_ENTRY - Static variable in class org.bouncycastle.pkix.util.ErrorBundle
-
summary entry key
- supportedSuites - Variable in class org.bouncycastle.est.jcajce.JsseESTServiceBuilder
-
- SymmetricKeyUnwrapper - Class in org.bouncycastle.operator
-
- SymmetricKeyUnwrapper(AlgorithmIdentifier) - Constructor for class org.bouncycastle.operator.SymmetricKeyUnwrapper
-
- SymmetricKeyWrapper - Class in org.bouncycastle.operator
-
- SymmetricKeyWrapper(AlgorithmIdentifier) - Constructor for class org.bouncycastle.operator.SymmetricKeyWrapper
-