- g - Variable in class org.bouncycastle.crypto.agreement.srp.SRP6Client
-
- g - Variable in class org.bouncycastle.crypto.agreement.srp.SRP6Server
-
- g - Variable in class org.bouncycastle.crypto.agreement.srp.SRP6VerifierGenerator
-
- GCMBlockCipher - Class in org.bouncycastle.crypto.modes
-
Implements the Galois/Counter mode (GCM) detailed in
NIST Special Publication 800-38D.
- GCMBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- GCMBlockCipher(BlockCipher, GCMMultiplier) - Constructor for class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- GCMMultiplier - Interface in org.bouncycastle.crypto.modes.gcm
-
- GENDER - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"
- GENERAL_STRING - Static variable in interface org.bouncycastle.asn1.DERTags
-
- GeneralDigest - Class in org.bouncycastle.crypto.digests
-
base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347.
- GeneralDigest() - Constructor for class org.bouncycastle.crypto.digests.GeneralDigest
-
Standard constructor
- GeneralDigest(GeneralDigest) - Constructor for class org.bouncycastle.crypto.digests.GeneralDigest
-
Copy constructor.
- GENERALIZED_TIME - Static variable in interface org.bouncycastle.asn1.DERTags
-
- GeneralName - Class in org.bouncycastle.asn1.x509
-
The GeneralName object.
- GeneralName(X509Name) - Constructor for class org.bouncycastle.asn1.x509.GeneralName
-
- GeneralName(DERObject, int) - Constructor for class org.bouncycastle.asn1.x509.GeneralName
-
Deprecated.
this constructor seems the wrong way round! Use GeneralName(tag, name).
- GeneralName(int, ASN1Encodable) - Constructor for class org.bouncycastle.asn1.x509.GeneralName
-
When the subjectAltName extension contains an Internet mail address,
the address MUST be included as an rfc822Name.
- GeneralName(int, String) - Constructor for class org.bouncycastle.asn1.x509.GeneralName
-
Create a GeneralName for the given tag from the passed in String.
- GeneralNames - Class in org.bouncycastle.asn1.x509
-
- GeneralNames(GeneralName) - Constructor for class org.bouncycastle.asn1.x509.GeneralNames
-
Construct a GeneralNames object containing one GeneralName.
- GeneralNames(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.GeneralNames
-
- GeneralSubtree - Class in org.bouncycastle.asn1.x509
-
Class for containing a restriction object subtrees in NameConstraints.
- GeneralSubtree(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.GeneralSubtree
-
- GeneralSubtree(GeneralName, BigInteger, BigInteger) - Constructor for class org.bouncycastle.asn1.x509.GeneralSubtree
-
Constructor from a given details.
- GeneralSubtree(GeneralName) - Constructor for class org.bouncycastle.asn1.x509.GeneralSubtree
-
- generate() - Method in class org.bouncycastle.asn1.x509.X509ExtensionsGenerator
-
Generate an X509Extensions object based on the current state of the generator.
- generate(String, PrivateKey, X509Certificate[], Date, String) - Method in class org.bouncycastle.ocsp.BasicOCSPRespGenerator
-
- generate(String, PrivateKey, X509Certificate[], Date, String, SecureRandom) - Method in class org.bouncycastle.ocsp.BasicOCSPRespGenerator
-
- generate() - Method in class org.bouncycastle.ocsp.OCSPReqGenerator
-
Generate an unsigned request
- generate(String, PrivateKey, X509Certificate[], String) - Method in class org.bouncycastle.ocsp.OCSPReqGenerator
-
- generate(String, PrivateKey, X509Certificate[], String, SecureRandom) - Method in class org.bouncycastle.ocsp.OCSPReqGenerator
-
- generate(int, Object) - Method in class org.bouncycastle.ocsp.OCSPRespGenerator
-
- generate(PrivateKey) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject
using the default provider.
- generate(PrivateKey, SecureRandom) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject
using the default provider and the passed in source of randomness
Note: this differs from the deprecated method in that the default provider is
used - not "BC".
- generate(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing, and the passed in source
of randomness (if required).
- generate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing, and the passed in source
of randomness (if required).
- generate(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V2AttributeCertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing.
- generate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V2AttributeCertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing and the supplied source
of randomness, if required.
- generate(PrivateKey) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
generate an X509 CRL, based on the current issuer and subject
using the default provider.
- generate(PrivateKey, SecureRandom) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
generate an X509 CRL, based on the current issuer and subject
using the default provider and an user defined SecureRandom object as
source of randomness.
- generate(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
generate an X509 certificate, based on the current issuer and subject
using the passed in provider for the signing.
- generate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
generate an X509 CRL, based on the current issuer and subject,
using the passed in provider for the signing.
- generate(PrivateKey) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject
using the default provider.
- generate(PrivateKey, SecureRandom) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject
using the default provider, and the passed in source of randomness
(if required).
- generate(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing.
- generate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing and the supplied source
of randomness, if required.
- generateAttributeCertificateInfo() - Method in class org.bouncycastle.asn1.x509.V2AttributeCertificateInfoGenerator
-
- generateBlindingFactor() - Method in class org.bouncycastle.crypto.generators.RSABlindingFactorGenerator
-
Generate a suitable blind factor for the public key the generator was initialised with.
- generateBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.agreement.kdf.DHKEKGenerator
-
- generateBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.agreement.kdf.ECDHKEKGenerator
-
- generateBytes(byte[], int, int) - Method in interface org.bouncycastle.crypto.DerivationFunction
-
- generateBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.generators.BaseKDFBytesGenerator
-
fill len bytes of the output buffer with bytes generated from
the derivation function.
- generateBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.generators.MGF1BytesGenerator
-
fill len bytes of the output buffer with bytes generated from
the derivation function.
- generateBytes(byte[], int, int) - Method in class org.bouncycastle.jce.provider.BrokenKDF2BytesGenerator
-
fill len bytes of the output buffer with bytes generated from
the derivation function.
- generateCertificate(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V2AttributeCertificateGenerator
-
Deprecated.
use generate()
- generateCertificate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V2AttributeCertificateGenerator
-
Deprecated.
use generate()
- generateClientCredentials(byte[], byte[], byte[]) - Method in class org.bouncycastle.crypto.agreement.srp.SRP6Client
-
Generates client's credentials given the client's salt, identity and password
- generateDerivedMacParameters(int) - Method in class org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator
-
Generate a key parameter for use with a MAC derived from the password,
salt, and iteration count we are currently initialised with.
- generateDerivedMacParameters(int) - Method in class org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
-
Generate a key parameter for use with a MAC derived from the password,
salt, and iteration count we are currently initialised with.
- generateDerivedMacParameters(int) - Method in class org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator
-
Generate a key parameter for use with a MAC derived from the password,
salt, and iteration count we are currently initialised with.
- generateDerivedMacParameters(int) - Method in class org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator
-
Generate a key parameter for use with a MAC derived from the password,
salt, and iteration count we are currently initialised with.
- generateDerivedMacParameters(int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
-
generate derived parameters for a key of length keySize, specifically
for use with a MAC.
- generateDerivedParameters(int) - Method in class org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator
-
Generate a key parameter derived from the password, salt, and iteration
count we are currently initialised with.
- generateDerivedParameters(int, int) - Method in class org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator
-
Generate a key with initialisation vector parameter derived from
the password, salt, and iteration count we are currently initialised
with.
- generateDerivedParameters(int) - Method in class org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
-
Generate a key parameter derived from the password, salt, and iteration
count we are currently initialised with.
- generateDerivedParameters(int, int) - Method in class org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
-
Generate a key with initialisation vector parameter derived from
the password, salt, and iteration count we are currently initialised
with.
- generateDerivedParameters(int) - Method in class org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator
-
Generate a key parameter derived from the password, salt, and iteration
count we are currently initialised with.
- generateDerivedParameters(int, int) - Method in class org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator
-
Generate a key with initialisation vector parameter derived from
the password, salt, and iteration count we are currently initialised
with.
- generateDerivedParameters(int) - Method in class org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator
-
Generate a key parameter derived from the password, salt, and iteration
count we are currently initialised with.
- generateDerivedParameters(int, int) - Method in class org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator
-
Generate a key with initialisation vector parameter derived from
the password, salt, and iteration count we are currently initialised
with.
- generateDerivedParameters(int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
-
generate derived parameters for a key of length keySize.
- generateDerivedParameters(int, int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
-
generate derived parameters for a key of length keySize, and
an initialisation vector (IV) of length ivSize.
- generateKey() - Method in class org.bouncycastle.crypto.CipherKeyGenerator
-
generate a secret key.
- generateKey() - Method in class org.bouncycastle.crypto.generators.DESedeKeyGenerator
-
- generateKey() - Method in class org.bouncycastle.crypto.generators.DESKeyGenerator
-
- generateKeyPair() - Method in interface org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator
-
return an AsymmetricCipherKeyPair containing the generated keys.
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.DHBasicKeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.DHKeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.DSAKeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.ECKeyPairGenerator
-
Given the domain parameters this routine generates an EC key
pair in accordance with X9.62 section 5.2.1 pages 26, 27.
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.ElGamalKeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.GOST3410KeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.NaccacheSternKeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.crypto.generators.RSAKeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.jce.provider.asymmetric.ec.KeyPairGenerator.EC
-
- generateKeyPair() - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.DH
-
- generateKeyPair() - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.DSA
-
- generateKeyPair() - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.ElGamal
-
- generateKeyPair() - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator
-
- generateKeyPair() - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.GOST3410
-
- generateKeyPair() - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.RSA
-
- generateParameters() - Method in class org.bouncycastle.crypto.generators.DHParametersGenerator
-
which generates the p and g values from the given parameters,
returning the DHParameters object.
- generateParameters() - Method in class org.bouncycastle.crypto.generators.DSAParametersGenerator
-
which generates the p and g values from the given parameters,
returning the DSAParameters object.
- generateParameters() - Method in class org.bouncycastle.crypto.generators.ElGamalParametersGenerator
-
which generates the p and g values from the given parameters,
returning the ElGamalParameters object.
- generateParameters() - Method in class org.bouncycastle.crypto.generators.GOST3410ParametersGenerator
-
which generates the p , q and a values from the given parameters,
returning the GOST3410Parameters object.
- generatePrivateKeyParameter(PrivateKey) - Static method in class org.bouncycastle.jce.provider.asymmetric.ec.ECUtil
-
- generatePrivateKeyParameter(PrivateKey) - Static method in class org.bouncycastle.jce.provider.DHUtil
-
- generatePrivateKeyParameter(PrivateKey) - Static method in class org.bouncycastle.jce.provider.DSAUtil
-
- generatePrivateKeyParameter(PrivateKey) - Static method in class org.bouncycastle.jce.provider.ElGamalUtil
-
- generatePrivateKeyParameter(PrivateKey) - Static method in class org.bouncycastle.jce.provider.GOST3410Util
-
- generatePrivateValue(Digest, BigInteger, BigInteger, SecureRandom) - Static method in class org.bouncycastle.crypto.agreement.srp.SRP6Util
-
- generatePublicKeyParameter(PublicKey) - Static method in class org.bouncycastle.jce.provider.asymmetric.ec.ECUtil
-
- generatePublicKeyParameter(PublicKey) - Static method in class org.bouncycastle.jce.provider.DHUtil
-
- generatePublicKeyParameter(PublicKey) - Static method in class org.bouncycastle.jce.provider.DSAUtil
-
- generatePublicKeyParameter(PublicKey) - Static method in class org.bouncycastle.jce.provider.ElGamalUtil
-
- generatePublicKeyParameter(PublicKey) - Static method in class org.bouncycastle.jce.provider.GOST3410Util
-
- generateSeed(int, boolean) - Method in class org.bouncycastle.crypto.prng.ThreadedSeedGenerator
-
Generate seed bytes.
- generateServerCredentials() - Method in class org.bouncycastle.crypto.agreement.srp.SRP6Server
-
Generates the server's credentials that are to be sent to the client.
- generateSignature(byte[]) - Method in interface org.bouncycastle.crypto.DSA
-
sign the passed in message (usually the output of a hash function).
- generateSignature() - Method in interface org.bouncycastle.crypto.Signer
-
generate a signature for the message we've been loaded with using
the key we were initialised with.
- generateSignature() - Method in class org.bouncycastle.crypto.signers.DSADigestSigner
-
Generate a signature for the message we've been loaded with using
the key we were initialised with.
- generateSignature(byte[]) - Method in class org.bouncycastle.crypto.signers.DSASigner
-
generate a signature for the given message using the key we were
initialised with.
- generateSignature(byte[]) - Method in class org.bouncycastle.crypto.signers.ECDSASigner
-
generate a signature for the given message using the key we were
initialised with.
- generateSignature(byte[]) - Method in class org.bouncycastle.crypto.signers.ECGOST3410Signer
-
generate a signature for the given message using the key we were
initialised with.
- generateSignature(byte[]) - Method in class org.bouncycastle.crypto.signers.ECNRSigner
-
generate a signature for the given message using the key we were
initialised with.
- generateSignature() - Method in class org.bouncycastle.crypto.signers.GenericSigner
-
Generate a signature for the message we've been loaded with using the key
we were initialised with.
- generateSignature(byte[]) - Method in class org.bouncycastle.crypto.signers.GOST3410Signer
-
generate a signature for the given message using the key we were
initialised with.
- generateSignature() - Method in class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
generate a signature for the loaded message using the key we were
initialised with.
- generateSignature() - Method in class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
generate a signature for the loaded message using the key we were
initialised with.
- generateSignature() - Method in class org.bouncycastle.crypto.signers.PSSSigner
-
generate a signature for the message we've been loaded with using
the key we were initialised with.
- generateSignature() - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
-
Generate a signature for the message we've been loaded with using the key
we were initialised with.
- generateTBSCertificate() - Method in class org.bouncycastle.asn1.x509.V1TBSCertificateGenerator
-
- generateTBSCertificate() - Method in class org.bouncycastle.asn1.x509.V3TBSCertificateGenerator
-
- generateTBSCertList() - Method in class org.bouncycastle.asn1.x509.V2TBSCertListGenerator
-
- generateVerifier(byte[], byte[], byte[]) - Method in class org.bouncycastle.crypto.agreement.srp.SRP6VerifierGenerator
-
Creates a new SRP verifier
- generateWorkingKey(boolean, byte[]) - Method in class org.bouncycastle.crypto.engines.DESEngine
-
generate an integer based working key based on our secret key
and what we processing we are planning to do.
- generateX509Certificate(PrivateKey) - Method in class org.bouncycastle.jce.X509V1CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject
using the default provider "BC".
- generateX509Certificate(PrivateKey, SecureRandom) - Method in class org.bouncycastle.jce.X509V1CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject
using the default provider "BC" and the passed in source of randomness
- generateX509Certificate(PrivateKey, String) - Method in class org.bouncycastle.jce.X509V1CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing, and the passed in source
of randomness (if required).
- generateX509Certificate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.jce.X509V1CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing, and the passed in source
of randomness (if required).
- generateX509Certificate(PrivateKey) - Method in class org.bouncycastle.jce.X509V3CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject
using the default provider "BC".
- generateX509Certificate(PrivateKey, SecureRandom) - Method in class org.bouncycastle.jce.X509V3CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject
using the default provider "BC", and the passed in source of randomness
(if required).
- generateX509Certificate(PrivateKey, String) - Method in class org.bouncycastle.jce.X509V3CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing.
- generateX509Certificate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.jce.X509V3CertificateGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing and the supplied source
of randomness, if required.
- generateX509Certificate(PrivateKey) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
Deprecated.
use generate(key, "BC")
- generateX509Certificate(PrivateKey, SecureRandom) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
Deprecated.
use generate(key, random, "BC")
- generateX509Certificate(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
Deprecated.
use generate()
- generateX509Certificate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
Deprecated.
use generate()
- generateX509Certificate(PrivateKey) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
Deprecated.
use generate(key, "BC")
- generateX509Certificate(PrivateKey, SecureRandom) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
Deprecated.
use generate(key, random, "BC")
- generateX509Certificate(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
Deprecated.
use generate()
- generateX509Certificate(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
Deprecated.
use generate()
- generateX509CRL(PrivateKey) - Method in class org.bouncycastle.jce.X509V2CRLGenerator
-
Deprecated.
generate an X509 CRL, based on the current issuer and subject
using the default provider "BC".
- generateX509CRL(PrivateKey, SecureRandom) - Method in class org.bouncycastle.jce.X509V2CRLGenerator
-
Deprecated.
generate an X509 CRL, based on the current issuer and subject
using the default provider "BC" and an user defined SecureRandom object as
source of randomness.
- generateX509CRL(PrivateKey, String) - Method in class org.bouncycastle.jce.X509V2CRLGenerator
-
Deprecated.
generate an X509 certificate, based on the current issuer and subject
using the passed in provider for the signing.
- generateX509CRL(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.jce.X509V2CRLGenerator
-
Deprecated.
generate an X509 CRL, based on the current issuer and subject,
using the passed in provider for the signing.
- generateX509CRL(PrivateKey) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
Deprecated.
use generate(key, "BC")
- generateX509CRL(PrivateKey, SecureRandom) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
Deprecated.
use generate(key, random, "BC")
- generateX509CRL(PrivateKey, String) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
Deprecated.
use generate()
- generateX509CRL(PrivateKey, String, SecureRandom) - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
Deprecated.
use generate()
- GENERATION - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
- GenericSigner - Class in org.bouncycastle.crypto.signers
-
- GenericSigner(AsymmetricBlockCipher, Digest) - Constructor for class org.bouncycastle.crypto.signers.GenericSigner
-
- GenMsgContent - Class in org.bouncycastle.asn1.cmp
-
- GenRepContent - Class in org.bouncycastle.asn1.cmp
-
- get(DERObjectIdentifier) - Method in class org.bouncycastle.asn1.cms.AttributeTable
-
Return the first attribute matching the OBJECT IDENTIFIER oid.
- get(int) - Method in class org.bouncycastle.asn1.DEREncodableVector
-
- getA() - Method in class org.bouncycastle.asn1.cryptopro.ECGOST3410ParamSetParameters
-
- getA() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- getA() - Method in class org.bouncycastle.crypto.params.GOST3410Parameters
-
- getA() - Method in class org.bouncycastle.jce.spec.GOST3410PrivateKeySpec
-
Returns the base a
.
- getA() - Method in class org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
-
Returns the base a
.
- getA() - Method in class org.bouncycastle.jce.spec.GOST3410PublicKeySpec
-
Returns the base g
.
- getAACertificateAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAACertificates(X509AttributeCertStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns attribute certificates for an attribute authority
The aAcertificate holds the privileges of an attribute authority.
- getAACertificateSubjectAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAccessDescriptions() - Method in class org.bouncycastle.asn1.x509.AuthorityInformationAccess
-
- getAccessLocation() - Method in class org.bouncycastle.asn1.x509.AccessDescription
-
- getAccessMethod() - Method in class org.bouncycastle.asn1.x509.AccessDescription
-
- getAccuracy() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getAcinfo() - Method in class org.bouncycastle.asn1.x509.AttributeCertificate
-
- getAction() - Method in class org.bouncycastle.asn1.crmf.PKIPublicationInfo
-
- getActions() - Method in class org.bouncycastle.jce.ProviderConfigurationPermission
-
- getAddedukm() - Method in class org.bouncycastle.asn1.cms.ecc.MQVuserKeyingMaterial
-
- getAdditionalStores() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns an immutable List
of additional Bouncy Castle
Store
s used for finding CRLs, certificates, attribute
certificates or cross certificates.
- getAddProfessionInfo() - Method in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
- getAdjustedDate() - Method in class org.bouncycastle.asn1.DERUTCTime
-
return the time as an adjusted date
in the range of 1950 - 2049.
- getAdjustedTime() - Method in class org.bouncycastle.asn1.DERUTCTime
-
return a time string as an adjusted date with a 4 digit year.
- getAdmissionAuthority() - Method in class org.bouncycastle.asn1.isismtt.x509.Admissions
-
- getAdmissionAuthority() - Method in class org.bouncycastle.asn1.isismtt.x509.AdmissionSyntax
-
- getAlgorithm() - Method in class org.bouncycastle.asn1.cms.OriginatorPublicKey
-
- getAlgorithm() - Method in class org.bouncycastle.asn1.x9.KeySpecificInfo
-
- getAlgorithm() - Method in class org.bouncycastle.crypto.agreement.kdf.DHKDFParameters
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCEDHPrivateKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCEDHPublicKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCEElGamalPublicKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCEPBEKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JCERSAPublicKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JDKDSAPrivateKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JDKDSAPublicKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PublicKey
-
- getAlgorithm() - Method in class org.bouncycastle.jce.spec.IEKeySpec
-
return "IES"
- getAlgorithm() - Method in class org.bouncycastle.jce.spec.MQVPrivateKeySpec
-
return "ECMQV"
- getAlgorithm() - Method in class org.bouncycastle.jce.spec.MQVPublicKeySpec
-
return "ECMQV"
- getAlgorithmHash() - Method in class org.bouncycastle.asn1.ess.OtherCertID
-
- getAlgorithmId() - Method in class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- getAlgorithmId() - Method in class org.bouncycastle.asn1.x509.DigestInfo
-
- getAlgorithmId() - Method in class org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
- getAlgorithmIdentifier(PublicKey) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- getAlgorithmName() - Method in interface org.bouncycastle.crypto.BlockCipher
-
Return the name of the algorithm the cipher implements.
- getAlgorithmName() - Method in interface org.bouncycastle.crypto.Digest
-
return the algorithm name
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.GOST3411Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.MD2Digest
-
return the algorithm name
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.MD4Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.MD5Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.RIPEMD128Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.RIPEMD160Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.RIPEMD256Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.RIPEMD320Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA384Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.TigerDigest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.WhirlpoolDigest
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.AESEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.AESFastEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.AESLightEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.BlowfishEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.CamelliaEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.CamelliaLightEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.CAST5Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.CAST6Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.DESedeEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.DESedeWrapEngine
-
Method getAlgorithmName
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.DESEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.GOST28147Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.Grain128Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.Grainv1Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.HC128Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.HC256Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.IDEAEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.ISAACEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.NoekeonEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.NullEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RC2Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RC2WrapEngine
-
Method getAlgorithmName
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RC4Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RC532Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RC564Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RC6Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RFC3211WrapEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RFC3394WrapEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.RijndaelEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.Salsa20Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.SEEDEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.SerpentEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.SkipjackEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.TEAEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.TwofishEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.VMPCEngine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.VMPCKSA3Engine
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.XTEAEngine
-
- getAlgorithmName() - Method in interface org.bouncycastle.crypto.Mac
-
Return the name of the algorithm the MAC implements.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.CFBBlockCipherMac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.CMac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.GOST28147Mac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.HMac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.ISO9797Alg3Mac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.OldHMac
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.VMPCMac
-
- getAlgorithmName() - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
Return the name of the algorithm.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
-
return the algorithm name and mode.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.CFBBlockCipher
-
return the algorithm name and mode.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.GOFBBlockCipher
-
return the algorithm name and mode.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.OFBBlockCipher
-
return the algorithm name and mode.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher
-
return the algorithm name and mode.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.PGPCFBBlockCipher
-
return the algorithm name and mode.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.SICBlockCipher
-
- getAlgorithmName() - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
-
Deprecated.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.StreamBlockCipher
-
return the name of the algorithm we are wrapping.
- getAlgorithmName() - Method in interface org.bouncycastle.crypto.StreamCipher
-
Return the name of the algorithm the cipher implements.
- getAlgorithmName() - Method in class org.bouncycastle.crypto.tls.CombinedHash
-
- getAlgorithmName() - Method in interface org.bouncycastle.crypto.Wrapper
-
Return the name of the algorithm the wrapper implements.
- getAlgorithmName() - Method in class org.bouncycastle.jce.provider.util.NullDigest
-
- getAll(DERObjectIdentifier) - Method in class org.bouncycastle.asn1.cms.AttributeTable
-
Return all the attributes matching the OBJECT IDENTIFIER oid.
- getAlphabetic() - Method in class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
-
- getAmount() - Method in class org.bouncycastle.asn1.isismtt.x509.MonetaryLimit
-
- getAmount() - Method in class org.bouncycastle.asn1.x509.qualified.MonetaryValue
-
- getApplicationTag() - Method in class org.bouncycastle.asn1.DERApplicationSpecific
-
- getAssociatedText() - Method in class org.bouncycastle.crypto.params.AEADParameters
-
- getAttrCertCheckers() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns the attribute certificate checker.
- getAttrCertificateChecking() - Method in class org.bouncycastle.x509.X509CRLStoreSelector
-
Returns the attribute certificate being checked.
- getAttrCertValidityPeriod() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getAttributeAuthorityRevocationListAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributeAuthorityRevocationListIssuerAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributeAuthorityRevocationLists(X509CRLStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns the revocation list for revoked attribute certificates for an
attribute authority
The attributeAuthorityList holds a list of AA certificates that have been
revoked.
- getAttributeCert() - Method in class org.bouncycastle.x509.X509AttributeCertStoreSelector
-
Returns the attribute certificate which must be matched.
- getAttributeCertificateAttributeAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributeCertificateAttributes(X509AttributeCertStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns an attribute certificate for an user.
- getAttributeCertificateAttributeSubjectAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributeCertificateRevocationListAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributeCertificateRevocationListIssuerAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributeCertificateRevocationLists(X509CRLStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns the revocation list for revoked attribute certificates.
- getAttributeCertificateValid() - Method in class org.bouncycastle.x509.X509AttributeCertStoreSelector
-
Get the criteria for the validity.
- getAttributeDescriptorCertificateAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributeDescriptorCertificates(X509AttributeCertStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns an attribute certificate for an authority
The attributeDescriptorCertificate is self signed by a source of
authority and holds a description of the privilege and its delegation
rules.
- getAttributeDescriptorCertificateSubjectAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAttributes() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequestInfo
-
- getAttributes() - Method in class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- getAttributes() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getAttributes() - Method in class org.bouncycastle.asn1.x509.SubjectDirectoryAttributes
-
- getAttributes() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the attributes contained in the attribute block in the certificate.
- getAttributes(String) - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the attributes with the same type as the passed in oid.
- getAttributes() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getAttributes(String) - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getAttrType() - Method in class org.bouncycastle.asn1.cms.Attribute
-
- getAttrType() - Method in class org.bouncycastle.asn1.pkcs.Attribute
-
- getAttrType() - Method in class org.bouncycastle.asn1.x509.Attribute
-
- getAttrValues() - Method in class org.bouncycastle.asn1.cms.Attribute
-
- getAttrValues() - Method in class org.bouncycastle.asn1.pkcs.Attribute
-
- getAttrValues() - Method in class org.bouncycastle.asn1.x509.Attribute
-
- getAuthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getAuthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getAuthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
- getAuthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
-
- getAuthEncryptedContentInfo() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
- getAuthEncryptedContentInfo() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
-
- getAuthenticatedAttributes() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getAuthenticatedAttributes() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getAuthorityCertIssuer() - Method in class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
-
- getAuthorityCertSerialNumber() - Method in class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
-
- getAuthorityRevocationListAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAuthorityRevocationListIssuerAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getAuthorityRevocationLists(X509CRLStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns the CRLs for issued certificates for other CAs matching the given
selector.
- getAuthSafe() - Method in class org.bouncycastle.asn1.pkcs.Pfx
-
- getBadSinceDate() - Method in class org.bouncycastle.asn1.cmp.RevAnnContent
-
- getBagAttribute(DERObjectIdentifier) - Method in interface org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier
-
- getBagAttribute(DERObjectIdentifier) - Method in class org.bouncycastle.jce.provider.JCEDHPrivateKey
-
- getBagAttribute(DERObjectIdentifier) - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- getBagAttribute(DERObjectIdentifier) - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
- getBagAttribute(DERObjectIdentifier) - Method in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- getBagAttribute(DERObjectIdentifier) - Method in class org.bouncycastle.jce.provider.JDKDSAPrivateKey
-
- getBagAttribute(DERObjectIdentifier) - Method in class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
-
- getBagAttribute(DERObjectIdentifier) - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getBagAttributeKeys() - Method in interface org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier
-
- getBagAttributeKeys() - Method in class org.bouncycastle.jce.provider.JCEDHPrivateKey
-
- getBagAttributeKeys() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- getBagAttributeKeys() - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
- getBagAttributeKeys() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- getBagAttributeKeys() - Method in class org.bouncycastle.jce.provider.JDKDSAPrivateKey
-
- getBagAttributeKeys() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
-
- getBagAttributeKeys() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getBagAttributes() - Method in class org.bouncycastle.asn1.pkcs.SafeBag
-
- getBagId() - Method in class org.bouncycastle.asn1.pkcs.SafeBag
-
- getBagValue() - Method in class org.bouncycastle.asn1.pkcs.SafeBag
-
- getBase() - Method in class org.bouncycastle.asn1.x509.GeneralSubtree
-
- getBaseCertificateID() - Method in class org.bouncycastle.asn1.x509.Holder
-
- getBaseCertificateID() - Method in class org.bouncycastle.asn1.x509.V2Form
-
- getBaseDN() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getBasicConstraints() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getBiometricDataHash() - Method in class org.bouncycastle.asn1.x509.qualified.BiometricData
-
- getBiometricDataOid() - Method in class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-
- getBlindingFactor() - Method in class org.bouncycastle.crypto.params.RSABlindingParameters
-
- getBlockSize() - Method in interface org.bouncycastle.crypto.BlockCipher
-
Return the block size for this cipher (in bytes).
- getBlockSize() - Method in class org.bouncycastle.crypto.BufferedBlockCipher
-
return the blocksize for the underlying cipher.
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.AESEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.AESFastEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.AESLightEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.BlowfishEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.CamelliaEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.CamelliaLightEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.CAST5Engine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.CAST6Engine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.DESedeEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.DESEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.GOST28147Engine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.IDEAEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.NoekeonEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.NullEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.RC2Engine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.RC532Engine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.RC564Engine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.RC6Engine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.RijndaelEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.SEEDEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.SerpentEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.SkipjackEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.TEAEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.TwofishEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.engines.XTEAEngine
-
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
-
return the block size of the underlying cipher.
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.CFBBlockCipher
-
return the block size we are operating at.
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.GOFBBlockCipher
-
return the block size we are operating at (in bytes).
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.OFBBlockCipher
-
return the block size we are operating at (in bytes).
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher
-
return the block size we are operating at.
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.PGPCFBBlockCipher
-
return the block size we are operating at.
- getBlockSize() - Method in class org.bouncycastle.crypto.modes.SICBlockCipher
-
- getBody() - Method in class org.bouncycastle.asn1.cmp.PKIMessage
-
- getBody() - Method in class org.bouncycastle.asn1.cmp.ProtectedPart
-
- getBufferPosition() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
-
return the amount of data sitting in the buffer.
- getByName(String) - Static method in class org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
-
- getByName(String) - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410NamedParameters
-
- getByName(String) - Static method in class org.bouncycastle.asn1.nist.NISTNamedCurves
-
- getByName(String) - Static method in class org.bouncycastle.asn1.sec.SECNamedCurves
-
- getByName(String) - Static method in class org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
-
- getByName(String) - Static method in class org.bouncycastle.asn1.x9.X962NamedCurves
-
- getByOID(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
-
return the ECDomainParameters object for the given OID, null if it
isn't present.
- getByOID(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410NamedParameters
-
return the GOST3410ParamSetParameters object for the given OID, null if it
isn't present.
- getByOID(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.nist.NISTNamedCurves
-
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
- getByOID(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.sec.SECNamedCurves
-
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
- getByOID(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
-
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
- getByOID(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.x9.X962NamedCurves
-
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
- getByteLength(ECCurve) - Method in class org.bouncycastle.asn1.x9.X9IntegerConverter
-
- getByteLength(ECFieldElement) - Method in class org.bouncycastle.asn1.x9.X9IntegerConverter
-
- getByteLength() - Method in class org.bouncycastle.crypto.digests.GeneralDigest
-
- getByteLength() - Method in class org.bouncycastle.crypto.digests.GOST3411Digest
-
- getByteLength() - Method in class org.bouncycastle.crypto.digests.LongDigest
-
- getByteLength() - Method in class org.bouncycastle.crypto.digests.MD2Digest
-
- getByteLength() - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
-
- getByteLength() - Method in class org.bouncycastle.crypto.digests.TigerDigest
-
- getByteLength() - Method in class org.bouncycastle.crypto.digests.WhirlpoolDigest
-
- getByteLength() - Method in interface org.bouncycastle.crypto.ExtendedDigest
-
Return the size in bytes of the internal buffer the digest applies it's compression
function to.
- getBytes(int) - Static method in class org.bouncycastle.asn1.DERBitString
-
return the correct number of bytes for a bit string defined in
a 32 bit constant
- getBytes() - Method in class org.bouncycastle.asn1.DERBitString
-
- getC() - Method in class org.bouncycastle.crypto.params.GOST3410ValidationParameters
-
- getCACertificateAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getCACertificates(X509CertStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns CA certificates.
- getCACertificateSubjectAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getCaCerts() - Method in class org.bouncycastle.asn1.cmp.KeyRecRepContent
-
- getCapabilities(DERObjectIdentifier) - Method in class org.bouncycastle.asn1.smime.SMIMECapabilities
-
returns a vector with 0 or more objects of all the capabilities
matching the passed in capability OID.
- getCapabilityID() - Method in class org.bouncycastle.asn1.smime.SMIMECapability
-
- getCaPubs() - Method in class org.bouncycastle.asn1.cmp.CertRepMessage
-
- getCause() - Method in exception org.bouncycastle.asn1.ASN1ParsingException
-
- getCause() - Method in exception org.bouncycastle.crypto.tls.TlsRuntimeException
-
- getCause() - Method in exception org.bouncycastle.jce.exception.ExtCertificateEncodingException
-
- getCause() - Method in exception org.bouncycastle.jce.exception.ExtCertPathBuilderException
-
- getCause() - Method in exception org.bouncycastle.jce.exception.ExtCertPathValidatorException
-
- getCause() - Method in interface org.bouncycastle.jce.exception.ExtException
-
Returns the cause of the exception.
- getCause() - Method in exception org.bouncycastle.jce.exception.ExtIOException
-
- getCause() - Method in exception org.bouncycastle.jce.provider.AnnotatedException
-
- getCause() - Method in exception org.bouncycastle.ocsp.OCSPException
-
- getCause() - Method in exception org.bouncycastle.openssl.EncryptionException
-
- getCause() - Method in exception org.bouncycastle.openssl.PEMException
-
- getCause() - Method in exception org.bouncycastle.util.StoreException
-
- getCause() - Method in exception org.bouncycastle.util.StreamParsingException
-
- getCause() - Method in exception org.bouncycastle.x509.util.StreamParsingException
-
- getCertainty() - Method in class org.bouncycastle.crypto.params.NaccacheSternKeyGenerationParameters
-
- getCertainty() - Method in class org.bouncycastle.crypto.params.RSAKeyGenerationParameters
-
- getCertDetails() - Method in class org.bouncycastle.asn1.cmp.RevDetails
-
- getCertHash() - Method in class org.bouncycastle.asn1.ess.ESSCertID
-
- getCertHash() - Method in class org.bouncycastle.asn1.ess.ESSCertIDv2
-
- getCertHash() - Method in class org.bouncycastle.asn1.ess.OtherCertID
-
- getCertId() - Method in class org.bouncycastle.asn1.cmp.OOBCertHash
-
- getCertId() - Method in class org.bouncycastle.asn1.cmp.RevAnnContent
-
- getCertID() - Method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
- getCertId() - Method in class org.bouncycastle.asn1.pkcs.CertBag
-
- getCertID() - Method in class org.bouncycastle.ocsp.Req
-
- getCertID() - Method in class org.bouncycastle.ocsp.SingleResp
-
- getCertificate() - Method in class org.bouncycastle.asn1.cmp.CertOrEncCert
-
- getCertificateBytes() - Method in class org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate
-
- getCertificateHash() - Method in class org.bouncycastle.asn1.isismtt.ocsp.CertHash
-
- getCertificateIssuer() - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- getCertificateRevocationListAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getCertificateRevocationListIssuerAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getCertificateRevocationLists(X509CRLStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns the certificate revocation lists for revoked certificates.
- getCertificates() - Method in class org.bouncycastle.asn1.cms.OriginatorInfo
-
- getCertificates() - Method in class org.bouncycastle.asn1.cms.SignedData
-
- getCertificates() - Method in class org.bouncycastle.asn1.cms.SignedDataParser
-
- getCertificates() - Method in class org.bouncycastle.asn1.pkcs.SignedData
-
- getCertificates() - Method in class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Get the X.509 certificates associated with this PKCS#7 object
- getCertificates() - Method in class org.bouncycastle.jce.provider.PKIXCertPath
-
Returns the list of certificates in this certification
path.
- getCertificates(String, String) - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
Return the certificates, if any associated with the response.
- getCertificates(String, String) - Method in class org.bouncycastle.ocsp.OCSPReq
-
If the request is signed return a possibly empty CertStore containing the certificates in the
request.
- getCertificateSerialNumber() - Method in class org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber
-
- getCertificationRequestInfo() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequest
-
- getCertifiedAttributes() - Method in class org.bouncycastle.asn1.esf.SignerAttribute
-
- getCertifiedKeyPair() - Method in class org.bouncycastle.asn1.cmp.CertResponse
-
- getCertOrEncCert() - Method in class org.bouncycastle.asn1.cmp.CertifiedKeyPair
-
- getCertPair() - Method in class org.bouncycastle.x509.X509CertPairStoreSelector
-
Returns the certificate pair which is used for testing on equality.
- getCertPath() - Method in exception org.bouncycastle.x509.CertPathReviewerException
-
- getCertPath() - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getCertPathSize() - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getCertRef() - Method in class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
- getCertReq() - Method in class org.bouncycastle.asn1.crmf.CertReqMsg
-
- getCertReq() - Method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
- getCertReqId() - Method in class org.bouncycastle.asn1.cmp.CertResponse
-
- getCertReqId() - Method in class org.bouncycastle.asn1.cmp.CertStatus
-
- getCertReqId() - Method in class org.bouncycastle.asn1.cmp.PollRepContent
-
- getCertReqId() - Method in class org.bouncycastle.asn1.crmf.CertRequest
-
- getCertReqIds() - Method in class org.bouncycastle.asn1.cmp.PollReqContent
-
- getCerts() - Method in class org.bouncycastle.asn1.ess.OtherSigningCertificate
-
- getCerts() - Method in class org.bouncycastle.asn1.ess.SigningCertificate
-
- getCerts() - Method in class org.bouncycastle.asn1.ess.SigningCertificateV2
-
- getCerts() - Method in class org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
- getCerts() - Method in class org.bouncycastle.asn1.ocsp.Signature
-
- getCerts() - Method in class org.bouncycastle.crypto.tls.Certificate
-
- getCerts(String) - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getCerts(String) - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getCertStatus() - Method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
- getCertStatus(Date, X509CRL, Object, CertStatus) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- getCertStatus() - Method in class org.bouncycastle.ocsp.SingleResp
-
Return the status object for the response - null indicates good.
- getCertStores() - Method in class org.bouncycastle.jce.MultiCertStoreParameters
-
- getCertTemplate() - Method in class org.bouncycastle.asn1.crmf.CertRequest
-
- getCertValue() - Method in class org.bouncycastle.asn1.pkcs.CertBag
-
- getChallenge() - Method in class org.bouncycastle.asn1.mozilla.PublicKeyAndChallenge
-
- getChallenge() - Method in class org.bouncycastle.jce.netscape.NetscapeCertRequest
-
- getCheckAfter() - Method in class org.bouncycastle.asn1.cmp.PollRepContent
-
- getChildren() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- getCipherKeySize() - Method in class org.bouncycastle.crypto.params.IESWithCipherParameters
-
- getCipherSuite(int, TlsProtocolHandler) - Static method in class org.bouncycastle.crypto.tls.TlsCipherSuiteManager
-
- getCL() - Method in class org.bouncycastle.crypto.params.GOST3410ValidationParameters
-
- getClaimedAttributes() - Method in class org.bouncycastle.asn1.esf.SignerAttribute
-
- getCntSmallPrimes() - Method in class org.bouncycastle.crypto.params.NaccacheSternKeyGenerationParameters
-
- getCoefficient() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getCollection() - Method in class org.bouncycastle.x509.X509CollectionStoreParameters
-
Returns a copy of the Collection
.
- getCommitmentTypeId() - Method in class org.bouncycastle.asn1.esf.CommitmentTypeIndication
-
- getCommitmentTypeIdentifier() - Method in class org.bouncycastle.asn1.esf.CommitmentTypeQualifier
-
- getCommitmentTypeQualifier() - Method in class org.bouncycastle.asn1.esf.CommitmentTypeIndication
-
- getCompleteCRLs(DistributionPoint, Object, Date, ExtendedPKIXParameters) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
Fetches complete CRLs according to RFC 3280.
- getCompressionAlgorithmIdentifier() - Method in class org.bouncycastle.asn1.cms.CompressedData
-
- getCompressionAlgorithmIdentifier() - Method in class org.bouncycastle.asn1.cms.CompressedDataParser
-
- getContent() - Method in class org.bouncycastle.asn1.cms.ContentInfo
-
- getContent(int) - Method in class org.bouncycastle.asn1.cms.ContentInfoParser
-
- getContent() - Method in class org.bouncycastle.asn1.pkcs.ContentInfo
-
- getContent() - Method in class org.bouncycastle.asn1.pkcs.EncryptedData
-
- getContentDescription() - Method in class org.bouncycastle.asn1.ess.ContentHints
-
- getContentEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.cms.EncryptedContentInfo
-
- getContentEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.cms.EncryptedContentInfoParser
-
- getContentInfo() - Method in class org.bouncycastle.asn1.pkcs.AuthenticatedSafe
-
- getContentInfo() - Method in class org.bouncycastle.asn1.pkcs.SignedData
-
- getContents() - Method in class org.bouncycastle.asn1.DERApplicationSpecific
-
- getContentsOfAdmissions() - Method in class org.bouncycastle.asn1.isismtt.x509.AdmissionSyntax
-
- getContentType() - Method in class org.bouncycastle.asn1.cms.ContentInfo
-
- getContentType() - Method in class org.bouncycastle.asn1.cms.ContentInfoParser
-
- getContentType() - Method in class org.bouncycastle.asn1.cms.EncryptedContentInfo
-
- getContentType() - Method in class org.bouncycastle.asn1.cms.EncryptedContentInfoParser
-
- getContentType() - Method in class org.bouncycastle.asn1.ess.ContentHints
-
- getContentType() - Method in class org.bouncycastle.asn1.pkcs.ContentInfo
-
- getContentType() - Method in class org.bouncycastle.asn1.pkcs.EncryptedData
-
- getControls() - Method in class org.bouncycastle.asn1.crmf.CertRequest
-
- getConvertedValue(DERObjectIdentifier, String) - Method in class org.bouncycastle.asn1.x509.X509DefaultEntryConverter
-
Apply default coversion for the given value depending on the oid
and the character range of the value.
- getConvertedValue(DERObjectIdentifier, String) - Method in class org.bouncycastle.asn1.x509.X509NameEntryConverter
-
Convert the passed in String value into the appropriate ASN.1
encoded object.
- getCounter() - Method in class org.bouncycastle.asn1.x9.KeySpecificInfo
-
- getCounter() - Method in class org.bouncycastle.crypto.params.DHValidationParameters
-
- getCounter() - Method in class org.bouncycastle.crypto.params.DSAValidationParameters
-
- getCountry() - Method in class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
- getCountryName() - Method in class org.bouncycastle.asn1.esf.SignerLocation
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.Req
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.RespData
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.SingleResp
-
- getCriticalExtensionOIDs() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getCrlDetails() - Method in class org.bouncycastle.asn1.cmp.RevAnnContent
-
- getCRLDistUrls(CRLDistPoint) - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getCrlEntryDetails() - Method in class org.bouncycastle.asn1.cmp.RevDetails
-
- getCRLIssuer() - Method in class org.bouncycastle.asn1.x509.DistributionPoint
-
- getCRLIssuersFromDistributionPoint(DistributionPoint, Collection, X509CRLSelector, ExtendedPKIXParameters) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
Add the CRL issuers from the cRLIssuer field of the distribution point or
from the certificate if not given to the issuer criterion of the
selector
.
- getCrlNum() - Method in class org.bouncycastle.asn1.ocsp.CrlID
-
- getCRLNumber() - Method in class org.bouncycastle.asn1.x509.CRLNumber
-
- getCrls() - Method in class org.bouncycastle.asn1.cmp.RevRepContent
-
- getCRLs() - Method in class org.bouncycastle.asn1.cms.OriginatorInfo
-
- getCRLs() - Method in class org.bouncycastle.asn1.cms.SignedData
-
- getCrls() - Method in class org.bouncycastle.asn1.cms.SignedDataParser
-
- getCRLs() - Method in class org.bouncycastle.asn1.pkcs.SignedData
-
- getCRLs() - Method in class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Get the X.509 certificate revocation lists associated with this PKCS#7 object
- getCrlTime() - Method in class org.bouncycastle.asn1.ocsp.CrlID
-
- getCrlUrl() - Method in class org.bouncycastle.asn1.ocsp.CrlID
-
- getCrossCertificateAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getCrossCertificatePairs(X509CertPairStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns cross certificate pairs.
- getCrossCertificateSubjectAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getCrtCoefficient() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
return the CRT coefficient.
- getCurrency() - Method in class org.bouncycastle.asn1.isismtt.x509.MonetaryLimit
-
- getCurrency() - Method in class org.bouncycastle.asn1.x509.qualified.MonetaryValue
-
- getCurve() - Method in class org.bouncycastle.asn1.x9.X9Curve
-
- getCurve() - Method in class org.bouncycastle.asn1.x9.X9ECParameters
-
- getCurve() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
-
- getCurve() - Method in class org.bouncycastle.jce.spec.ECParameterSpec
-
return the curve along which the base point lies.
- getCurveName(DERObjectIdentifier) - Static method in class org.bouncycastle.jce.provider.asymmetric.ec.ECUtil
-
- getD() - Method in class org.bouncycastle.crypto.params.ECPrivateKeyParameters
-
- getD() - Method in interface org.bouncycastle.jce.interfaces.ECPrivateKey
-
return the private value D.
- getD() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- getD() - Method in class org.bouncycastle.jce.spec.ECPrivateKeySpec
-
return the private number D
- getData() - Method in class org.bouncycastle.asn1.DERUnknownTag
-
- getDatagroupHash() - Method in class org.bouncycastle.asn1.icao.LDSSecurityObject
-
- getDataGroupHashValue() - Method in class org.bouncycastle.asn1.icao.DataGroupHash
-
- getDataGroupNumber() - Method in class org.bouncycastle.asn1.icao.DataGroupHash
-
- getDataValueDescriptor() - Method in class org.bouncycastle.asn1.DERExternal
-
Returns the data value descriptor
- getDate() - Method in class org.bouncycastle.asn1.cms.KEKIdentifier
-
- getDate() - Method in class org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
- getDate() - Method in class org.bouncycastle.asn1.cms.Time
-
- getDate() - Method in class org.bouncycastle.asn1.DERGeneralizedTime
-
- getDate() - Method in class org.bouncycastle.asn1.DERUTCTime
-
return the time as a date based on whatever a 2 digit year will return.
- getDate() - Method in class org.bouncycastle.asn1.x509.Time
-
- getDateOfBirth() - Method in class org.bouncycastle.asn1.isismtt.x509.DeclarationOfMajority
-
- getDateOfBirth() - Method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
- getDecodedBlockSize() - Method in class org.bouncycastle.util.encoders.HexTranslator
-
size of the output block on decoding produced by getEncodedBlockSize()
bytes.
- getDecodedBlockSize() - Method in interface org.bouncycastle.util.encoders.Translator
-
size of the output block on decoding produced by getEncodedBlockSize()
bytes.
- getDeltaCertificateRevocationLists(X509CRLStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns the delta revocation list for revoked certificates.
- getDeltaCRLs(Date, ExtendedPKIXParameters, X509CRL) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
Fetches delta CRLs according to RFC 3280 section 5.2.4.
- getDeltaRevocationListAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getDeltaRevocationListIssuerAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getDepth() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- getDEREncoded() - Method in class org.bouncycastle.asn1.ASN1Encodable
-
Return the DER encoding of the object, null if the DER encoding can not be made.
- getDerivationV() - Method in class org.bouncycastle.crypto.params.IESParameters
-
- getDerivationV() - Method in class org.bouncycastle.jce.spec.IESParameterSpec
-
return the derivation vector.
- getDERObject() - Method in class org.bouncycastle.asn1.ASN1Encodable
-
- getDERObject() - Method in class org.bouncycastle.asn1.BERApplicationSpecificParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.BEROctetStringParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.BERSequenceParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.BERSetParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.BERTaggedObjectParser
-
- getDERObject() - Method in interface org.bouncycastle.asn1.DEREncodable
-
- getDERObject() - Method in class org.bouncycastle.asn1.DERExternalParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.DEROctetStringParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.DERSequenceParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.DERSetParser
-
- getDERObject() - Method in class org.bouncycastle.asn1.pkcs.EncryptionScheme
-
- getDERObject() - Method in class org.bouncycastle.asn1.pkcs.PBES2Algorithms
-
Deprecated.
- getDigest() - Method in class org.bouncycastle.asn1.x509.DigestInfo
-
- getDigest() - Method in class org.bouncycastle.crypto.agreement.kdf.DHKEKGenerator
-
- getDigest() - Method in class org.bouncycastle.crypto.agreement.kdf.ECDHKEKGenerator
-
- getDigest() - Method in interface org.bouncycastle.crypto.DerivationFunction
-
return the message digest used as the basis for the function
- getDigest() - Method in class org.bouncycastle.crypto.generators.BaseKDFBytesGenerator
-
return the underlying digest.
- getDigest() - Method in class org.bouncycastle.crypto.generators.MGF1BytesGenerator
-
return the underlying digest.
- getDigest() - Method in class org.bouncycastle.crypto.io.DigestInputStream
-
- getDigest() - Method in class org.bouncycastle.crypto.io.DigestOutputStream
-
- getDigest() - Method in class org.bouncycastle.jce.provider.BrokenKDF2BytesGenerator
-
return the underlying digest.
- getDigestAlgorithm() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getDigestAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getDigestAlgorithm() - Method in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
- getDigestAlgorithm() - Method in class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Get the algorithm used to calculate the message digest
- getDigestAlgorithm() - Method in class org.bouncycastle.x509.AttributeCertificateHolder
-
Returns the other object type ID if an object digest info is used.
- getDigestAlgorithmIdentifier() - Method in class org.bouncycastle.asn1.icao.LDSSecurityObject
-
- getDigestAlgorithms() - Method in class org.bouncycastle.asn1.cms.SignedData
-
- getDigestAlgorithms() - Method in class org.bouncycastle.asn1.cms.SignedDataParser
-
- getDigestAlgorithms() - Method in class org.bouncycastle.asn1.pkcs.SignedData
-
- getDigestedObjectType() - Method in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
- getDigestedObjectType() - Method in class org.bouncycastle.x509.AttributeCertificateHolder
-
Returns the digest object type if an object digest info is used.
- getDigestEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getDigestEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getDigestParamSet() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- getDigestParamSetOID() - Method in interface org.bouncycastle.jce.interfaces.GOST3410Params
-
- getDigestParamSetOID() - Method in class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- getDigestSize() - Method in interface org.bouncycastle.crypto.Digest
-
return the size, in bytes, of the digest produced by this message digest.
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.GOST3411Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.MD2Digest
-
return the size, in bytes, of the digest produced by this message digest.
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.MD4Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.MD5Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.RIPEMD128Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.RIPEMD160Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.RIPEMD256Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.RIPEMD320Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA384Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.TigerDigest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.digests.WhirlpoolDigest
-
- getDigestSize() - Method in class org.bouncycastle.crypto.tls.CombinedHash
-
- getDigestSize() - Method in class org.bouncycastle.jce.provider.util.NullDigest
-
- getDirectReference() - Method in class org.bouncycastle.asn1.DERExternal
-
Returns the direct reference of the external element
- getDistributionPoint() - Method in class org.bouncycastle.asn1.x509.DistributionPoint
-
- getDistributionPoint() - Method in class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
- getDistributionPoints() - Method in class org.bouncycastle.asn1.x509.CRLDistPoint
-
Return the distribution points making up the sequence.
- getDomainParameters() - Method in class org.bouncycastle.crypto.params.ECKeyGenerationParameters
-
- getDP() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
-
- getDQ() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
-
- getEcImplicitlyCa() - Static method in class org.bouncycastle.jce.provider.ProviderUtil
-
- getEffectiveKeyBits() - Method in class org.bouncycastle.crypto.params.RC2Parameters
-
- getEnapsulatedContentInfo() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getEncapContentInfo() - Method in class org.bouncycastle.asn1.cms.CompressedData
-
- getEncapContentInfo() - Method in class org.bouncycastle.asn1.cms.CompressedDataParser
-
- getEncapContentInfo() - Method in class org.bouncycastle.asn1.cms.SignedData
-
- getEncapContentInfo() - Method in class org.bouncycastle.asn1.cms.SignedDataParser
-
- getEncapsulatedContentInfo() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getEncoded() - Method in class org.bouncycastle.asn1.ASN1Encodable
-
Return the default BER or DER encoding for this object.
- getEncoded(String) - Method in class org.bouncycastle.asn1.ASN1Encodable
-
Return either the default for "BER" or a DER encoding if "DER" is specified.
- getEncoded() - Method in class org.bouncycastle.jce.PKCS10CertificationRequest
-
return a DER encoded byte array representing this object
- getEncoded() - Method in class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
return the bytes for the PKCS7SignedData object.
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCEDHPrivateKey
-
Return a PKCS8 representation of the key.
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCEDHPublicKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
Return a PKCS8 representation of the key.
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
Return a PKCS8 representation of the key.
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCEElGamalPublicKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCEPBEKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
Return a PKCS8 representation of the key.
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.JCERSAPublicKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.JDKDSAPrivateKey
-
Return a PKCS8 representation of the key.
- getEncoded() - Method in class org.bouncycastle.jce.provider.JDKDSAPublicKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
-
Return a PKCS8 representation of the key.
- getEncoded() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PublicKey
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.PKIXCertPath
-
Returns the encoded form of this certification path, using
the default encoding.
- getEncoded(String) - Method in class org.bouncycastle.jce.provider.PKIXCertPath
-
Returns the encoded form of this certification path, using
the specified encoding.
- getEncoded() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- getEncoded() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getEncoded() - Method in class org.bouncycastle.jce.spec.IEKeySpec
-
returns null
- getEncoded() - Method in class org.bouncycastle.jce.spec.MQVPrivateKeySpec
-
returns null
- getEncoded() - Method in class org.bouncycastle.jce.spec.MQVPublicKeySpec
-
returns null
- getEncoded() - Method in class org.bouncycastle.jce.X509Principal
-
return a DER encoded byte array representing this object
- getEncoded() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.ocsp.OCSPReq
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in class org.bouncycastle.ocsp.OCSPResp
-
return the ASN.1 encoded representation of this object.
- getEncoded() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return an ASN.1 encoded byte array representing the attribute certificate.
- getEncoded() - Method in class org.bouncycastle.x509.X509CertificatePair
-
- getEncoded() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getEncodedBlockSize() - Method in class org.bouncycastle.util.encoders.HexTranslator
-
size of the output block on encoding produced by getDecodedBlockSize()
bytes.
- getEncodedBlockSize() - Method in interface org.bouncycastle.util.encoders.Translator
-
size of the output block on encoding produced by getDecodedBlockSize()
bytes.
- getEncodedIssuerPrincipal(Object) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
Returns the issuer of an attribute certificate or certificate.
- getEncoding() - Method in class org.bouncycastle.asn1.DERExternal
-
Returns the encoding of the content.
- getEncodings() - Method in class org.bouncycastle.jce.provider.PKIXCertPath
-
Returns an iteration of the encodings supported by this
certification path, with the default encoding
first.
- getEncodingV() - Method in class org.bouncycastle.crypto.params.IESParameters
-
- getEncodingV() - Method in class org.bouncycastle.jce.spec.IESParameterSpec
-
return the encoding vector.
- getEncryptedCert() - Method in class org.bouncycastle.asn1.cmp.CertOrEncCert
-
- getEncryptedContent() - Method in class org.bouncycastle.asn1.cms.EncryptedContentInfo
-
- getEncryptedContent(int) - Method in class org.bouncycastle.asn1.cms.EncryptedContentInfoParser
-
- getEncryptedContentInfo() - Method in class org.bouncycastle.asn1.cms.EncryptedData
-
- getEncryptedContentInfo() - Method in class org.bouncycastle.asn1.cms.EnvelopedData
-
- getEncryptedContentInfo() - Method in class org.bouncycastle.asn1.cms.EnvelopedDataParser
-
- getEncryptedData() - Method in class org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo
-
- getEncryptedDigest() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getEncryptedDigest() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getEncryptedKey() - Method in class org.bouncycastle.asn1.cms.KEKRecipientInfo
-
- getEncryptedKey() - Method in class org.bouncycastle.asn1.cms.KeyTransRecipientInfo
-
- getEncryptedKey() - Method in class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
- getEncryptedKey() - Method in class org.bouncycastle.asn1.cms.RecipientEncryptedKey
-
- getEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.EncryptedData
-
- getEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo
-
- getEncryptionParamSet() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- getEncryptionParamSetOID() - Method in interface org.bouncycastle.jce.interfaces.GOST3410Params
-
- getEncryptionParamSetOID() - Method in class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- getEncryptionScheme() - Method in class org.bouncycastle.asn1.pkcs.PBES2Algorithms
-
Deprecated.
- getEncryptionScheme() - Method in class org.bouncycastle.asn1.pkcs.PBES2Parameters
-
- getEndDate() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getEndDate() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getEntityName() - Method in class org.bouncycastle.asn1.x509.Holder
-
Returns the entityName for an v2 attribute certificate or the subjectName
for an v1 attribute certificate.
- getEntityNames() - Method in class org.bouncycastle.x509.AttributeCertificateHolder
-
Return any principal objects inside the attribute certificate holder
entity names field.
- getEphemeralKey() - Method in interface org.bouncycastle.jce.interfaces.MQVPublicKey
-
return the ephemeral public key.
- getEphemeralKey() - Method in class org.bouncycastle.jce.spec.MQVPublicKeySpec
-
return the ephemeral public key
- getEphemeralPrivateKey() - Method in class org.bouncycastle.crypto.params.MQVPrivateParameters
-
- getEphemeralPrivateKey() - Method in interface org.bouncycastle.jce.interfaces.MQVPrivateKey
-
return the ephemeral private key.
- getEphemeralPrivateKey() - Method in class org.bouncycastle.jce.spec.MQVPrivateKeySpec
-
return the ephemeral private key
- getEphemeralPublicKey() - Method in class org.bouncycastle.asn1.cms.ecc.MQVuserKeyingMaterial
-
- getEphemeralPublicKey() - Method in class org.bouncycastle.crypto.params.MQVPrivateParameters
-
- getEphemeralPublicKey() - Method in class org.bouncycastle.crypto.params.MQVPublicParameters
-
- getEphemeralPublicKey() - Method in interface org.bouncycastle.jce.interfaces.MQVPrivateKey
-
return the ephemeral public key (may be null).
- getEphemeralPublicKey() - Method in class org.bouncycastle.jce.spec.MQVPrivateKeySpec
-
return the ephemeral public key (may be null)
- getErrorCode() - Method in class org.bouncycastle.asn1.cmp.ErrorMsgContent
-
- getErrorDetails() - Method in class org.bouncycastle.asn1.cmp.ErrorMsgContent
-
- getErrors() - Method in class org.bouncycastle.x509.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.x509.PKIXCertPathReviewer
-
Returns an List of error messages for the certificate at the given index in the CertPath.
- getException() - Method in class org.bouncycastle.util.test.SimpleTestResult
-
- getException() - Method in interface org.bouncycastle.util.test.TestResult
-
- getExcludedCerts() - Method in class org.bouncycastle.x509.ExtendedPKIXBuilderParameters
-
Excluded certificates are not used for building a certification path.
- getExcludedSubtrees() - Method in class org.bouncycastle.asn1.x509.NameConstraints
-
- getExpectedPolicies() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- getExplicitText() - Method in class org.bouncycastle.asn1.esf.SPUserNotice
-
- getExplicitText() - Method in class org.bouncycastle.asn1.x509.UserNotice
-
- getExponent() - Method in class org.bouncycastle.asn1.isismtt.x509.MonetaryLimit
-
- getExponent() - Method in class org.bouncycastle.asn1.x509.qualified.MonetaryValue
-
- getExponent() - Method in class org.bouncycastle.crypto.params.RSAKeyParameters
-
- getExponent1() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getExponent2() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getExtendedKeyUsage() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getExtension(DERObjectIdentifier) - Method in class org.bouncycastle.asn1.x509.X509Extensions
-
return the extension represented by the object identifier
passed in.
- getExtensions() - Method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
- getExtensions() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getExtensions() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getExtensions() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getExtensions() - Method in class org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
- getExtensions() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getExtensionValue(X509Extension, String) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
Extract the value of the given extension, if it exists.
- getExtensionValue(String) - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getExtensionValue(String) - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- getExtensionValue(String) - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getExtensionValue(String) - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getExtensionValue(String) - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getExtensionValue(String) - Method in class org.bouncycastle.ocsp.Req
-
- getExtensionValue(String) - Method in class org.bouncycastle.ocsp.RespData
-
- getExtensionValue(String) - Method in class org.bouncycastle.ocsp.SingleResp
-
- getExtensionValue(String) - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getExternalContent() - Method in class org.bouncycastle.asn1.DERExternal
-
Returns the content of this element
- getExtraInfo() - Method in class org.bouncycastle.crypto.agreement.kdf.DHKDFParameters
-
- getFailInfo() - Method in class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JCEDHPrivateKey
-
return the encoding format we produce in getEncoded().
- getFormat() - Method in class org.bouncycastle.jce.provider.JCEDHPublicKey
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
return the encoding format we produce in getEncoded().
- getFormat() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
return the encoding format we produce in getEncoded().
- getFormat() - Method in class org.bouncycastle.jce.provider.JCEElGamalPublicKey
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JCEPBEKey
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
return the encoding format we produce in getEncoded().
- getFormat() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JCERSAPublicKey
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JDKDSAPrivateKey
-
return the encoding format we produce in getEncoded().
- getFormat() - Method in class org.bouncycastle.jce.provider.JDKDSAPublicKey
-
- getFormat() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
-
return the encoding format we produce in getEncoded().
- getFormat() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PublicKey
-
- getFormat() - Method in class org.bouncycastle.jce.spec.IEKeySpec
-
return null
- getFormat() - Method in class org.bouncycastle.jce.spec.MQVPrivateKeySpec
-
return null
- getFormat() - Method in class org.bouncycastle.jce.spec.MQVPublicKeySpec
-
return null
- getForward() - Method in class org.bouncycastle.asn1.x509.CertificatePair
-
- getForward() - Method in class org.bouncycastle.x509.X509CertificatePair
-
Returns the certificate from the other CA to this CA.
- getForwardSelector() - Method in class org.bouncycastle.x509.X509CertPairStoreSelector
-
Returns the certicate selector for the forward part.
- getG() - Method in class org.bouncycastle.asn1.oiw.ElGamalParameter
-
- getG() - Method in class org.bouncycastle.asn1.pkcs.DHParameter
-
- getG() - Method in class org.bouncycastle.asn1.x509.DSAParameter
-
- getG() - Method in class org.bouncycastle.asn1.x9.X9ECParameters
-
- getG() - Method in class org.bouncycastle.crypto.params.DHParameters
-
- getG() - Method in class org.bouncycastle.crypto.params.DSAParameters
-
- getG() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
-
- getG() - Method in class org.bouncycastle.crypto.params.ElGamalParameters
-
return the generator - g
- getG() - Method in class org.bouncycastle.crypto.params.NaccacheSternKeyParameters
-
- getG() - Method in class org.bouncycastle.jce.spec.ECParameterSpec
-
return the base point we are using for these domain parameters.
- getG() - Method in class org.bouncycastle.jce.spec.ElGamalParameterSpec
-
Returns the base generator g
.
- getGender() - Method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
- getGenTime() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getGivenName() - Method in class org.bouncycastle.asn1.x509.sigi.NameOrPseudonym
-
- getH() - Method in class org.bouncycastle.asn1.x9.X9ECParameters
-
- getH() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
-
- getH() - Method in class org.bouncycastle.jce.spec.ECParameterSpec
-
return the cofactor H to the order of G.
- getHashAlg() - Method in class org.bouncycastle.asn1.cmp.OOBCertHash
-
- getHashAlgOID() - Method in class org.bouncycastle.ocsp.CertificateID
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.esf.OtherHashAlgAndValue
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.ess.ESSCertIDv2
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.isismtt.ocsp.CertHash
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.ocsp.CertID
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.RSAESOAEPparams
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.RSASSAPSSparams
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.tsp.MessageImprint
-
- getHashAlgorithm() - Method in class org.bouncycastle.asn1.x509.qualified.BiometricData
-
- getHashedMessage() - Method in class org.bouncycastle.asn1.tsp.MessageImprint
-
- getHashValue() - Method in class org.bouncycastle.asn1.esf.OtherHashAlgAndValue
-
- getHeader() - Method in class org.bouncycastle.asn1.cmp.PKIMessage
-
- getHeader() - Method in class org.bouncycastle.asn1.cmp.ProtectedPart
-
- getHolder() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getHolder() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the holder of the certificate.
- getHolder() - Method in class org.bouncycastle.x509.X509AttributeCertStoreSelector
-
Gets the holder.
- getHolder() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getId() - Method in class org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
- getId() - Method in class org.bouncycastle.asn1.cms.RecipientIdentifier
-
- getId() - Method in class org.bouncycastle.asn1.cms.SignerIdentifier
-
- getId() - Method in class org.bouncycastle.asn1.DERObjectIdentifier
-
- getIdentifier() - Method in class org.bouncycastle.asn1.cms.RecipientEncryptedKey
-
- getIdentifier() - Method in class org.bouncycastle.asn1.x9.X9FieldID
-
- getIndex() - Method in exception org.bouncycastle.x509.CertPathReviewerException
-
- getIndirectReference() - Method in class org.bouncycastle.asn1.DERExternal
-
Returns the indirect reference of this element
- getInfo() - Method in class org.bouncycastle.asn1.cms.RecipientInfo
-
- getInformation() - Method in class org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax
-
- getInfoType() - Method in class org.bouncycastle.asn1.cmp.InfoTypeAndValue
-
- getInfoValue() - Method in class org.bouncycastle.asn1.cmp.InfoTypeAndValue
-
- getInputBlockSize() - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
-
returns the largest size an input block can be.
- getInputBlockSize() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
-
returns the largest size an input block can be.
- getInputBlockSize() - Method in class org.bouncycastle.crypto.encodings.ISO9796d1Encoding
-
return the input block size.
- getInputBlockSize() - Method in class org.bouncycastle.crypto.encodings.OAEPEncoding
-
- getInputBlockSize() - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
-
- getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.ElGamalEngine
-
Return the maximum size for an input block to this engine.
- getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.NaccacheSternEngine
-
Returns the input block size of this algorithm.
- getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
-
Return the maximum size for an input block to this engine.
- getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
-
Return the maximum size for an input block to this engine.
- getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSAEngine
-
Return the maximum size for an input block to this engine.
- getInputStream() - Method in class org.bouncycastle.crypto.tls.TlsProtocolHandler
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ASN1OctetString
-
return an Octet String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ASN1OctetString
-
return an Octet String from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ASN1Sequence
-
return an ASN1Sequence from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ASN1Sequence
-
Return an ASN1 sequence from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ASN1Set
-
return an ASN1Set from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ASN1Set
-
Return an ASN1 set from a tagged object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ASN1TaggedObject
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ASN1TaggedObject
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CertConfirmContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CertifiedKeyPair
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CertOrEncCert
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CertRepMessage
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CertResponse
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CertStatus
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.Challenge
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CMPCertificate
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.CRLAnnContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.ErrorMsgContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.GenMsgContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.GenRepContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.InfoTypeAndValue
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.KeyRecRepContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.OOBCertHash
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PBMParameter
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIBody
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIConfirmContent
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cmp.PKIFreeText
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIFreeText
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIHeader
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIMessage
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIMessages
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIStatus
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PollRepContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.PollReqContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.POPODecKeyChallContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.POPODecKeyRespContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.ProtectedPart
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.RevAnnContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.RevDetails
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.RevRepContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cmp.RevReqContent
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.Attribute
-
return an Attribute object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
return an AuthenticatedData object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
return an AuthenticatedData object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
return an AuthEnvelopedData object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
return an AuthEnvelopedData object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.CompressedData
-
return a CompressedData object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.CompressedData
-
return a CompressedData object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.ContentInfo
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.ecc.MQVuserKeyingMaterial
-
return an MQVuserKeyingMaterial object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.ecc.MQVuserKeyingMaterial
-
return an MQVuserKeyingMaterial object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.EncryptedContentInfo
-
return an EncryptedContentInfo object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.EncryptedData
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.EnvelopedData
-
return an EnvelopedData object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.EnvelopedData
-
return an EnvelopedData object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.IssuerAndSerialNumber
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.KEKIdentifier
-
return a KEKIdentifier object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.KEKIdentifier
-
return a KEKIdentifier object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.KEKRecipientInfo
-
return a KEKRecipientInfo object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.KEKRecipientInfo
-
return a KEKRecipientInfo object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientIdentifier
-
return an KeyAgreeRecipientIdentifier object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientIdentifier
-
return an KeyAgreeRecipientIdentifier object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
return a KeyAgreeRecipientInfo object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
return a KeyAgreeRecipientInfo object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.KeyTransRecipientInfo
-
return a KeyTransRecipientInfo object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
return an OriginatorIdentifierOrKey object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
return an OriginatorIdentifierOrKey object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.OriginatorInfo
-
return an OriginatorInfo object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.OriginatorInfo
-
return an OriginatorInfo object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.OriginatorPublicKey
-
return an OriginatorPublicKey object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.OriginatorPublicKey
-
return an OriginatorPublicKey object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.OtherKeyAttribute
-
return an OtherKeyAttribute object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.OtherRecipientInfo
-
return a OtherRecipientInfo object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.OtherRecipientInfo
-
return a OtherRecipientInfo object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
return a PasswordRecipientInfo object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
return a PasswordRecipientInfo object from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.RecipientEncryptedKey
-
return an RecipientEncryptedKey object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.RecipientEncryptedKey
-
return a RecipientEncryptedKey object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.RecipientIdentifier
-
return a RecipientIdentifier object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.RecipientInfo
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
return a RecipientKeyIdentifier object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
return a RecipientKeyIdentifier object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.SignedData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.SignedDataParser
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.SignerIdentifier
-
return a SignerIdentifier object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cms.Time
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cms.Time
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.AttributeTypeAndValue
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.CertId
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.crmf.CertId
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.CertReqMessages
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.CertReqMsg
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.CertRequest
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.CertTemplate
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.Controls
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.EncryptedValue
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.OptionalValidity
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.PKIPublicationInfo
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.crmf.POPOPrivKey
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.POPOSigningKey
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.crmf.POPOSigningKey
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.POPOSigningKeyInput
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.ProofOfPossession
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.crmf.SinglePubInfo
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cryptopro.ECGOST3410ParamSetParameters
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cryptopro.ECGOST3410ParamSetParameters
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cryptopro.GOST28147Parameters
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cryptopro.GOST28147Parameters
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERBitString
-
return a Bit String from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERBitString
-
return a Bit String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERBMPString
-
return a BMP String from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERBMPString
-
return a BMP String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERBoolean
-
return a boolean from the passed in object.
- getInstance(boolean) - Static method in class org.bouncycastle.asn1.DERBoolean
-
return a DERBoolean from the passed in boolean.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERBoolean
-
return a Boolean from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DEREnumerated
-
return an integer from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DEREnumerated
-
return an Enumerated from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERGeneralizedTime
-
return a generalized time from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERGeneralizedTime
-
return a Generalized Time object from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERGeneralString
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERGeneralString
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERIA5String
-
return a IA5 string from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERIA5String
-
return an IA5 String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERInteger
-
return an integer from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERInteger
-
return an Integer from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERNumericString
-
return a Numeric string from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERNumericString
-
return an Numeric String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERObjectIdentifier
-
return an OID from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERObjectIdentifier
-
return an Object Identifier from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERPrintableString
-
return a printable string from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERPrintableString
-
return a Printable String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERT61String
-
return a T61 string from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERT61String
-
return an T61 String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERUniversalString
-
return a Universal String from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERUniversalString
-
return a Universal String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERUTCTime
-
return an UTC Time from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERUTCTime
-
return an UTC Time from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERUTF8String
-
return an UTF8 string from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERUTF8String
-
return an UTF8 String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.DERVisibleString
-
return a Visible String from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.DERVisibleString
-
return a Visible String from a tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.CommitmentTypeIndication
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.CommitmentTypeQualifier
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.OtherHashAlgAndValue
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SignaturePolicyId
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SignaturePolicyIdentifier
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SignerAttribute
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SignerLocation
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SigPolicyQualifierInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SigPolicyQualifiers
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SPuri
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.esf.SPUserNotice
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.ContentHints
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.ContentIdentifier
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.ESSCertID
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.ESSCertIDv2
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.OtherCertID
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.OtherSigningCertificate
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.SigningCertificate
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ess.SigningCertificateV2
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.icao.DataGroupHash
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.icao.LDSSecurityObject
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.ocsp.CertHash
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.Admissions
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.AdmissionSyntax
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.DeclarationOfMajority
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.MonetaryLimit
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.NamingAuthority
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.isismtt.x509.NamingAuthority
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.isismtt.x509.Restriction
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.misc.CAST5CBCParameters
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.misc.IDEACBCPar
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.mozilla.PublicKeyAndChallenge
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.CertID
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.CertID
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.CertStatus
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.CertStatus
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.OCSPRequest
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.OCSPRequest
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.OCSPResponse
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.OCSPResponse
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.Request
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.Request
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.ResponderID
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.ResponderID
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.ResponseBytes
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.ResponseBytes
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.ResponseData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.ResponseData
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.RevokedInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.RevokedInfo
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.Signature
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.Signature
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.ocsp.TBSRequest
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.ocsp.TBSRequest
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.Attribute
-
return an Attribute object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.CertificationRequest
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.CertificationRequestInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.ContentInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.EncryptedData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.MacData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.PBKDF2Params
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.PKCS12PBEParams
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.RC2CBCParameter
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.RSAESOAEPparams
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.RSASSAPSSparams
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.SignedData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.smime.SMIMECapabilities
-
return an Attribute object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.smime.SMIMECapability
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.tsp.Accuracy
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.tsp.MessageImprint
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.tsp.TimeStampResp
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x500.DirectoryString
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x500.DirectoryString
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AccessDescription
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.AlgorithmIdentifier
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AlgorithmIdentifier
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AttCertIssuer
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.AttCertIssuer
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AttCertValidityPeriod
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.Attribute
-
return an Attribute object from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AttributeCertificate
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AuthorityInformationAccess
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.BasicConstraints
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.BasicConstraints
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.CertificateList
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.CertificateList
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.CertificatePair
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.CertificatePolicies
-
Deprecated.
use an ASN1Sequence of PolicyInformation
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.CertificatePolicies
-
Deprecated.
use an ASN1Sequence of PolicyInformation
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.CRLDistPoint
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.CRLDistPoint
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.DigestInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.DigestInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.DisplayText
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.DisplayText
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.DistributionPoint
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.DistributionPoint
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.DistributionPointName
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.DistributionPointName
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.DSAParameter
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.DSAParameter
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.ExtendedKeyUsage
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.ExtendedKeyUsage
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.GeneralName
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.GeneralName
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.GeneralNames
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.GeneralNames
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.GeneralSubtree
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.GeneralSubtree
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.Holder
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.IssuerSerial
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.IssuerSerial
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.KeyUsage
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.NoticeReference
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.PolicyInformation
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.PolicyQualifierInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.qualified.BiometricData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.qualified.MonetaryValue
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.qualified.QCStatement
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.qualified.SemanticsInformation
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.RoleSyntax
-
RoleSyntax factory method.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.RSAPublicKeyStructure
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.RSAPublicKeyStructure
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.sigi.NameOrPseudonym
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.SubjectDirectoryAttributes
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.SubjectKeyIdentifier
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.SubjectKeyIdentifier
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.Target
-
Creates an instance of a Target from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.TargetInformation
-
Creates an instance of a TargetInformation from the given object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.Targets
-
Creates an instance of a Targets from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.Time
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.Time
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.V2Form
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.V2Form
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.X509Extensions
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.X509Extensions
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x509.X509Name
-
Return a X509Name based on the passed in tagged object.
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x509.X509Name
-
- getInstance(Object) - Static method in class org.bouncycastle.asn1.x9.X962Parameters
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.bouncycastle.asn1.x9.X962Parameters
-
- getInstance(LDAPCertStoreParameters) - Static method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getInstance(PKIXParameters) - Static method in class org.bouncycastle.x509.ExtendedPKIXBuilderParameters
-
Returns an instance of ExtendedPKIXParameters
which can be
safely casted to ExtendedPKIXBuilderParameters
.
- getInstance(PKIXParameters) - Static method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns an instance with the parameters of a given
PKIXParameters
object.
- getInstance(X509CertSelector) - Static method in class org.bouncycastle.x509.X509CertStoreSelector
-
Returns an instance of this from a X509CertSelector
.
- getInstance(X509CRLSelector) - Static method in class org.bouncycastle.x509.X509CRLStoreSelector
-
Returns an instance of this from a X509CRLSelector
.
- getInstance(String, X509StoreParameters) - Static method in class org.bouncycastle.x509.X509Store
-
- getInstance(String, X509StoreParameters, String) - Static method in class org.bouncycastle.x509.X509Store
-
- getInstance(String, X509StoreParameters, Provider) - Static method in class org.bouncycastle.x509.X509Store
-
- getInstance(String) - Static method in class org.bouncycastle.x509.X509StreamParser
-
Generates a StreamParser object that implements the specified type.
- getInstance(String, String) - Static method in class org.bouncycastle.x509.X509StreamParser
-
Generates a X509StreamParser object for the specified type from the
specified provider.
- getInstance(String, Provider) - Static method in class org.bouncycastle.x509.X509StreamParser
-
Generates a X509StreamParser object for the specified type from the
specified provider.
- getIssuer() - Method in class org.bouncycastle.asn1.crmf.CertId
-
- getIssuer() - Method in class org.bouncycastle.asn1.x509.AttCertIssuer
-
- getIssuer() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getIssuer() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getIssuer() - Method in class org.bouncycastle.asn1.x509.IssuerSerial
-
- getIssuer() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getIssuer() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getIssuer() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getIssuer() - Method in class org.bouncycastle.x509.AttributeCertificateHolder
-
Return the principals associated with the issuer attached to this holder
- getIssuer() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the issuer details for the certificate.
- getIssuer() - Method in class org.bouncycastle.x509.X509AttributeCertStoreSelector
-
Returns the issuer criterion.
- getIssuer() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getIssuerAlternativeNames(X509Certificate) - Static method in class org.bouncycastle.x509.extension.X509ExtensionUtil
-
- getIssuerAndSerialNumber() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientIdentifier
-
- getIssuerAndSerialNumber() - Method in class org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
- getIssuerAndSerialNumber() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getIssuerDN() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getIssuerDN() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getIssuerKeyHash() - Method in class org.bouncycastle.asn1.ocsp.CertID
-
- getIssuerKeyHash() - Method in class org.bouncycastle.ocsp.CertificateID
-
- getIssuerName() - Method in class org.bouncycastle.asn1.x509.V2Form
-
- getIssuerNameHash() - Method in class org.bouncycastle.asn1.ocsp.CertID
-
- getIssuerNameHash() - Method in class org.bouncycastle.ocsp.CertificateID
-
- getIssuerPrincipal(X509CRL) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- getIssuerSerial() - Method in class org.bouncycastle.asn1.ess.ESSCertID
-
- getIssuerSerial() - Method in class org.bouncycastle.asn1.ess.ESSCertIDv2
-
- getIssuerSerial() - Method in class org.bouncycastle.asn1.ess.OtherCertID
-
- getIssuerUID() - Method in class org.bouncycastle.asn1.x509.IssuerSerial
-
- getIssuerUniqueID() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getIssuerUniqueId() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getIssuerUniqueID() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getIssuerUniqueID() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
- getIssuerUniqueID() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getIssuerX500Principal() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getIssuerX500Principal() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getIssuerX509Principal(X509Certificate) - Static method in class org.bouncycastle.jce.PrincipalUtil
-
return the issuer of the given cert as an X509PrincipalObject.
- getIssuerX509Principal(X509CRL) - Static method in class org.bouncycastle.jce.PrincipalUtil
-
return the issuer of the given CRL as an X509PrincipalObject.
- getIssuingDistributionPoint() - Method in class org.bouncycastle.x509.X509CRLStoreSelector
-
Returns the issuing distribution point.
- getIterationCount() - Method in class org.bouncycastle.asn1.cmp.PBMParameter
-
- getIterationCount() - Method in class org.bouncycastle.asn1.pkcs.MacData
-
- getIterationCount() - Method in class org.bouncycastle.asn1.pkcs.PBKDF2Params
-
- getIterationCount() - Method in class org.bouncycastle.crypto.PBEParametersGenerator
-
return the iteration count.
- getIterationCount() - Method in class org.bouncycastle.jce.provider.JCEPBEKey
-
- getIterations() - Method in class org.bouncycastle.asn1.pkcs.PKCS12PBEParams
-
- getIV() - Method in class org.bouncycastle.asn1.misc.CAST5CBCParameters
-
- getIV() - Method in class org.bouncycastle.asn1.misc.IDEACBCPar
-
- getIV() - Method in class org.bouncycastle.asn1.pkcs.PKCS12PBEParams
-
- getIV() - Method in class org.bouncycastle.asn1.pkcs.RC2CBCParameter
-
- getIV() - Method in class org.bouncycastle.crypto.params.KDFParameters
-
- getIV() - Method in class org.bouncycastle.crypto.params.ParametersWithIV
-
- getIV() - Method in class org.bouncycastle.jce.spec.GOST28147ParameterSpec
-
Returns the IV or null if this parameter set does not contain an IV.
- getJ() - Method in class org.bouncycastle.crypto.params.DHParameters
-
Return the subgroup factor J.
- getKekid() - Method in class org.bouncycastle.asn1.cms.KEKRecipientInfo
-
- getKey() - Method in class org.bouncycastle.asn1.sec.ECPrivateKeyStructure
-
- getKey() - Method in class org.bouncycastle.crypto.params.AEADParameters
-
- getKey() - Method in class org.bouncycastle.crypto.params.KeyParameter
-
- getKey() - Method in class org.bouncycastle.crypto.params.RC2Parameters
-
- getKey() - Method in class org.bouncycastle.crypto.params.RC5Parameters
-
- getKeyAlgorithm() - Method in class org.bouncycastle.jce.netscape.NetscapeCertRequest
-
- getKeyAttr() - Method in class org.bouncycastle.asn1.cms.OtherKeyAttribute
-
- getKeyAttrId() - Method in class org.bouncycastle.asn1.cms.OtherKeyAttribute
-
- getKeyDerivationAlgorithm() - Method in class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
- getKeyDerivationFunc() - Method in class org.bouncycastle.asn1.pkcs.PBES2Algorithms
-
Deprecated.
- getKeyDerivationFunc() - Method in class org.bouncycastle.asn1.pkcs.PBES2Parameters
-
- getKeyEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.cms.KEKRecipientInfo
-
- getKeyEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
- getKeyEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.cms.KeyTransRecipientInfo
-
- getKeyEncryptionAlgorithm() - Method in class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
- getKeyExchangeAlgorithm() - Method in class org.bouncycastle.crypto.tls.TlsBlockCipherCipherSuite
-
- getKeyExchangeAlgorithm() - Method in class org.bouncycastle.crypto.tls.TlsCipherSuite
-
- getKeyExchangeAlgorithm() - Method in class org.bouncycastle.crypto.tls.TlsNullCipherSuite
-
- getKeyIdentifier() - Method in class org.bouncycastle.asn1.cms.KEKIdentifier
-
- getKeyIdentifier() - Method in class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
-
- getKeyIdentifier() - Method in class org.bouncycastle.asn1.x509.SubjectKeyIdentifier
-
- getKeyInfo() - Method in class org.bouncycastle.asn1.x9.OtherInfo
-
- getKeyLength() - Method in class org.bouncycastle.asn1.misc.CAST5CBCParameters
-
- getKeyLength() - Method in class org.bouncycastle.asn1.pkcs.PBKDF2Params
-
- getKeyPairHist() - Method in class org.bouncycastle.asn1.cmp.KeyRecRepContent
-
- getKeySize() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- getKeySize() - Method in class org.bouncycastle.crypto.agreement.kdf.DHKDFParameters
-
- getKeyUsage() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getL() - Method in class org.bouncycastle.asn1.pkcs.DHParameter
-
- getL() - Method in class org.bouncycastle.crypto.params.DHParameters
-
Return the private value length in bits - if set, zero otherwise
- getL() - Method in class org.bouncycastle.crypto.params.ElGamalParameters
-
return private value limit - l
- getLdapAACertificateAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapAttributeAuthorityRevocationListAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapAttributeCertificateAttributeAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapAttributeCertificateRevocationListAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapAttributeDescriptorCertificateAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapAuthorityRevocationListAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapCACertificateAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapCertificateRevocationListAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapCrossCertificateAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapDeltaRevocationListAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapURL() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLdapUserCertificateAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getLKeySize() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
Deprecated.
use getKeySize
- getLocalityName() - Method in class org.bouncycastle.asn1.esf.SignerLocation
-
- getLowerSigmaBound() - Method in class org.bouncycastle.crypto.params.NaccacheSternKeyParameters
-
- getM() - Method in class org.bouncycastle.crypto.params.DHParameters
-
Return the minimum length of the private value.
- getMac() - Method in class org.bouncycastle.asn1.cmp.PBMParameter
-
- getMac() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getMac() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getMac() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
- getMac() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
-
- getMac() - Method in class org.bouncycastle.asn1.pkcs.MacData
-
- getMac() - Method in class org.bouncycastle.crypto.io.MacInputStream
-
- getMac() - Method in class org.bouncycastle.crypto.io.MacOutputStream
-
- getMac() - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
Return the value of the MAC associated with the last stream processed.
- getMac() - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
Returns a byte array containing the mac calculated as part of the
last encrypt or decrypt operation.
- getMac() - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- getMac() - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- getMacAlgorithm() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getMacAlgorithm() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getMacData() - Method in class org.bouncycastle.asn1.pkcs.Pfx
-
- getMacKeySize() - Method in class org.bouncycastle.crypto.params.IESParameters
-
- getMacKeySize() - Method in class org.bouncycastle.jce.spec.IESParameterSpec
-
return the key size in bits for the MAC used with the message
- getMacSize() - Method in interface org.bouncycastle.crypto.Mac
-
Return the block size for this MAC (in bytes).
- getMacSize() - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.CFBBlockCipherMac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.CMac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.GOST28147Mac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.HMac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.ISO9797Alg3Mac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.OldHMac
-
- getMacSize() - Method in class org.bouncycastle.crypto.macs.VMPCMac
-
- getMacSize() - Method in class org.bouncycastle.crypto.params.AEADParameters
-
- getMaskGenAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.RSAESOAEPparams
-
- getMaskGenAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.RSASSAPSSparams
-
- getMatches(Selector) - Method in class org.bouncycastle.util.CollectionStore
-
Return the matches in the collection for the passed in selector.
- getMatches(Selector) - Method in interface org.bouncycastle.util.Store
-
- getMatches(Selector) - Method in class org.bouncycastle.x509.X509Store
-
- getMaxBaseCRLNumber() - Method in class org.bouncycastle.x509.X509CRLStoreSelector
-
Get the maximum base CRL number.
- getMaximum() - Method in class org.bouncycastle.asn1.x509.GeneralSubtree
-
- getMaxPathLength() - Method in class org.bouncycastle.x509.ExtendedPKIXBuilderParameters
-
Returns the value of the maximum number of intermediate non-self-issued
certificates in the certification path.
- getMessageImprint() - Method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
- getMessageImprint() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getMicros() - Method in class org.bouncycastle.asn1.tsp.Accuracy
-
- getMillis() - Method in class org.bouncycastle.asn1.tsp.Accuracy
-
- getMinimum() - Method in class org.bouncycastle.asn1.x509.GeneralSubtree
-
- getModulus() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getModulus() - Method in class org.bouncycastle.asn1.x509.RSAPublicKeyStructure
-
- getModulus() - Method in class org.bouncycastle.crypto.params.NaccacheSternKeyParameters
-
- getModulus() - Method in class org.bouncycastle.crypto.params.RSAKeyParameters
-
- getModulus() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- getModulus() - Method in class org.bouncycastle.jce.provider.JCERSAPublicKey
-
return the modulus.
- getN() - Method in class org.bouncycastle.asn1.x9.X9ECParameters
-
- getN() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
-
- getN() - Method in class org.bouncycastle.jce.spec.ECParameterSpec
-
return the order N of G
- getName() - Method in class org.bouncycastle.asn1.cms.IssuerAndSerialNumber
-
- getName(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
-
return the named curve name represented by the given object identifier.
- getName(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.nist.NISTNamedCurves
-
return the named curve name represented by the given object identifier.
- getName() - Method in class org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber
-
- getName(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.sec.SECNamedCurves
-
return the named curve name represented by the given object identifier.
- getName(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
-
return the named curve name represented by the given object identifier.
- getName() - Method in class org.bouncycastle.asn1.x509.DistributionPointName
-
Return the tagged object inside the distribution point name.
- getName() - Method in class org.bouncycastle.asn1.x509.GeneralName
-
- getName(DERObjectIdentifier) - Static method in class org.bouncycastle.asn1.x9.X962NamedCurves
-
return the named curve name represented by the given object identifier.
- getName() - Method in class org.bouncycastle.jce.provider.test.AESSICTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.AlgorithmParametersTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.AttrCertSelectorTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.AttrCertTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.BaseBlockCipherTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.BlockCipherTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CertPathBuilderTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CertPathTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CertPathValidatorTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CertStoreTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CertTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CertUniqueIDTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CipherStreamTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.CRL5Test
-
- getName() - Method in class org.bouncycastle.jce.provider.test.DESedeTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.DHTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.DigestTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.DoFinalTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.DSATest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.ECDSA5Test
-
- getName() - Method in class org.bouncycastle.jce.provider.test.ECEncodingTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.ECNRTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.ElGamalTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.EncryptedPrivateKeyInfoTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.FIPSDESTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.GOST28147Test
-
- getName() - Method in class org.bouncycastle.jce.provider.test.GOST3410Test
-
- getName() - Method in class org.bouncycastle.jce.provider.test.HMacTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.IESTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.ImplicitlyCaTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.KeyStoreTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.MacTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.MQVTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.MultiCertStoreTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.NamedCurveTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.NetscapeCertRequestTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PBETest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PKCS10CertRequestTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PKCS12StoreTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PKCS7SignedDataTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PKIXNameConstraintsTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PKIXPolicyMappingTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PKIXTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.PSSTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.RSATest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.SealedTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.SerialisationTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.SigNameTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.SigTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.SlotTwoTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.WrapTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.X509CertificatePairTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.X509LDAPCertStoreTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.X509StoreTest
-
- getName() - Method in class org.bouncycastle.jce.provider.test.X509StreamParserTest
-
- getName() - Method in class org.bouncycastle.jce.spec.ECNamedCurveParameterSpec
-
return the name of the curve the EC domain parameters belong to.
- getName() - Method in class org.bouncycastle.jce.spec.ECNamedCurveSpec
-
return the name of the curve the EC domain parameters belong to.
- getName() - Method in class org.bouncycastle.jce.X509Principal
-
- getName() - Method in class org.bouncycastle.ocsp.test.OCSPTest
-
- getName() - Method in class org.bouncycastle.openssl.test.ReaderTest
-
- getName() - Method in class org.bouncycastle.openssl.test.WriterTest
-
- getName() - Method in class org.bouncycastle.util.IPTest
-
- getName() - Method in class org.bouncycastle.util.test.SimpleTest
-
- getName() - Method in interface org.bouncycastle.util.test.Test
-
- getNamedCurveByOid(DERObjectIdentifier) - Static method in class org.bouncycastle.jce.provider.asymmetric.ec.ECUtil
-
- getNamedCurveOid(String) - Static method in class org.bouncycastle.jce.provider.asymmetric.ec.ECUtil
-
- getNameDistinguisher() - Method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
- getNameOrPseudonym() - Method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
- getNameRegistrationAuthorities() - Method in class org.bouncycastle.asn1.x509.qualified.SemanticsInformation
-
- getNames() - Static method in class org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
-
returns an enumeration containing the name strings for parameters
contained in this structure.
- getNames() - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410NamedParameters
-
returns an enumeration containing the name strings for parameters
contained in this structure.
- getNames() - Static method in class org.bouncycastle.asn1.nist.NISTNamedCurves
-
returns an enumeration containing the name strings for curves
contained in this structure.
- getNames() - Static method in class org.bouncycastle.asn1.sec.SECNamedCurves
-
returns an enumeration containing the name strings for curves
contained in this structure.
- getNames() - Static method in class org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
-
returns an enumeration containing the name strings for curves
contained in this structure.
- getNames() - Method in class org.bouncycastle.asn1.x509.GeneralNames
-
- getNames() - Static method in class org.bouncycastle.asn1.x9.X962NamedCurves
-
returns an enumeration containing the name strings for curves
contained in this structure.
- getNames() - Static method in class org.bouncycastle.jce.ECGOST3410NamedCurveTable
-
return an enumeration of the names of the available curves.
- getNames() - Static method in class org.bouncycastle.jce.ECNamedCurveTable
-
return an enumeration of the names of the available curves.
- getNamingAuthority() - Method in class org.bouncycastle.asn1.isismtt.x509.Admissions
-
- getNamingAuthority() - Method in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
- getNamingAuthorityId() - Method in class org.bouncycastle.asn1.isismtt.x509.NamingAuthority
-
- getNamingAuthorityText() - Method in class org.bouncycastle.asn1.isismtt.x509.NamingAuthority
-
- getNamingAuthorityUrl() - Method in class org.bouncycastle.asn1.isismtt.x509.NamingAuthority
-
- getNecessaryACAttributes() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns the neccessary attributes which must be contained in an attribute
certificate.
- getNewSigCert() - Method in class org.bouncycastle.asn1.cmp.KeyRecRepContent
-
- getNewWithNew() - Method in class org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent
-
- getNewWithOld() - Method in class org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent
-
- getNextUpdate() - Method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
- getNextUpdate() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getNextUpdate() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getNextUpdate() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getNextUpdate() - Method in class org.bouncycastle.ocsp.SingleResp
-
return the NextUpdate value - note: this is an optional field so may
be returned as null.
- getNextWorkingKey(List, int) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
Return the next working key inheriting DSA parameters if necessary.
- getNonce() - Method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
- getNonce() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getNonce() - Method in class org.bouncycastle.crypto.params.AEADParameters
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.Req
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.RespData
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.ocsp.SingleResp
-
- getNonCriticalExtensionOIDs() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getNotAfter() - Method in class org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod
-
- getNotAfter() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getNotAfter() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the date after which the certificate is not valid.
- getNotAfter() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getNotAfterTime() - Method in class org.bouncycastle.asn1.x509.AttCertValidityPeriod
-
- getNotBefore() - Method in class org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod
-
- getNotBefore() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getNotBefore() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the date before which the certificate is not valid.
- getNotBefore() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getNotBeforeTime() - Method in class org.bouncycastle.asn1.x509.AttCertValidityPeriod
-
- getNoticeNumbers() - Method in class org.bouncycastle.asn1.x509.NoticeReference
-
- getNoticeRef() - Method in class org.bouncycastle.asn1.esf.SPUserNotice
-
- getNoticeRef() - Method in class org.bouncycastle.asn1.x509.UserNotice
-
- getNotifications() - Method in class org.bouncycastle.x509.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.x509.PKIXCertPathReviewer
-
Returns an List of notification messages for the certificate at the given index in the CertPath.
- getNumeric() - Method in class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
-
- getObject() - Method in class org.bouncycastle.asn1.ASN1TaggedObject
-
return whatever was following the tag.
- getObject() - Method in class org.bouncycastle.asn1.crmf.ProofOfPossession
-
- getObject() - Method in class org.bouncycastle.asn1.DERApplicationSpecific
-
Return the enclosed object assuming explicit tagging.
- getObject(int) - Method in class org.bouncycastle.asn1.DERApplicationSpecific
-
Return the enclosed object assuming implicit tagging.
- getObject() - Method in class org.bouncycastle.asn1.pkcs.EncryptionScheme
-
- getObjectAt(int) - Method in class org.bouncycastle.asn1.ASN1Sequence
-
return the object at the sequence position indicated by index.
- getObjectAt(int) - Method in class org.bouncycastle.asn1.ASN1Set
-
return the object at the set position indicated by index.
- getObjectAt(int) - Method in class org.bouncycastle.asn1.LazyDERSequence
-
- getObjectDigest() - Method in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
- getObjectDigest() - Method in class org.bouncycastle.x509.AttributeCertificateHolder
-
Returns the hash if an object digest info is used.
- getObjectDigestInfo() - Method in class org.bouncycastle.asn1.x509.Holder
-
- getObjectDigestInfo() - Method in class org.bouncycastle.asn1.x509.V2Form
-
- getObjectId() - Method in class org.bouncycastle.asn1.pkcs.PBES2Algorithms
-
Deprecated.
- getObjectId() - Method in class org.bouncycastle.asn1.x509.AlgorithmIdentifier
-
- getObjectParser(int, boolean) - Method in class org.bouncycastle.asn1.ASN1TaggedObject
-
Return the object held in this tagged object as a parser assuming it has
the type of the passed in tag.
- getObjectParser(int, boolean) - Method in interface org.bouncycastle.asn1.ASN1TaggedObjectParser
-
- getObjectParser(int, boolean) - Method in class org.bouncycastle.asn1.BERTaggedObjectParser
-
- getObjects() - Method in class org.bouncycastle.asn1.ASN1Sequence
-
- getObjects() - Method in class org.bouncycastle.asn1.ASN1Set
-
- getObjects() - Method in class org.bouncycastle.asn1.BERConstructedOctetString
-
return the DER octets that make up this string.
- getObjects() - Method in class org.bouncycastle.asn1.LazyDERSequence
-
- getOCSPUrls(AuthorityInformationAccess) - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getOctetOutputStream() - Method in class org.bouncycastle.asn1.BEROctetStringGenerator
-
- getOctetOutputStream(byte[]) - Method in class org.bouncycastle.asn1.BEROctetStringGenerator
-
- getOctets() - Method in class org.bouncycastle.asn1.ASN1OctetString
-
- getOctets() - Method in class org.bouncycastle.asn1.BERConstructedOctetString
-
- getOctets() - Method in class org.bouncycastle.asn1.DERGeneralString
-
- getOctets() - Method in class org.bouncycastle.asn1.DERIA5String
-
- getOctets() - Method in class org.bouncycastle.asn1.DERNumericString
-
- getOctets() - Method in class org.bouncycastle.asn1.DERPrintableString
-
- getOctets() - Method in class org.bouncycastle.asn1.DERT61String
-
- getOctets() - Method in class org.bouncycastle.asn1.DERUniversalString
-
- getOctets() - Method in class org.bouncycastle.asn1.DERVisibleString
-
- getOctetStream() - Method in class org.bouncycastle.asn1.ASN1OctetString
-
- getOctetStream() - Method in interface org.bouncycastle.asn1.ASN1OctetStringParser
-
- getOctetStream() - Method in class org.bouncycastle.asn1.BEROctetStringParser
-
- getOctetStream() - Method in class org.bouncycastle.asn1.DEROctetStringParser
-
- getOID(String) - Static method in class org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
-
- getOID(String) - Static method in class org.bouncycastle.asn1.cryptopro.GOST3410NamedParameters
-
- getOID(String) - Static method in class org.bouncycastle.asn1.nist.NISTNamedCurves
-
return the object identifier signified by the passed in name.
- getOID(String) - Static method in class org.bouncycastle.asn1.sec.SECNamedCurves
-
return the object identifier signified by the passed in name.
- getOID(String) - Static method in class org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
-
return the object identifier signified by the passed in name.
- getOID(short, boolean) - Static method in class org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
-
- getOID(String) - Static method in class org.bouncycastle.asn1.x9.X962NamedCurves
-
return the object identifier signified by the passed in name.
- getOID() - Method in class org.bouncycastle.jce.provider.JCEPBEKey
-
- getOID() - Method in class org.bouncycastle.x509.X509Attribute
-
- getOIDs() - Method in class org.bouncycastle.asn1.x509.X509Name
-
return a vector of the oids in the name, in the order they were found.
- getOldWithNew() - Method in class org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent
-
- getOnlySomeReasons() - Method in class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
- getOptionalSignature() - Method in class org.bouncycastle.asn1.ocsp.OCSPRequest
-
- getOrdering() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getOrganization() - Method in class org.bouncycastle.asn1.x509.NoticeReference
-
- getOriginator() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
- getOriginatorInfo() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getOriginatorInfo() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getOriginatorInfo() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
- getOriginatorInfo() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
-
- getOriginatorInfo() - Method in class org.bouncycastle.asn1.cms.EnvelopedData
-
- getOriginatorInfo() - Method in class org.bouncycastle.asn1.cms.EnvelopedDataParser
-
- getOriginatorKey() - Method in class org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
- getOther() - Method in class org.bouncycastle.asn1.cms.KEKIdentifier
-
- getOtherKeyAttribute() - Method in class org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
- getOtherObjectTypeID() - Method in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
- getOtherObjectTypeID() - Method in class org.bouncycastle.x509.AttributeCertificateHolder
-
Returns the digest algorithm ID if an object digest info is used.
- getOutputBlockSize() - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
-
returns the maximum size of the block produced by this cipher.
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
-
returns the maximum size of the block produced by this cipher.
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.encodings.ISO9796d1Encoding
-
return the maximum possible size for the output.
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.encodings.OAEPEncoding
-
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
-
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.ElGamalEngine
-
Return the maximum size for an output block to this engine.
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.NaccacheSternEngine
-
Returns the output block size of this algorithm.
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
-
Return the maximum size for an output block to this engine.
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
-
Return the maximum size for an output block to this engine.
- getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSAEngine
-
Return the maximum size for an output block to this engine.
- getOutputSize(int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
-
return the size of the output buffer required for an update plus a
doFinal with an input of 'length' bytes.
- getOutputSize(int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
return the size of the output buffer required for a processBytes plus a
doFinal with an input of len bytes.
- getOutputSize(int) - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
- getOutputSize(int) - Method in class org.bouncycastle.crypto.modes.CTSBlockCipher
-
return the size of the output buffer required for an update plus a
doFinal with an input of len bytes.
- getOutputSize(int) - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- getOutputSize(int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- getOutputSize(int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
-
Deprecated.
return the size of the output buffer required for an update plus a
doFinal with an input of len bytes.
- getOutputSize(int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
return the minimum size of the output buffer required for an update
plus a doFinal with an input of len bytes.
- getOutputStream() - Method in class org.bouncycastle.crypto.tls.TlsProtocolHandler
-
- getOwf() - Method in class org.bouncycastle.asn1.cmp.Challenge
-
- getOwf() - Method in class org.bouncycastle.asn1.cmp.PBMParameter
-
- getP() - Method in class org.bouncycastle.asn1.cryptopro.ECGOST3410ParamSetParameters
-
- getP() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- getP() - Method in class org.bouncycastle.asn1.oiw.ElGamalParameter
-
- getP() - Method in class org.bouncycastle.asn1.pkcs.DHParameter
-
- getP() - Method in class org.bouncycastle.asn1.x509.DSAParameter
-
- getP() - Method in class org.bouncycastle.crypto.params.DHParameters
-
- getP() - Method in class org.bouncycastle.crypto.params.DSAParameters
-
- getP() - Method in class org.bouncycastle.crypto.params.ElGamalParameters
-
- getP() - Method in class org.bouncycastle.crypto.params.GOST3410Parameters
-
- getP() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
-
- getP() - Method in class org.bouncycastle.jce.spec.ElGamalParameterSpec
-
Returns the prime modulus p
.
- getP() - Method in class org.bouncycastle.jce.spec.GOST3410PrivateKeySpec
-
Returns the prime p
.
- getP() - Method in class org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
-
Returns the prime p
.
- getP() - Method in class org.bouncycastle.jce.spec.GOST3410PublicKeySpec
-
Returns the prime p
.
- getPadBits(int) - Static method in class org.bouncycastle.asn1.DERBitString
-
return the correct number of pad bits for a bit string defined in
a 32 bit constant
- getPadBits() - Method in class org.bouncycastle.asn1.DERBitString
-
- getPadBits() - Method in class org.bouncycastle.crypto.encodings.ISO9796d1Encoding
-
retrieve the number of pad bits in the last decoded message.
- getPaddingName() - Method in interface org.bouncycastle.crypto.paddings.BlockCipherPadding
-
Return the name of the algorithm the cipher implements.
- getPaddingName() - Method in class org.bouncycastle.crypto.paddings.ISO10126d2Padding
-
Return the name of the algorithm the padder implements.
- getPaddingName() - Method in class org.bouncycastle.crypto.paddings.ISO7816d4Padding
-
Return the name of the algorithm the padder implements.
- getPaddingName() - Method in class org.bouncycastle.crypto.paddings.PKCS7Padding
-
Return the name of the algorithm the padder implements.
- getPaddingName() - Method in class org.bouncycastle.crypto.paddings.TBCPadding
-
Return the name of the algorithm the padder implements.
- getPaddingName() - Method in class org.bouncycastle.crypto.paddings.X923Padding
-
Return the name of the algorithm the padder implements.
- getPaddingName() - Method in class org.bouncycastle.crypto.paddings.ZeroBytePadding
-
Return the name of the algorithm the padder implements.
- getParameters() - Method in class org.bouncycastle.asn1.sec.ECPrivateKeyStructure
-
- getParameters() - Method in class org.bouncycastle.asn1.smime.SMIMECapability
-
- getParameters() - Method in class org.bouncycastle.asn1.x509.AlgorithmIdentifier
-
- getParameters() - Method in class org.bouncycastle.asn1.x9.X962Parameters
-
- getParameters() - Method in class org.bouncycastle.asn1.x9.X9ECParametersHolder
-
- getParameters() - Method in class org.bouncycastle.asn1.x9.X9FieldID
-
- getParameters() - Method in class org.bouncycastle.crypto.params.DHKeyGenerationParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.DHKeyParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.DSAKeyGenerationParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.DSAKeyParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.ECKeyParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.ElGamalKeyGenerationParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.ElGamalKeyParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.GOST3410KeyGenerationParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.GOST3410KeyParameters
-
- getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithIV
-
- getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithRandom
-
- getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithSalt
-
- getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithSBox
-
- getParameters() - Method in interface org.bouncycastle.jce.interfaces.ECKey
-
return a parameter specification representing the EC domain parameters
for the key.
- getParameters() - Method in interface org.bouncycastle.jce.interfaces.ElGamalKey
-
- getParameters() - Method in interface org.bouncycastle.jce.interfaces.GOST3410Key
-
- getParameters() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- getParameters() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- getParameters() - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
- getParameters() - Method in class org.bouncycastle.jce.provider.JCEElGamalPublicKey
-
- getParameters() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
-
- getParameters() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PublicKey
-
- getParameterSpec(String) - Static method in class org.bouncycastle.jce.ECGOST3410NamedCurveTable
-
return a parameter spec representing the passed in named
curve.
- getParameterSpec(String) - Static method in class org.bouncycastle.jce.ECNamedCurveTable
-
return a parameter spec representing the passed in named
curve.
- getParams() - Method in class org.bouncycastle.jce.provider.JCEDHPrivateKey
-
- getParams() - Method in class org.bouncycastle.jce.provider.JCEDHPublicKey
-
- getParams() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- getParams() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- getParams() - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
- getParams() - Method in class org.bouncycastle.jce.provider.JCEElGamalPublicKey
-
- getParams() - Method in class org.bouncycastle.jce.provider.JDKDSAPrivateKey
-
- getParams() - Method in class org.bouncycastle.jce.provider.JDKDSAPublicKey
-
- getParams() - Method in class org.bouncycastle.jce.spec.ECKeySpec
-
return the domain parameters for the curve
- getParams() - Method in class org.bouncycastle.jce.spec.ElGamalKeySpec
-
- getParent() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- getPartyAInfo() - Method in class org.bouncycastle.asn1.x9.OtherInfo
-
- getPassword() - Method in class org.bouncycastle.crypto.PBEParametersGenerator
-
return the password byte array.
- getPassword() - Method in class org.bouncycastle.jce.provider.JCEPBEKey
-
- getPassword() - Method in interface org.bouncycastle.openssl.PasswordFinder
-
- getPathLenConstraint() - Method in class org.bouncycastle.asn1.x509.BasicConstraints
-
- getPermittedSubtrees() - Method in class org.bouncycastle.asn1.x509.NameConstraints
-
- getPhi_n() - Method in class org.bouncycastle.crypto.params.NaccacheSternPrivateKeyParameters
-
- getPKIStatusInfo() - Method in class org.bouncycastle.asn1.cmp.ErrorMsgContent
-
- getPlaceOfBirth() - Method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
- getPoint() - Method in class org.bouncycastle.asn1.x9.X9ECPoint
-
- getPolicies() - Method in class org.bouncycastle.asn1.ess.OtherSigningCertificate
-
- getPolicies() - Method in class org.bouncycastle.asn1.ess.SigningCertificate
-
- getPolicies() - Method in class org.bouncycastle.asn1.ess.SigningCertificateV2
-
- getPolicy() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getPolicy(int) - Method in class org.bouncycastle.asn1.x509.CertificatePolicies
-
- getPolicyAuthority() - Method in class org.bouncycastle.asn1.x509.IetfAttrSyntax
-
- getPolicyIdentifier() - Method in class org.bouncycastle.asn1.x509.PolicyInformation
-
- getPolicyQualifierId() - Method in class org.bouncycastle.asn1.x509.PolicyQualifierInfo
-
- getPolicyQualifiers() - Method in class org.bouncycastle.asn1.x509.PolicyInformation
-
- getPolicyQualifiers() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- getPolicyTree() - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getPop() - Method in class org.bouncycastle.asn1.crmf.CertReqMsg
-
- getPositiveValue() - Method in class org.bouncycastle.asn1.DERInteger
-
in some cases positive values get crammed into a space,
that's not quite big enough...
- getPostalAddress() - Method in class org.bouncycastle.asn1.esf.SignerLocation
-
- getPostalAddress() - Method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
- getPredefinedBiometricType() - Method in class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-
- getPrime1() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getPrime2() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getPrimeExponentP() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
return the prime exponent for P.
- getPrimeExponentQ() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
return the prime exponent for Q.
- getPrimeP() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
return the prime P.
- getPrimeQ() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
return the prime Q.
- getPrimeSize() - Method in class org.bouncycastle.jce.spec.ElGamalGenParameterSpec
-
Returns the size in bits of the prime modulus.
- getPrincipals() - Method in class org.bouncycastle.x509.AttributeCertificateIssuer
-
Return any principal objects inside the attribute certificate issuer
object.
- getPrivate() - Method in class org.bouncycastle.crypto.AsymmetricCipherKeyPair
-
return the private key parameters.
- getPrivate() - Method in interface org.bouncycastle.jce.interfaces.IESKey
-
return the local private key.
- getPrivate() - Method in class org.bouncycastle.jce.spec.IEKeySpec
-
return the local private key.
- getPrivateExponent() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getPrivateExponent() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- getPrivateKey() - Method in class org.bouncycastle.asn1.cmp.CertifiedKeyPair
-
- getPrivateKey() - Method in class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- getProducedAt() - Method in class org.bouncycastle.asn1.ocsp.ResponseData
-
- getProducedAt() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getProducedAt() - Method in class org.bouncycastle.ocsp.RespData
-
- getProfessionInfos() - Method in class org.bouncycastle.asn1.isismtt.x509.Admissions
-
- getProfessionItems() - Method in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
- getProfessionOIDs() - Method in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
- getProhibitedACAttributes() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns the attribute certificates which are not allowed.
- getProvider() - Method in class org.bouncycastle.x509.X509Store
-
- getProvider() - Method in class org.bouncycastle.x509.X509StreamParser
-
- getPseudonym() - Method in class org.bouncycastle.asn1.x509.sigi.NameOrPseudonym
-
- getPSourceAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.RSAESOAEPparams
-
- getPubInfos() - Method in class org.bouncycastle.asn1.crmf.PKIPublicationInfo
-
- getPublic() - Method in class org.bouncycastle.crypto.AsymmetricCipherKeyPair
-
return the public key parameters.
- getPublic() - Method in interface org.bouncycastle.jce.interfaces.IESKey
-
return the intended recipient's/sender's public key.
- getPublic() - Method in class org.bouncycastle.jce.spec.IEKeySpec
-
return the intended recipient's/sender's public key.
- getPublicationInfo() - Method in class org.bouncycastle.asn1.cmp.CertifiedKeyPair
-
- getPublicExponent() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getPublicExponent() - Method in class org.bouncycastle.asn1.x509.RSAPublicKeyStructure
-
- getPublicExponent() - Method in class org.bouncycastle.crypto.params.RSAKeyGenerationParameters
-
- getPublicExponent() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
-
- getPublicExponent() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
return the public exponent.
- getPublicExponent() - Method in class org.bouncycastle.jce.provider.JCERSAPublicKey
-
return the public exponent.
- getPublicKey() - Method in class org.bouncycastle.asn1.cms.OriginatorPublicKey
-
- getPublicKey() - Method in class org.bouncycastle.asn1.crmf.POPOSigningKeyInput
-
- getPublicKey() - Method in class org.bouncycastle.asn1.sec.ECPrivateKeyStructure
-
- getPublicKey() - Method in class org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
for when the public key is an encoded object - if the bitstring
can't be decoded this routine throws an IOException.
- getPublicKey() - Method in class org.bouncycastle.crypto.params.RSABlindingParameters
-
- getPublicKey() - Method in class org.bouncycastle.jce.netscape.NetscapeCertRequest
-
- getPublicKey() - Method in class org.bouncycastle.jce.PKCS10CertificationRequest
-
return the public key associated with the certification request -
the public key is created using the BC provider.
- getPublicKey(String) - Method in class org.bouncycastle.jce.PKCS10CertificationRequest
-
- getPublicKey() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getPublicKey(String) - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- getPublicKeyAndChallenge() - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- getPublicKeyData() - Method in class org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
for when the public key is raw bits...
- getPublicKeyParameters() - Method in interface org.bouncycastle.jce.interfaces.GOST3410Params
-
- getPublicKeyParameters() - Method in class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- getPublicKeyParamSet() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- getPublicKeyParamSetOID() - Method in interface org.bouncycastle.jce.interfaces.GOST3410Params
-
- getPublicKeyParamSetOID() - Method in class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- getPubLocation() - Method in class org.bouncycastle.asn1.crmf.SinglePubInfo
-
- getPvno() - Method in class org.bouncycastle.asn1.cmp.PKIHeader
-
- getQ() - Method in class org.bouncycastle.asn1.cryptopro.ECGOST3410ParamSetParameters
-
- getQ() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- getQ() - Method in class org.bouncycastle.asn1.x509.DSAParameter
-
- getQ() - Method in class org.bouncycastle.crypto.params.DHParameters
-
- getQ() - Method in class org.bouncycastle.crypto.params.DSAParameters
-
- getQ() - Method in class org.bouncycastle.crypto.params.ECPublicKeyParameters
-
- getQ() - Method in class org.bouncycastle.crypto.params.GOST3410Parameters
-
- getQ() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
-
- getQ() - Method in interface org.bouncycastle.jce.interfaces.ECPublicKey
-
return the public point Q
- getQ() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- getQ() - Method in class org.bouncycastle.jce.spec.ECPublicKeySpec
-
return the public point q
- getQ() - Method in class org.bouncycastle.jce.spec.GOST3410PrivateKeySpec
-
Returns the sub-prime q
.
- getQ() - Method in class org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
-
Returns the sub-prime q
.
- getQ() - Method in class org.bouncycastle.jce.spec.GOST3410PublicKeySpec
-
Returns the sub-prime q
.
- getQInv() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
-
- getQualifier() - Method in class org.bouncycastle.asn1.esf.CommitmentTypeQualifier
-
- getQualifier() - Method in class org.bouncycastle.asn1.x509.PolicyQualifierInfo
-
- getQualifierSet(ASN1Sequence) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- getRandom() - Method in class org.bouncycastle.crypto.KeyGenerationParameters
-
return the random source associated with this
generator.
- getRandom() - Method in class org.bouncycastle.crypto.params.ParametersWithRandom
-
- getRawOutputStream() - Method in class org.bouncycastle.asn1.ASN1Generator
-
- getRawOutputStream() - Method in class org.bouncycastle.asn1.BERGenerator
-
- getRawOutputStream() - Method in class org.bouncycastle.asn1.DERSequenceGenerator
-
- getRC2ParameterVersion() - Method in class org.bouncycastle.asn1.pkcs.RC2CBCParameter
-
- getReason() - Method in class org.bouncycastle.asn1.cmp.PollRepContent
-
- getReasons() - Method in class org.bouncycastle.asn1.x509.DistributionPoint
-
- getRecipient() - Method in class org.bouncycastle.asn1.cmp.PKIHeader
-
- getRecipientEncryptedKeys() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
- getRecipientIdentifier() - Method in class org.bouncycastle.asn1.cms.KeyTransRecipientInfo
-
- getRecipientInfos() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getRecipientInfos() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getRecipientInfos() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
- getRecipientInfos() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
-
- getRecipientInfos() - Method in class org.bouncycastle.asn1.cms.EnvelopedData
-
- getRecipientInfos() - Method in class org.bouncycastle.asn1.cms.EnvelopedDataParser
-
- getRecoveredMessage() - Method in class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
Return a reference to the recoveredMessage message.
- getRecoveredMessage() - Method in class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
Return a reference to the recoveredMessage message.
- getRecoveredMessage() - Method in interface org.bouncycastle.crypto.SignerWithRecovery
-
Returns a reference to what message was recovered (if any).
- getRegInfo() - Method in class org.bouncycastle.asn1.crmf.CertReqMsg
-
- getRegistrationNumber() - Method in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
- getReqCert() - Method in class org.bouncycastle.asn1.ocsp.Request
-
- getReqPolicy() - Method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
- getRequestExtensions() - Method in class org.bouncycastle.asn1.ocsp.TBSRequest
-
- getRequestExtensions() - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getRequestList() - Method in class org.bouncycastle.asn1.ocsp.TBSRequest
-
- getRequestList() - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getRequestorName() - Method in class org.bouncycastle.asn1.ocsp.TBSRequest
-
- getRequestorName() - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getResponderID() - Method in class org.bouncycastle.asn1.ocsp.ResponseData
-
- getResponderId() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getResponderId() - Method in class org.bouncycastle.ocsp.RespData
-
- getResponse() - Method in class org.bouncycastle.asn1.cmp.CertRepMessage
-
- getResponse() - Method in class org.bouncycastle.asn1.ocsp.ResponseBytes
-
- getResponseBytes() - Method in class org.bouncycastle.asn1.ocsp.OCSPResponse
-
- getResponseData() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
Deprecated.
RespData class is no longer required as all functionality is
available on this class.
- getResponseExtensions() - Method in class org.bouncycastle.asn1.ocsp.ResponseData
-
- getResponseExtensions() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getResponseExtensions() - Method in class org.bouncycastle.ocsp.RespData
-
- getResponseObject() - Method in class org.bouncycastle.ocsp.OCSPResp
-
- getResponses() - Method in class org.bouncycastle.asn1.ocsp.ResponseData
-
- getResponses() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getResponses() - Method in class org.bouncycastle.ocsp.RespData
-
- getResponseStatus() - Method in class org.bouncycastle.asn1.ocsp.OCSPResponse
-
- getResponseType() - Method in class org.bouncycastle.asn1.ocsp.ResponseBytes
-
- getRestriction() - Method in class org.bouncycastle.asn1.isismtt.x509.Restriction
-
- getResult() - Method in exception org.bouncycastle.util.test.TestFailedException
-
- getRevCerts() - Method in class org.bouncycastle.asn1.cmp.RevRepContent
-
- getReverse() - Method in class org.bouncycastle.asn1.x509.CertificatePair
-
- getReverse() - Method in class org.bouncycastle.x509.X509CertificatePair
-
Return the certificate from this CA to the other CA.
- getReverseSelector() - Method in class org.bouncycastle.x509.X509CertPairStoreSelector
-
Returns the certicate selector for the reverse part.
- getRevocationDate() - Method in class org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
- getRevocationDate() - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- getRevocationReason() - Method in class org.bouncycastle.asn1.ocsp.RevokedInfo
-
- getRevocationReason() - Method in class org.bouncycastle.ocsp.RevokedStatus
-
return the revocation reason.
- getRevocationTime() - Method in class org.bouncycastle.asn1.ocsp.RevokedInfo
-
- getRevocationTime() - Method in class org.bouncycastle.ocsp.RevokedStatus
-
- getRevokedCertificate(BigInteger) - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getRevokedCertificateEnumeration() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getRevokedCertificateEnumeration() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getRevokedCertificates() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getRevokedCertificates() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getRevokedCertificates() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getRKeyID() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientIdentifier
-
- getRoleAuthority() - Method in class org.bouncycastle.asn1.x509.RoleSyntax
-
Gets the role authority of this RoleSyntax.
- getRoleAuthorityAsString() - Method in class org.bouncycastle.asn1.x509.RoleSyntax
-
Gets the role authority as a String[]
object.
- getRoleName() - Method in class org.bouncycastle.asn1.x509.RoleSyntax
-
Gets the role name of this RoleSyntax.
- getRoleNameAsString() - Method in class org.bouncycastle.asn1.x509.RoleSyntax
-
Gets the role name as a java.lang.String
object.
- getRounds() - Method in class org.bouncycastle.crypto.params.RC5Parameters
-
- getS() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- getSalt() - Method in class org.bouncycastle.asn1.pkcs.MacData
-
- getSalt() - Method in class org.bouncycastle.asn1.pkcs.PBKDF2Params
-
- getSalt() - Method in class org.bouncycastle.crypto.params.ParametersWithSalt
-
- getSalt() - Method in class org.bouncycastle.crypto.PBEParametersGenerator
-
return the salt byte array.
- getSalt() - Method in class org.bouncycastle.jce.provider.JCEPBEKey
-
- getSaltLength() - Method in class org.bouncycastle.asn1.pkcs.RSASSAPSSparams
-
- getSBox(String) - Static method in class org.bouncycastle.crypto.engines.GOST28147Engine
-
Return the S-Box associated with SBoxName
- getSBox() - Method in class org.bouncycastle.crypto.params.ParametersWithSBox
-
- getSbox() - Method in class org.bouncycastle.jce.spec.GOST28147ParameterSpec
-
- getSearchAllStores() - Method in class org.bouncycastle.jce.MultiCertStoreParameters
-
- getSearchForSerialNumberIn() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getSeconds() - Method in class org.bouncycastle.asn1.tsp.Accuracy
-
- getSeed() - Method in class org.bouncycastle.asn1.x9.X9Curve
-
- getSeed() - Method in class org.bouncycastle.asn1.x9.X9ECParameters
-
- getSeed() - Method in class org.bouncycastle.crypto.params.DHValidationParameters
-
- getSeed() - Method in class org.bouncycastle.crypto.params.DSAValidationParameters
-
- getSeed() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
-
- getSeed() - Method in class org.bouncycastle.crypto.params.ISO18033KDFParameters
-
- getSeed() - Method in class org.bouncycastle.crypto.params.MGFParameters
-
- getSeed() - Method in class org.bouncycastle.jce.spec.ECParameterSpec
-
return the seed used to generate this curve (if available).
- getSemanticsIdentifier() - Method in class org.bouncycastle.asn1.x509.qualified.SemanticsInformation
-
- getSender() - Method in class org.bouncycastle.asn1.cmp.PKIHeader
-
- getSerial() - Method in class org.bouncycastle.asn1.x509.IssuerSerial
-
- getSerialNumber() - Method in class org.bouncycastle.asn1.cms.IssuerAndSerialNumber
-
- getSerialNumber() - Method in class org.bouncycastle.asn1.crmf.CertId
-
- getSerialNumber() - Method in class org.bouncycastle.asn1.ocsp.CertID
-
- getSerialNumber() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getSerialNumber() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getSerialNumber() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getSerialNumber() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getSerialNumber() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getSerialNumber() - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- getSerialNumber() - Method in class org.bouncycastle.ocsp.CertificateID
-
return the serial number for the certificate associated
with this request.
- getSerialNumber() - Method in class org.bouncycastle.x509.AttributeCertificateHolder
-
Return the serial number associated with the issuer attached to this
holder.
- getSerialNumber() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the serial number for the certificate.
- getSerialNumber() - Method in class org.bouncycastle.x509.X509AttributeCertStoreSelector
-
Gets the serial number the attribute certificate must have.
- getSerialNumber() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getSharedSecret() - Method in class org.bouncycastle.crypto.params.KDFParameters
-
- getSID() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getSigAlgName() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
return a more "meaningful" representation for the signature algorithm used in
the certficate.
- getSigAlgName() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getSigAlgOID() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
return the object identifier for the signature.
- getSigAlgOID() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getSigAlgParams() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
return the signature parameters, or null if there aren't any.
- getSigAlgParams() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getSignature() - Method in class org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
- getSignature() - Method in class org.bouncycastle.asn1.ocsp.Signature
-
- getSignature() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequest
-
- getSignature() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getSignature() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getSignature() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getSignature() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getSignature() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getSignature() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getSignature() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getSignature() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getSignature() - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getSignature() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
- getSignature() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getSignatureAlgName() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getSignatureAlgNames() - Method in class org.bouncycastle.ocsp.BasicOCSPRespGenerator
-
Return an iterator of the signature names supported by the generator.
- getSignatureAlgNames() - Method in class org.bouncycastle.ocsp.OCSPReqGenerator
-
Return an iterator of the signature names supported by the generator.
- getSignatureAlgNames() - Method in class org.bouncycastle.x509.X509V1CertificateGenerator
-
Return an iterator of the signature names supported by the generator.
- getSignatureAlgNames() - Method in class org.bouncycastle.x509.X509V2AttributeCertificateGenerator
-
Return an iterator of the signature names supported by the generator.
- getSignatureAlgNames() - Method in class org.bouncycastle.x509.X509V2CRLGenerator
-
Return an iterator of the signature names supported by the generator.
- getSignatureAlgNames() - Method in class org.bouncycastle.x509.X509V3CertificateGenerator
-
Return an iterator of the signature names supported by the generator.
- getSignatureAlgOID() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getSignatureAlgOID() - Method in class org.bouncycastle.ocsp.OCSPReq
-
return the object identifier representing the signature algorithm
- getSignatureAlgorithm() - Method in class org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
- getSignatureAlgorithm() - Method in class org.bouncycastle.asn1.ocsp.Signature
-
- getSignatureAlgorithm() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequest
-
- getSignatureAlgorithm() - Method in class org.bouncycastle.asn1.x509.AttributeCertificate
-
- getSignatureAlgorithm() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getSignatureAlgorithm() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getSignaturePolicyId() - Method in class org.bouncycastle.asn1.esf.SignaturePolicyIdentifier
-
- getSignatureValue() - Method in class org.bouncycastle.asn1.x509.AttributeCertificate
-
- getSigner() - Method in class org.bouncycastle.crypto.io.SignerInputStream
-
- getSigner() - Method in class org.bouncycastle.crypto.io.SignerOutputStream
-
- getSignerInfos() - Method in class org.bouncycastle.asn1.cms.SignedData
-
- getSignerInfos() - Method in class org.bouncycastle.asn1.cms.SignedDataParser
-
- getSignerInfos() - Method in class org.bouncycastle.asn1.pkcs.SignedData
-
- getSigningAlgorithm() - Method in class org.bouncycastle.jce.netscape.NetscapeCertRequest
-
- getSigningCertificate() - Method in class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Get the X.509 certificate actually used to sign the digest.
- getSigningInfoVersion() - Method in class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Get the version of the PKCS#7 "SignerInfo" object.
- getSigPolicyHash() - Method in class org.bouncycastle.asn1.esf.SignaturePolicyId
-
- getSigPolicyId() - Method in class org.bouncycastle.asn1.esf.SignaturePolicyId
-
- getSigPolicyQualifierId() - Method in class org.bouncycastle.asn1.esf.SigPolicyQualifierInfo
-
- getSigPolicyQualifiers() - Method in class org.bouncycastle.asn1.esf.SignaturePolicyId
-
- getSigQualifier() - Method in class org.bouncycastle.asn1.esf.SigPolicyQualifierInfo
-
- getSingleExtensions() - Method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
- getSingleExtensions() - Method in class org.bouncycastle.ocsp.SingleResp
-
- getSingleRequestExtensions() - Method in class org.bouncycastle.asn1.ocsp.Request
-
- getSingleRequestExtensions() - Method in class org.bouncycastle.ocsp.Req
-
- getSize() - Method in class org.bouncycastle.asn1.DERConstructedSequence
-
Deprecated.
- getSize() - Method in class org.bouncycastle.asn1.DERConstructedSet
-
Deprecated.
- getSize() - Method in class org.bouncycastle.crypto.tls.TlsMac
-
- getSmallPrimes() - Method in class org.bouncycastle.crypto.params.NaccacheSternPrivateKeyParameters
-
- getSourceDataUri() - Method in class org.bouncycastle.asn1.x509.qualified.BiometricData
-
- getStartDate() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getStartDate() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getStatementId() - Method in class org.bouncycastle.asn1.x509.qualified.QCStatement
-
- getStatementInfo() - Method in class org.bouncycastle.asn1.x509.qualified.QCStatement
-
- getStaticKey() - Method in interface org.bouncycastle.jce.interfaces.MQVPublicKey
-
return the static public key.
- getStaticKey() - Method in class org.bouncycastle.jce.spec.MQVPublicKeySpec
-
return the static public key
- getStaticPrivateKey() - Method in class org.bouncycastle.crypto.params.MQVPrivateParameters
-
- getStaticPrivateKey() - Method in interface org.bouncycastle.jce.interfaces.MQVPrivateKey
-
return the static private key.
- getStaticPrivateKey() - Method in class org.bouncycastle.jce.spec.MQVPrivateKeySpec
-
return the static private key
- getStaticPublicKey() - Method in class org.bouncycastle.crypto.params.MQVPublicParameters
-
- getStatus() - Method in class org.bouncycastle.asn1.cmp.CertResponse
-
- getStatus() - Method in class org.bouncycastle.asn1.cmp.KeyRecRepContent
-
- getStatus() - Method in class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- getStatus() - Method in class org.bouncycastle.asn1.cmp.RevAnnContent
-
- getStatus() - Method in class org.bouncycastle.asn1.cmp.RevRepContent
-
- getStatus() - Method in class org.bouncycastle.asn1.ocsp.CertStatus
-
- getStatus() - Method in class org.bouncycastle.asn1.tsp.TimeStampResp
-
- getStatus() - Method in class org.bouncycastle.ocsp.OCSPResp
-
- getStatusInfo() - Method in class org.bouncycastle.asn1.cmp.CertStatus
-
- getStatusString() - Method in class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- getStores() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns an immutable List
of Bouncy Castle
Store
s used for finding CRLs, certificates, attribute
certificates or cross certificates.
- getStrength() - Method in class org.bouncycastle.crypto.KeyGenerationParameters
-
return the bit strength for keys produced by this generator,
- getString() - Method in class org.bouncycastle.asn1.DERBitString
-
- getString() - Method in class org.bouncycastle.asn1.DERBMPString
-
- getString() - Method in class org.bouncycastle.asn1.DERGeneralString
-
- getString() - Method in class org.bouncycastle.asn1.DERIA5String
-
- getString() - Method in class org.bouncycastle.asn1.DERNumericString
-
- getString() - Method in class org.bouncycastle.asn1.DERPrintableString
-
- getString() - Method in interface org.bouncycastle.asn1.DERString
-
- getString() - Method in class org.bouncycastle.asn1.DERT61String
-
- getString() - Method in class org.bouncycastle.asn1.DERUniversalString
-
- getString() - Method in class org.bouncycastle.asn1.DERUTF8String
-
- getString() - Method in class org.bouncycastle.asn1.DERVisibleString
-
- getString() - Method in class org.bouncycastle.asn1.x500.DirectoryString
-
- getString() - Method in class org.bouncycastle.asn1.x509.DisplayText
-
Returns the stored String
object.
- getStringAt(int) - Method in class org.bouncycastle.asn1.cmp.PKIFreeText
-
Return the UTF8STRING at index i.
- getStringAt(int) - Method in class org.bouncycastle.asn1.esf.SigPolicyQualifiers
-
Return the SigPolicyQualifierInfo at index i.
- getSubject() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequestInfo
-
- getSubject() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getSubject() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getSubjectAlternativeNames(X509Certificate) - Static method in class org.bouncycastle.x509.extension.X509ExtensionUtil
-
- getSubjectDN() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getSubjectKeyIdentifier() - Method in class org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
- getSubjectKeyIdentifier() - Method in class org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
- getSubjectPrincipal(X509Certificate) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- getSubjectPublicKey() - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getSubjectPublicKeyInfo() - Method in class org.bouncycastle.asn1.mozilla.PublicKeyAndChallenge
-
- getSubjectPublicKeyInfo() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequestInfo
-
- getSubjectPublicKeyInfo() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getSubjectPublicKeyInfo() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getSubjectUniqueId() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getSubjectUniqueID() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getSubjectX500Principal() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getSubjectX509Principal(X509Certificate) - Static method in class org.bouncycastle.jce.PrincipalUtil
-
return the subject of the given cert as an X509PrincipalObject.
- getSupportedExtensions() - Method in class org.bouncycastle.x509.PKIXAttrCertChecker
-
Returns an immutable Set
of X.509 attribute certificate
extensions that this PKIXAttrCertChecker
supports or
null
if no extensions are supported.
- getSuppPubInfo() - Method in class org.bouncycastle.asn1.x9.OtherInfo
-
- getSurname() - Method in class org.bouncycastle.asn1.x509.sigi.NameOrPseudonym
-
- getTag() - Method in class org.bouncycastle.asn1.DERUnknownTag
-
- getTagNo() - Method in class org.bouncycastle.asn1.ASN1TaggedObject
-
- getTagNo() - Method in interface org.bouncycastle.asn1.ASN1TaggedObjectParser
-
- getTagNo() - Method in class org.bouncycastle.asn1.BERTaggedObjectParser
-
- getTagNo() - Method in class org.bouncycastle.asn1.ocsp.CertStatus
-
- getTagNo() - Method in class org.bouncycastle.asn1.x509.GeneralName
-
- getTargetConstraints() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns the required constraints on the target certificate or attribute
certificate.
- getTargetGroup() - Method in class org.bouncycastle.asn1.x509.Target
-
- getTargetGroups() - Method in class org.bouncycastle.x509.X509AttributeCertStoreSelector
-
Gets the target groups.
- getTargetName() - Method in class org.bouncycastle.asn1.x509.Target
-
- getTargetNames() - Method in class org.bouncycastle.x509.X509AttributeCertStoreSelector
-
Gets the target names.
- getTargets() - Method in class org.bouncycastle.asn1.x509.Targets
-
Returns the targets in a Vector
.
- getTargetsObjects() - Method in class org.bouncycastle.asn1.x509.TargetInformation
-
Returns the targets in this target information extension.
- getTBSCertificate() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getTBSCertificate() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getTBSCertList() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getTBSCertList() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getTbsRequest() - Method in class org.bouncycastle.asn1.ocsp.OCSPRequest
-
- getTBSRequest() - Method in class org.bouncycastle.ocsp.OCSPReq
-
Return the DER encoding of the tbsRequest field.
- getTbsResponseData() - Method in class org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
- getTBSResponseData() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
Return the DER encoding of the tbsResponseData field.
- getThirdPerson() - Method in class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
- getThisUpdate() - Method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
- getThisUpdate() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getThisUpdate() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getThisUpdate() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getThisUpdate() - Method in class org.bouncycastle.ocsp.SingleResp
-
- getTime() - Method in class org.bouncycastle.asn1.cms.Time
-
- getTime() - Method in class org.bouncycastle.asn1.DERGeneralizedTime
-
return the time - always in the form of
YYYYMMDDhhmmssGMT(+hh:mm|-hh:mm).
- getTime() - Method in class org.bouncycastle.asn1.DERUTCTime
-
return the time - always in the form of
YYMMDDhhmmssGMT(+hh:mm|-hh:mm).
- getTime() - Method in class org.bouncycastle.asn1.x509.Time
-
- getTimeStampToken() - Method in class org.bouncycastle.asn1.tsp.TimeStampResp
-
- getTimeString() - Method in class org.bouncycastle.asn1.DERGeneralizedTime
-
Return the time.
- getTlsInputStream() - Method in class org.bouncycastle.crypto.tls.TlsProtocolHandler
-
Deprecated.
use 'getInputStream' instead
- getTlsOuputStream() - Method in class org.bouncycastle.crypto.tls.TlsProtocolHandler
-
Deprecated.
use 'getOutputStream' instead
- getTrailerField() - Method in class org.bouncycastle.asn1.pkcs.RSASSAPSSparams
-
- getTrustAnchor() - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getTrustAnchors(X509Certificate, Set) - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- getTrustedACIssuers() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns the trusted attribute certificate issuers.
- getTsa() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
- getType() - Method in class org.bouncycastle.asn1.cms.OtherRecipientInfo
-
- getType() - Method in class org.bouncycastle.asn1.crmf.AttributeTypeAndValue
-
- getType() - Method in class org.bouncycastle.asn1.crmf.ProofOfPossession
-
- getType() - Method in class org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate
-
- getType() - Method in class org.bouncycastle.asn1.isismtt.x509.DeclarationOfMajority
-
- getType() - Method in class org.bouncycastle.asn1.x509.DistributionPointName
-
Return the tag number applying to the underlying choice.
- getTypeOfBiometricData() - Method in class org.bouncycastle.asn1.x509.qualified.BiometricData
-
- getTypeOfSubstitution() - Method in class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
- getUnauthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getUnauthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getUnauthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
- getUnauthAttrs() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
-
- getUnauthenticatedAttributes() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getUnauthenticatedAttributes() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
-
return the underlying cipher for the buffer.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.BufferedBlockCipher
-
return the cipher this object wraps.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.encodings.ISO9796d1Encoding
-
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.encodings.OAEPEncoding
-
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
-
- getUnderlyingCipher() - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
return the cipher this object wraps.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.CFBBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.GOFBBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.OFBBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.PGPCFBBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.SICBlockCipher
-
return the underlying block cipher that we are wrapping.
- getUnderlyingDigest() - Method in class org.bouncycastle.crypto.macs.HMac
-
- getUnderlyingDigest() - Method in class org.bouncycastle.crypto.macs.OldHMac
-
- getUnderlyingException() - Method in exception org.bouncycastle.ocsp.OCSPException
-
- getUnderlyingException() - Method in exception org.bouncycastle.openssl.PEMException
-
- getUnprotectedAttrs() - Method in class org.bouncycastle.asn1.cms.EncryptedData
-
- getUnprotectedAttrs() - Method in class org.bouncycastle.asn1.cms.EnvelopedData
-
- getUnprotectedAttrs() - Method in class org.bouncycastle.asn1.cms.EnvelopedDataParser
-
- getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
-
return the size of the output buffer required for an update
an input of len bytes.
- getUpdateOutputSize(int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
return the size of the output buffer required for a processBytes
an input of len bytes.
- getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
- getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.modes.CTSBlockCipher
-
return the size of the output buffer required for an update
an input of len bytes.
- getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
-
Deprecated.
return the size of the output buffer required for an update
an input of len bytes.
- getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
return the size of the output buffer required for an update
an input of len bytes.
- getUri() - Method in class org.bouncycastle.asn1.esf.SPuri
-
- getUsages() - Method in class org.bouncycastle.asn1.x509.ExtendedKeyUsage
-
Returns all extended key usages.
- getUserCertificate() - Method in class org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
- getUserCertificateAttribute() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getUserCertificates(X509CertStoreSelector) - Method in class org.bouncycastle.x509.util.LDAPStoreHelper
-
Returns end certificates.
- getUserCertificateSubjectAttributeName() - Method in class org.bouncycastle.jce.X509LDAPCertStoreParameters
-
- getUserKeyingMaterial() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
- getValidationParameters() - Method in class org.bouncycastle.crypto.params.DHParameters
-
- getValidationParameters() - Method in class org.bouncycastle.crypto.params.DSAParameters
-
- getValidationParameters() - Method in class org.bouncycastle.crypto.params.GOST3410Parameters
-
- getValidCertDateFromValidityModel(ExtendedPKIXParameters, CertPath, int) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- getValidDate(PKIXParameters) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- getValidityModel() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
- getValidPolicy() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- getValue() - Method in class org.bouncycastle.asn1.cms.OtherRecipientInfo
-
- getValue() - Method in class org.bouncycastle.asn1.crmf.AttributeTypeAndValue
-
- getValue() - Method in class org.bouncycastle.asn1.DEREnumerated
-
- getValue() - Method in class org.bouncycastle.asn1.DERInteger
-
- getValue() - Method in class org.bouncycastle.asn1.ess.ContentIdentifier
-
- getValue() - Method in class org.bouncycastle.asn1.x509.X509Extension
-
- getValue() - Method in class org.bouncycastle.asn1.x9.X9FieldElement
-
- getValues() - Method in class org.bouncycastle.asn1.x509.IetfAttrSyntax
-
- getValues() - Method in class org.bouncycastle.asn1.x509.X509Name
-
return a vector of the values found in the name, in the order they
were found.
- getValues(DERObjectIdentifier) - Method in class org.bouncycastle.asn1.x509.X509Name
-
return a vector of the values found in the name, in the order they
were found, with the DN label corresponding to passed in oid.
- getValues() - Method in class org.bouncycastle.x509.X509Attribute
-
- getValueType() - Method in class org.bouncycastle.asn1.x509.IetfAttrSyntax
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.AuthenticatedDataParser
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.CompressedData
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.CompressedDataParser
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.EncryptedData
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.EnvelopedData
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.EnvelopedDataParser
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.KEKRecipientInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.KeyTransRecipientInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.RecipientInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.SignedData
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.SignedDataParser
-
- getVersion() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.ocsp.ResponseData
-
- getVersion() - Method in class org.bouncycastle.asn1.ocsp.TBSRequest
-
- getVersion() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequestInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
- getVersion() - Method in class org.bouncycastle.asn1.pkcs.SignedData
-
- getVersion() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
- getVersion() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
- getVersion() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- getVersion() - Method in class org.bouncycastle.asn1.x509.Holder
-
Returns 1 for v2 attribute certificates or 0 for v1 attribute
certificates.
- getVersion() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getVersion() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getVersion() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- getVersion() - Method in class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Get the version of the PKCS#7 object.
- getVersion() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- getVersion() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
- getVersion() - Method in class org.bouncycastle.ocsp.BasicOCSPResp
-
- getVersion() - Method in class org.bouncycastle.ocsp.OCSPReq
-
- getVersion() - Method in class org.bouncycastle.ocsp.RespData
-
- getVersion() - Method in interface org.bouncycastle.x509.X509AttributeCertificate
-
Return the version number for the certificate.
- getVersion() - Method in class org.bouncycastle.x509.X509V2AttributeCertificate
-
- getVersionNumber() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- getVersionNumber() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- getW() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- getWillBeRevokedAt() - Method in class org.bouncycastle.asn1.cmp.RevAnnContent
-
- getX() - Method in class org.bouncycastle.crypto.params.DHPrivateKeyParameters
-
- getX() - Method in class org.bouncycastle.crypto.params.DSAPrivateKeyParameters
-
- getX() - Method in class org.bouncycastle.crypto.params.ElGamalPrivateKeyParameters
-
- getX() - Method in class org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters
-
- getX() - Method in interface org.bouncycastle.jce.interfaces.ElGamalPrivateKey
-
- getX() - Method in interface org.bouncycastle.jce.interfaces.GOST3410PrivateKey
-
- getX() - Method in class org.bouncycastle.jce.provider.JCEDHPrivateKey
-
- getX() - Method in class org.bouncycastle.jce.provider.JCEElGamalPrivateKey
-
- getX() - Method in class org.bouncycastle.jce.provider.JDKDSAPrivateKey
-
- getX() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PrivateKey
-
- getX() - Method in class org.bouncycastle.jce.spec.ElGamalPrivateKeySpec
-
Returns the private value x
.
- getX() - Method in class org.bouncycastle.jce.spec.GOST3410PrivateKeySpec
-
Returns the private key x
.
- getX0() - Method in class org.bouncycastle.crypto.params.GOST3410ValidationParameters
-
- getX0L() - Method in class org.bouncycastle.crypto.params.GOST3410ValidationParameters
-
- getX509v3PKCert() - Method in class org.bouncycastle.asn1.cmp.CMPCertificate
-
- getY() - Method in class org.bouncycastle.crypto.params.DHPublicKeyParameters
-
- getY() - Method in class org.bouncycastle.crypto.params.DSAPublicKeyParameters
-
- getY() - Method in class org.bouncycastle.crypto.params.ElGamalPublicKeyParameters
-
- getY() - Method in class org.bouncycastle.crypto.params.GOST3410PublicKeyParameters
-
- getY() - Method in interface org.bouncycastle.jce.interfaces.ElGamalPublicKey
-
- getY() - Method in interface org.bouncycastle.jce.interfaces.GOST3410PublicKey
-
- getY() - Method in class org.bouncycastle.jce.provider.JCEDHPublicKey
-
- getY() - Method in class org.bouncycastle.jce.provider.JCEElGamalPublicKey
-
- getY() - Method in class org.bouncycastle.jce.provider.JDKDSAPublicKey
-
- getY() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PublicKey
-
- getY() - Method in class org.bouncycastle.jce.spec.ElGamalPublicKeySpec
-
Returns the public value y
.
- getY() - Method in class org.bouncycastle.jce.spec.GOST3410PublicKeySpec
-
Returns the public key y
.
- getZ() - Method in class org.bouncycastle.crypto.agreement.kdf.DHKDFParameters
-
- GIVENNAME - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
- gnBasis - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- GNU - Static variable in interface org.bouncycastle.asn1.gnu.GNUObjectIdentifiers
-
- GNUObjectIdentifiers - Interface in org.bouncycastle.asn1.gnu
-
- GnuPG - Static variable in interface org.bouncycastle.asn1.gnu.GNUObjectIdentifiers
-
- GnuRadar - Static variable in interface org.bouncycastle.asn1.gnu.GNUObjectIdentifiers
-
- GOFBBlockCipher - Class in org.bouncycastle.crypto.modes
-
implements the GOST 28147 OFB counter mode (GCTR).
- GOFBBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.modes.GOFBBlockCipher
-
Basic constructor.
- GOOD - Static variable in interface org.bouncycastle.ocsp.CertificateStatus
-
- GOST28147Engine - Class in org.bouncycastle.crypto.engines
-
implementation of GOST 28147-89
- GOST28147Engine() - Constructor for class org.bouncycastle.crypto.engines.GOST28147Engine
-
standard constructor.
- GOST28147Mac - Class in org.bouncycastle.crypto.macs
-
implementation of GOST 28147-89 MAC
- GOST28147Mac() - Constructor for class org.bouncycastle.crypto.macs.GOST28147Mac
-
- GOST28147Parameters - Class in org.bouncycastle.asn1.cryptopro
-
- GOST28147Parameters(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.cryptopro.GOST28147Parameters
-
- GOST28147ParameterSpec - Class in org.bouncycastle.jce.spec
-
A parameter spec for the GOST-28147 cipher.
- GOST28147ParameterSpec(byte[]) - Constructor for class org.bouncycastle.jce.spec.GOST28147ParameterSpec
-
- GOST28147ParameterSpec(byte[], byte[]) - Constructor for class org.bouncycastle.jce.spec.GOST28147ParameterSpec
-
- GOST28147ParameterSpec(String) - Constructor for class org.bouncycastle.jce.spec.GOST28147ParameterSpec
-
- GOST28147ParameterSpec(String, byte[]) - Constructor for class org.bouncycastle.jce.spec.GOST28147ParameterSpec
-
- GOST28147Test - Class in org.bouncycastle.jce.provider.test
-
basic test class for the GOST28147 cipher
- GOST28147Test() - Constructor for class org.bouncycastle.jce.provider.test.GOST28147Test
-
- GOST3410Key - Interface in org.bouncycastle.jce.interfaces
-
Main interface for a GOST 3410-94 key.
- GOST3410KeyGenerationParameters - Class in org.bouncycastle.crypto.params
-
- GOST3410KeyGenerationParameters(SecureRandom, GOST3410Parameters) - Constructor for class org.bouncycastle.crypto.params.GOST3410KeyGenerationParameters
-
- GOST3410KeyPairGenerator - Class in org.bouncycastle.crypto.generators
-
a GOST3410 key pair generator.
- GOST3410KeyPairGenerator() - Constructor for class org.bouncycastle.crypto.generators.GOST3410KeyPairGenerator
-
- GOST3410KeyParameters - Class in org.bouncycastle.crypto.params
-
- GOST3410KeyParameters(boolean, GOST3410Parameters) - Constructor for class org.bouncycastle.crypto.params.GOST3410KeyParameters
-
- GOST3410NamedParameters - Class in org.bouncycastle.asn1.cryptopro
-
table of the available named parameters for GOST 3410-94.
- GOST3410NamedParameters() - Constructor for class org.bouncycastle.asn1.cryptopro.GOST3410NamedParameters
-
- GOST3410Parameters - Class in org.bouncycastle.crypto.params
-
- GOST3410Parameters(BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.crypto.params.GOST3410Parameters
-
- GOST3410Parameters(BigInteger, BigInteger, BigInteger, GOST3410ValidationParameters) - Constructor for class org.bouncycastle.crypto.params.GOST3410Parameters
-
- GOST3410ParametersGenerator - Class in org.bouncycastle.crypto.generators
-
generate suitable parameters for GOST3410.
- GOST3410ParametersGenerator() - Constructor for class org.bouncycastle.crypto.generators.GOST3410ParametersGenerator
-
- GOST3410ParameterSpec - Class in org.bouncycastle.jce.spec
-
ParameterSpec for a GOST 3410-94 key.
- GOST3410ParameterSpec(String, String, String) - Constructor for class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- GOST3410ParameterSpec(String, String) - Constructor for class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- GOST3410ParameterSpec(String) - Constructor for class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- GOST3410ParameterSpec(GOST3410PublicKeyParameterSetSpec) - Constructor for class org.bouncycastle.jce.spec.GOST3410ParameterSpec
-
- GOST3410Params - Interface in org.bouncycastle.jce.interfaces
-
- GOST3410ParamSetParameters - Class in org.bouncycastle.asn1.cryptopro
-
- GOST3410ParamSetParameters(int, BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- GOST3410ParamSetParameters(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- GOST3410PrivateKey - Interface in org.bouncycastle.jce.interfaces
-
- GOST3410PrivateKeyParameters - Class in org.bouncycastle.crypto.params
-
- GOST3410PrivateKeyParameters(BigInteger, GOST3410Parameters) - Constructor for class org.bouncycastle.crypto.params.GOST3410PrivateKeyParameters
-
- GOST3410PrivateKeySpec - Class in org.bouncycastle.jce.spec
-
This class specifies a GOST3410-94 private key with its associated parameters.
- GOST3410PrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.jce.spec.GOST3410PrivateKeySpec
-
Creates a new GOST3410PrivateKeySpec with the specified parameter values.
- GOST3410PublicKey - Interface in org.bouncycastle.jce.interfaces
-
- GOST3410PublicKeyAlgParameters - Class in org.bouncycastle.asn1.cryptopro
-
- GOST3410PublicKeyAlgParameters(DERObjectIdentifier, DERObjectIdentifier) - Constructor for class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- GOST3410PublicKeyAlgParameters(DERObjectIdentifier, DERObjectIdentifier, DERObjectIdentifier) - Constructor for class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- GOST3410PublicKeyAlgParameters(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- GOST3410PublicKeyParameters - Class in org.bouncycastle.crypto.params
-
- GOST3410PublicKeyParameters(BigInteger, GOST3410Parameters) - Constructor for class org.bouncycastle.crypto.params.GOST3410PublicKeyParameters
-
- GOST3410PublicKeyParameterSetSpec - Class in org.bouncycastle.jce.spec
-
ParameterSpec for a GOST 3410-94 key parameters.
- GOST3410PublicKeyParameterSetSpec(BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
-
Creates a new GOST3410ParameterSpec with the specified parameter values.
- GOST3410PublicKeySpec - Class in org.bouncycastle.jce.spec
-
This class specifies a GOST3410-94 public key with its associated parameters.
- GOST3410PublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.jce.spec.GOST3410PublicKeySpec
-
Creates a new GOST3410PublicKeySpec with the specified parameter values.
- GOST3410Signer - Class in org.bouncycastle.crypto.signers
-
GOST R 34.10-94 Signature Algorithm
- GOST3410Signer() - Constructor for class org.bouncycastle.crypto.signers.GOST3410Signer
-
- GOST3410Test - Class in org.bouncycastle.jce.provider.test
-
- GOST3410Test() - Constructor for class org.bouncycastle.jce.provider.test.GOST3410Test
-
- GOST3410Util - Class in org.bouncycastle.jce.provider
-
utility class for converting jce/jca GOST3410-94 objects
objects into their org.bouncycastle.crypto counterparts.
- GOST3410Util() - Constructor for class org.bouncycastle.jce.provider.GOST3410Util
-
- GOST3410ValidationParameters - Class in org.bouncycastle.crypto.params
-
- GOST3410ValidationParameters(int, int) - Constructor for class org.bouncycastle.crypto.params.GOST3410ValidationParameters
-
- GOST3410ValidationParameters(long, long) - Constructor for class org.bouncycastle.crypto.params.GOST3410ValidationParameters
-
- GOST3411Digest - Class in org.bouncycastle.crypto.digests
-
implementation of GOST R 34.11-94
- GOST3411Digest() - Constructor for class org.bouncycastle.crypto.digests.GOST3411Digest
-
Standard constructor
- GOST3411Digest(GOST3411Digest) - Constructor for class org.bouncycastle.crypto.digests.GOST3411Digest
-
Copy constructor.
- gost_ElSgDH3410_1 - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gost_ElSgDH3410_default - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- GOST_id - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR28147_cbc - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_2001 - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_2001_CryptoPro_A - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_2001_CryptoPro_B - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_2001_CryptoPro_C - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_2001_CryptoPro_XchA - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_2001_CryptoPro_XchB - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94 - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94_CryptoPro_A - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94_CryptoPro_B - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94_CryptoPro_C - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94_CryptoPro_D - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94_CryptoPro_XchA - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94_CryptoPro_XchB - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3410_94_CryptoPro_XchC - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3411 - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3411_94_CryptoProParamSet - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3411_94_with_gostR3410_2001 - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- gostR3411_94_with_gostR3410_94 - Static variable in interface org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers
-
- Grain128 - Class in org.bouncycastle.jce.provider.symmetric
-
- Grain128.Base - Class in org.bouncycastle.jce.provider.symmetric
-
- Grain128.Base() - Constructor for class org.bouncycastle.jce.provider.symmetric.Grain128.Base
-
- Grain128.KeyGen - Class in org.bouncycastle.jce.provider.symmetric
-
- Grain128.KeyGen() - Constructor for class org.bouncycastle.jce.provider.symmetric.Grain128.KeyGen
-
- Grain128Engine - Class in org.bouncycastle.crypto.engines
-
Implementation of Martin Hell's, Thomas Johansson's and Willi Meier's stream
cipher, Grain-128.
- Grain128Engine() - Constructor for class org.bouncycastle.crypto.engines.Grain128Engine
-
- Grain128Mappings - Class in org.bouncycastle.jce.provider.symmetric
-
- Grain128Mappings() - Constructor for class org.bouncycastle.jce.provider.symmetric.Grain128Mappings
-
- Grainv1 - Class in org.bouncycastle.jce.provider.symmetric
-
- Grainv1.Base - Class in org.bouncycastle.jce.provider.symmetric
-
- Grainv1.Base() - Constructor for class org.bouncycastle.jce.provider.symmetric.Grainv1.Base
-
- Grainv1.KeyGen - Class in org.bouncycastle.jce.provider.symmetric
-
- Grainv1.KeyGen() - Constructor for class org.bouncycastle.jce.provider.symmetric.Grainv1.KeyGen
-
- Grainv1Engine - Class in org.bouncycastle.crypto.engines
-
Implementation of Martin Hell's, Thomas Johansson's and Willi Meier's stream
cipher, Grain v1.
- Grainv1Engine() - Constructor for class org.bouncycastle.crypto.engines.Grainv1Engine
-
- Grainv1Mappings - Class in org.bouncycastle.jce.provider.symmetric
-
- Grainv1Mappings() - Constructor for class org.bouncycastle.jce.provider.symmetric.Grainv1Mappings
-
- GRANTED - Static variable in class org.bouncycastle.asn1.cmp.PKIStatus
-
- granted - Static variable in class org.bouncycastle.asn1.cmp.PKIStatus
-
- GRANTED_WITH_MODS - Static variable in class org.bouncycastle.asn1.cmp.PKIStatus
-
- grantedWithMods - Static variable in class org.bouncycastle.asn1.cmp.PKIStatus
-
- GRAPHIC_STRING - Static variable in interface org.bouncycastle.asn1.DERTags
-
- IA5_STRING - Static variable in interface org.bouncycastle.asn1.DERTags
-
- IANAObjectIdentifiers - Interface in org.bouncycastle.asn1.iana
-
- ICAOObjectIdentifiers - Interface in org.bouncycastle.asn1.icao
-
- id - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_aa - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_commitmentType - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
Deprecated.
use id_aa_ets_commitmentType instead
- id_aa_contentHint - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_contentIdentifier - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_encrypKeyPref - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_archiveTimestamp - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_certCRLTimestamp - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_certificateRefs - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_certValues - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_commitmentType - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_contentTimestamp - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_escTimeStamp - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_otherSigCert - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_revocationRefs - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_revocationValues - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_signerAttr - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_signerLocation - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_ets_sigPolicyId - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_otherSigCert - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
Deprecated.
use id_aa_ets_otherSigCert instead
- id_aa_receiptRequest - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_signatureTimeStampToken - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_signerLocation - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
Deprecated.
use id_aa_ets_signerLocation instead
- id_aa_signingCertificate - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_signingCertificateV2 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_aa_sigPolicyId - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
Deprecated.
use id_aa_ets_sigPolicyId instead
- id_ad - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_ad_caIssuers - Static variable in class org.bouncycastle.asn1.x509.AccessDescription
-
- id_ad_caIssuers - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_ad_ocsp - Static variable in class org.bouncycastle.asn1.x509.AccessDescription
-
- id_ad_ocsp - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_aes128_CBC - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes128_CCM - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes128_CFB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes128_ECB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes128_GCM - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes128_OFB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes128_wrap - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes192_CBC - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes192_CCM - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes192_CFB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes192_ECB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes192_GCM - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes192_OFB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes192_wrap - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes256_CBC - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes256_CCM - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes256_CFB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes256_ECB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes256_GCM - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes256_OFB - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_aes256_wrap - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_alg_CMS3DESwrap - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_alg_CMSRC2wrap - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_alg_PWRI_KEK - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_at_name - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_at_telephoneNumber - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_CA - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_CA_DH - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_CA_DH_3DES_CBC_CBC - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_CA_ECDH - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_CA_ECDH_3DES_CBC_CBC - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_camellia128_cbc - Static variable in interface org.bouncycastle.asn1.ntt.NTTObjectIdentifiers
-
- id_camellia128_wrap - Static variable in interface org.bouncycastle.asn1.ntt.NTTObjectIdentifiers
-
- id_camellia192_cbc - Static variable in interface org.bouncycastle.asn1.ntt.NTTObjectIdentifiers
-
- id_camellia192_wrap - Static variable in interface org.bouncycastle.asn1.ntt.NTTObjectIdentifiers
-
- id_camellia256_cbc - Static variable in interface org.bouncycastle.asn1.ntt.NTTObjectIdentifiers
-
- id_camellia256_wrap - Static variable in interface org.bouncycastle.asn1.ntt.NTTObjectIdentifiers
-
- id_ct - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_ct_authData - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_ct_authEnvelopedData - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_ct_compressedData - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_ct_TSTInfo - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_cti - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_cti_ets_proofOfApproval - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_cti_ets_proofOfCreation - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_cti_ets_proofOfDelivery - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_cti_ets_proofOfOrigin - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_cti_ets_proofOfReceipt - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_cti_ets_proofOfSender - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_dsa - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- id_dsa_with_sha1 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
id-dsa-with-sha1 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
us(840) x9-57 (10040) x9cm(4) 3 }
- id_dsa_with_sha2 - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_ea_rsa - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_EAC_ePassport - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
id-EAC-ePassport OBJECT IDENTIFIER ::= {
bsi-de applications(3) mrtd(1) roles(2) 1}
- id_ecPublicKey - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- id_ecSigType - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- id_etsi_qcs - Static variable in interface org.bouncycastle.asn1.x509.qualified.ETSIQCObjectIdentifiers
-
- id_etsi_qcs_LimiteValue - Static variable in interface org.bouncycastle.asn1.x509.qualified.ETSIQCObjectIdentifiers
-
- id_etsi_qcs_QcCompliance - Static variable in interface org.bouncycastle.asn1.x509.qualified.ETSIQCObjectIdentifiers
-
- id_etsi_qcs_QcSSCD - Static variable in interface org.bouncycastle.asn1.x509.qualified.ETSIQCObjectIdentifiers
-
- id_etsi_qcs_RetentionPeriod - Static variable in interface org.bouncycastle.asn1.x509.qualified.ETSIQCObjectIdentifiers
-
- id_fieldType - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- id_hmacWithSHA1 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_hmacWithSHA224 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_hmacWithSHA256 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_hmacWithSHA384 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_hmacWithSHA512 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_icao - Static variable in interface org.bouncycastle.asn1.icao.ICAOObjectIdentifiers
-
- id_icao_ldsSecurityObject - Static variable in interface org.bouncycastle.asn1.icao.ICAOObjectIdentifiers
-
- id_icao_mrtd - Static variable in interface org.bouncycastle.asn1.icao.ICAOObjectIdentifiers
-
- id_icao_mrtd_security - Static variable in interface org.bouncycastle.asn1.icao.ICAOObjectIdentifiers
-
- id_isismtt - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
- id_isismtt_at - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
- id_isismtt_at_additionalInformation - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Some other information of non-restrictive nature regarding the usage of
this certificate.
- id_isismtt_at_admission - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Attribute to indicate admissions to certain professions.
- id_isismtt_at_certHash - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Hash of a certificate in OCSP.
- id_isismtt_at_certInDirSince - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
SingleOCSPResponse extension: Date, when certificate has been published
in the directory and status information has become available.
- id_isismtt_at_dateOfCertGen - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Certificate extensionDate of certificate generation
DateOfCertGenSyntax ::= GeneralizedTime
- id_isismtt_at_declarationOfMajority - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
A declaration of majority.
- id_isismtt_at_iCCSN - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Serial number of the smart card containing the corresponding private key
ICCSNSyntax ::= OCTET STRING (SIZE(8..20))
- id_isismtt_at_liabilityLimitationFlag - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Indicates that an attribute certificate exists, which limits the
usability of this public key certificate.
- id_isismtt_at_monetaryLimit - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Monetary limit for transactions.
- id_isismtt_at_nameAtBirth - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
- id_isismtt_at_namingAuthorities - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Base ObjectIdentifier for naming authorities
- id_isismtt_at_namingAuthorities_RechtWirtschaftSteuern - Static variable in class org.bouncycastle.asn1.isismtt.x509.NamingAuthority
-
Profession OIDs should always be defined under the OID branch of the
responsible naming authority.
- id_isismtt_at_PKReference - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Reference for a file of a smartcard that stores the public key of this
certificate and that is used as �security anchor�.
- id_isismtt_at_procuration - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Attribute to indicate that the certificate holder may sign in the name of
a third person.
- id_isismtt_at_requestedCertificate - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
SingleOCSPResponse extension: The certificate requested by the client by
inserting the RetrieveIfAllowed extension in the request, will be
returned in this extension.
- id_isismtt_at_restriction - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
Some other restriction regarding the usage of this certificate.
- id_isismtt_at_retrieveIfAllowed - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
(Single)Request extension: Clients may include this extension in a
(single) Request to request the responder to send the certificate in the
response message along with the status information.
- id_isismtt_cp - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
- id_isismtt_cp_accredited - Static variable in interface org.bouncycastle.asn1.isismtt.ISISMTTObjectIdentifiers
-
The id-isismtt-cp-accredited OID indicates that the certificate is a
qualified certificate according to Directive 1999/93/EC of the European
Parliament and of the Council of 13 December 1999 on a Community
Framework for Electronic Signatures, which additionally conforms the
special requirements of the SigG and has been issued by an accredited CA.
- id_kp_capwapAC - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 18 }
- id_kp_capwapWTP - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 19 }
- id_kp_clientAuth - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 2 }
- id_kp_codeSigning - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 3 }
- id_kp_dvcs - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 10 }
- id_kp_eapOverLAN - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 14 }
- id_kp_eapOverPPP - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 13 }
- id_kp_emailProtection - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 4 }
- id_kp_ipsecEndSystem - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
Usage deprecated by RFC4945 - was { id-kp 5 }
- id_kp_ipsecIKE - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 17 }
- id_kp_ipsecTunnel - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
Usage deprecated by RFC4945 - was { id-kp 6 }
- id_kp_ipsecUser - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
Usage deprecated by RFC4945 - was { idkp 7 }
- id_kp_OCSPSigning - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 9 }
- id_kp_sbgpCertAAServerAuth - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 11 }
- id_kp_scvp_responder - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 12 }
- id_kp_scvpClient - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 16 }
- id_kp_scvpServer - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 15 }
- id_kp_serverAuth - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 1 }
- id_kp_smartcardlogon - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ 1 3 6 1 4 1 311 20 2 2 }
- id_kp_timeStamping - Static variable in class org.bouncycastle.asn1.x509.KeyPurposeId
-
{ id-kp 8 }
- id_mgf1 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_npki_app_cmsSeed_wrap - Static variable in interface org.bouncycastle.asn1.kisa.KISAObjectIdentifiers
-
- id_PBES2 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_PBKDF2 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_pe - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_PK - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_PK_DH - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_PK_ECDH - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_pkix - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_pkix_ocsp - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pkix_ocsp_archive_cutoff - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pkix_ocsp_basic - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pkix_ocsp_crl - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pkix_ocsp_nocheck - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pkix_ocsp_nonce - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pkix_ocsp_response - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pkix_ocsp_service_locator - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- id_pSpecified - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_publicKeyType - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- id_qcs - Static variable in interface org.bouncycastle.asn1.x509.qualified.RFC3739QCObjectIdentifiers
-
- id_qcs_pkixQCSyntax_v1 - Static variable in interface org.bouncycastle.asn1.x509.qualified.RFC3739QCObjectIdentifiers
-
- id_qcs_pkixQCSyntax_v2 - Static variable in interface org.bouncycastle.asn1.x509.qualified.RFC3739QCObjectIdentifiers
-
- id_qt_cps - Static variable in class org.bouncycastle.asn1.x509.PolicyQualifierId
-
- id_qt_unotice - Static variable in class org.bouncycastle.asn1.x509.PolicyQualifierId
-
- id_RSAES_OAEP - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_RSASSA_PSS - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_seedCBC - Static variable in interface org.bouncycastle.asn1.kisa.KISAObjectIdentifiers
-
- id_SHA1 - Static variable in interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers
-
- id_sha224 - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_sha256 - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_sha384 - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_sha512 - Static variable in interface org.bouncycastle.asn1.nist.NISTObjectIdentifiers
-
- id_sigi - Static variable in interface org.bouncycastle.asn1.x509.sigi.SigIObjectIdentifiers
-
- id_sigi_cp - Static variable in interface org.bouncycastle.asn1.x509.sigi.SigIObjectIdentifiers
-
Certificate policy IDs for German SigI (Signature Interoperability
Specification)
- id_sigi_cp_sigconform - Static variable in interface org.bouncycastle.asn1.x509.sigi.SigIObjectIdentifiers
-
Certificate is conform to german signature law.
- id_sigi_kp - Static variable in interface org.bouncycastle.asn1.x509.sigi.SigIObjectIdentifiers
-
Key purpose IDs for German SigI (Signature Interoperability
Specification)
- id_sigi_kp_directoryService - Static variable in interface org.bouncycastle.asn1.x509.sigi.SigIObjectIdentifiers
-
To be used for for the generation of directory service certificates.
- id_sigi_on - Static variable in interface org.bouncycastle.asn1.x509.sigi.SigIObjectIdentifiers
-
Other Name IDs for German SigI (Signature Interoperability Specification)
- id_sigi_on_personalData - Static variable in interface org.bouncycastle.asn1.x509.sigi.SigIObjectIdentifiers
-
ID for PersonalData
- id_spq - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_spq_ets_unotice - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_spq_ets_uri - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- id_TA - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_ECDSA - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_ECDSA_SHA_1 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_ECDSA_SHA_224 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_ECDSA_SHA_256 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_ECDSA_SHA_384 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_ECDSA_SHA_512 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_RSA - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_RSA_PSS_SHA_1 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_RSA_PSS_SHA_256 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_RSA_v1_5_SHA_1 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- id_TA_RSA_v1_5_SHA_256 - Static variable in interface org.bouncycastle.asn1.eac.EACObjectIdentifiers
-
- IDEA - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.AlgParamGen - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.AlgParamGen() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.AlgParamGen
-
- IDEA.AlgParams - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.AlgParams() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.AlgParams
-
- IDEA.CBC - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.CBC() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.CBC
-
- IDEA.CFB8Mac - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.CFB8Mac() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.CFB8Mac
-
- IDEA.ECB - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.ECB() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.ECB
-
- IDEA.KeyGen - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.KeyGen() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.KeyGen
-
- IDEA.Mac - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.Mac() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.Mac
-
- IDEA.PBEWithSHAAndIDEA - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.PBEWithSHAAndIDEA() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.PBEWithSHAAndIDEA
-
- IDEA.PBEWithSHAAndIDEAKeyGen - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEA.PBEWithSHAAndIDEAKeyGen() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEA.PBEWithSHAAndIDEAKeyGen
-
- IDEACBCPar - Class in org.bouncycastle.asn1.misc
-
- IDEACBCPar(byte[]) - Constructor for class org.bouncycastle.asn1.misc.IDEACBCPar
-
- IDEACBCPar(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.misc.IDEACBCPar
-
- IDEAEngine - Class in org.bouncycastle.crypto.engines
-
A class that provides a basic International Data Encryption Algorithm (IDEA) engine.
- IDEAEngine() - Constructor for class org.bouncycastle.crypto.engines.IDEAEngine
-
standard constructor.
- IDEAMappings - Class in org.bouncycastle.jce.provider.symmetric
-
- IDEAMappings() - Constructor for class org.bouncycastle.jce.provider.symmetric.IDEAMappings
-
- idSHA1 - Static variable in interface org.bouncycastle.asn1.oiw.OIWObjectIdentifiers
-
- IEKeySpec - Class in org.bouncycastle.jce.spec
-
key pair for use with an integrated encryptor - together
they provide what's required to generate the message.
- IEKeySpec(PrivateKey, PublicKey) - Constructor for class org.bouncycastle.jce.spec.IEKeySpec
-
- IESEngine - Class in org.bouncycastle.crypto.engines
-
support class for constructing intergrated encryption ciphers
for doing basic message exchanges on top of key agreement ciphers
- IESEngine(BasicAgreement, DerivationFunction, Mac) - Constructor for class org.bouncycastle.crypto.engines.IESEngine
-
set up for use with stream mode, where the key derivation function
is used to provide a stream of bytes to xor with the message.
- IESEngine(BasicAgreement, DerivationFunction, Mac, BufferedBlockCipher) - Constructor for class org.bouncycastle.crypto.engines.IESEngine
-
set up for use in conjunction with a block cipher to handle the
message.
- IESKey - Interface in org.bouncycastle.jce.interfaces
-
key pair for use with an integrated encryptor
- IESParameters - Class in org.bouncycastle.crypto.params
-
parameters for using an integrated cipher in stream mode.
- IESParameters(byte[], byte[], int) - Constructor for class org.bouncycastle.crypto.params.IESParameters
-
- IESParameterSpec - Class in org.bouncycastle.jce.spec
-
Parameter spec for an integrated encryptor, as in IEEE P1363a
- IESParameterSpec(byte[], byte[], int) - Constructor for class org.bouncycastle.jce.spec.IESParameterSpec
-
- IESTest - Class in org.bouncycastle.jce.provider.test
-
test for ECIES - Elliptic Curve Integrated Encryption Scheme
- IESWithCipherParameters - Class in org.bouncycastle.crypto.params
-
- IESWithCipherParameters(byte[], byte[], int, int) - Constructor for class org.bouncycastle.crypto.params.IESWithCipherParameters
-
- IetfAttrSyntax - Class in org.bouncycastle.asn1.x509
-
Implementation of IetfAttrSyntax
as specified by RFC3281.
- IetfAttrSyntax(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.IetfAttrSyntax
-
- ImplicitlyCaTest - Class in org.bouncycastle.jce.provider.test
-
- ImplicitlyCaTest() - Constructor for class org.bouncycastle.jce.provider.test.ImplicitlyCaTest
-
- implies(Permission) - Method in class org.bouncycastle.jce.ProviderConfigurationPermission
-
- INCORRECT_DATA - Static variable in class org.bouncycastle.asn1.cmp.PKIFailureInfo
-
Deprecated.
use lower case version
- incorrectData - Static variable in class org.bouncycastle.asn1.cmp.PKIFailureInfo
-
- indirectCRLTest() - Method in class org.bouncycastle.jce.provider.test.CRL5Test
-
- InfoTypeAndValue - Class in org.bouncycastle.asn1.cmp
-
Example InfoTypeAndValue contents include, but are not limited
to, the following (un-comment in this ASN.1 module and use as
appropriate for a given environment):
id-it-caProtEncCert OBJECT IDENTIFIER ::= {id-it 1}
CAProtEncCertValue ::= CMPCertificate
id-it-signKeyPairTypes OBJECT IDENTIFIER ::= {id-it 2}
SignKeyPairTypesValue ::= SEQUENCE OF AlgorithmIdentifier
id-it-encKeyPairTypes OBJECT IDENTIFIER ::= {id-it 3}
EncKeyPairTypesValue ::= SEQUENCE OF AlgorithmIdentifier
id-it-preferredSymmAlg OBJECT IDENTIFIER ::= {id-it 4}
PreferredSymmAlgValue ::= AlgorithmIdentifier
id-it-caKeyUpdateInfo OBJECT IDENTIFIER ::= {id-it 5}
CAKeyUpdateInfoValue ::= CAKeyUpdAnnContent
id-it-currentCRL OBJECT IDENTIFIER ::= {id-it 6}
CurrentCRLValue ::= CertificateList
id-it-unsupportedOIDs OBJECT IDENTIFIER ::= {id-it 7}
UnsupportedOIDsValue ::= SEQUENCE OF OBJECT IDENTIFIER
id-it-keyPairParamReq OBJECT IDENTIFIER ::= {id-it 10}
KeyPairParamReqValue ::= OBJECT IDENTIFIER
id-it-keyPairParamRep OBJECT IDENTIFIER ::= {id-it 11}
KeyPairParamRepValue ::= AlgorithmIdentifer
id-it-revPassphrase OBJECT IDENTIFIER ::= {id-it 12}
RevPassphraseValue ::= EncryptedValue
id-it-implicitConfirm OBJECT IDENTIFIER ::= {id-it 13}
ImplicitConfirmValue ::= NULL
id-it-confirmWaitTime OBJECT IDENTIFIER ::= {id-it 14}
ConfirmWaitTimeValue ::= GeneralizedTime
id-it-origPKIMessage OBJECT IDENTIFIER ::= {id-it 15}
OrigPKIMessageValue ::= PKIMessages
id-it-suppLangTags OBJECT IDENTIFIER ::= {id-it 16}
SuppLangTagsValue ::= SEQUENCE OF UTF8String
where
id-pkix OBJECT IDENTIFIER ::= {
iso(1) identified-organization(3)
dod(6) internet(1) security(5) mechanisms(5) pkix(7)}
and
id-it OBJECT IDENTIFIER ::= {id-pkix 4}
- INHIBIT_ANY_POLICY - Static variable in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- INHIBIT_ANY_POLICY - Static variable in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- InhibitAnyPolicy - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Inhibit Any Policy
- init(CipherParameters) - Method in class org.bouncycastle.crypto.agreement.DHAgreement
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.agreement.DHBasicAgreement
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.agreement.ECDHBasicAgreement
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.agreement.ECDHCBasicAgreement
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.agreement.ECMQVBasicAgreement
-
- init(DerivationParameters) - Method in class org.bouncycastle.crypto.agreement.kdf.DHKEKGenerator
-
- init(DerivationParameters) - Method in class org.bouncycastle.crypto.agreement.kdf.ECDHKEKGenerator
-
- init(BigInteger, BigInteger, Digest, SecureRandom) - Method in class org.bouncycastle.crypto.agreement.srp.SRP6Client
-
Initialises the client to begin new authentication attempt
- init(BigInteger, BigInteger, BigInteger, Digest, SecureRandom) - Method in class org.bouncycastle.crypto.agreement.srp.SRP6Server
-
Initialises the server to accept a new client authentication attempt
- init(BigInteger, BigInteger, Digest) - Method in class org.bouncycastle.crypto.agreement.srp.SRP6VerifierGenerator
-
Initialises generator to create new verifiers
- init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
-
initialise the cipher.
- init(KeyGenerationParameters) - Method in interface org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator
-
intialise the key pair generator.
- init(CipherParameters) - Method in interface org.bouncycastle.crypto.BasicAgreement
-
initialise the agreement engine.
- init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.BlockCipher
-
Initialise the cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
-
initialise the buffer and the underlying cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
-
initialise the cipher.
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.CipherKeyGenerator
-
initialise the key generator.
- init(DerivationParameters) - Method in interface org.bouncycastle.crypto.DerivationFunction
-
- init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.DSA
-
initialise the signer for signature generation or signature
verification.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.encodings.ISO9796d1Encoding
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.encodings.OAEPEncoding
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.AESEngine
-
initialise an AES cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.AESFastEngine
-
initialise an AES cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.AESLightEngine
-
initialise an AES cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.BlowfishEngine
-
initialise a Blowfish cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.CamelliaEngine
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.CamelliaLightEngine
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.CAST5Engine
-
initialise a CAST cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.DESedeEngine
-
initialise a DESede cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.DESedeWrapEngine
-
Method init
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.DESEngine
-
initialise a DES cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.ElGamalEngine
-
initialise the ElGamal engine.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.GOST28147Engine
-
initialise an GOST28147 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.Grain128Engine
-
Initialize a Grain-128 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.Grainv1Engine
-
Initialize a Grain v1 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.HC128Engine
-
Initialise a HC-128 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.HC256Engine
-
Initialise a HC-256 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.IDEAEngine
-
initialise an IDEA cipher.
- init(boolean, CipherParameters, CipherParameters, CipherParameters) - Method in class org.bouncycastle.crypto.engines.IESEngine
-
Initialise the encryptor.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.ISAACEngine
-
initialise an ISAAC cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.NaccacheSternEngine
-
Initializes this algorithm.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.NoekeonEngine
-
initialise
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.NullEngine
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RC2Engine
-
initialise a RC2 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RC2WrapEngine
-
Method init
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RC4Engine
-
initialise a RC4 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RC532Engine
-
initialise a RC5-32 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RC564Engine
-
initialise a RC5-64 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RC6Engine
-
initialise a RC5-32 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RFC3211WrapEngine
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RFC3394WrapEngine
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RijndaelEngine
-
initialise a Rijndael cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
-
initialise the RSA engine.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
-
Initialise the blinding engine.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RSAEngine
-
initialise the RSA engine.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.Salsa20Engine
-
initialise a Salsa20 cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.SEEDEngine
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.SerpentEngine
-
initialise a Serpent cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.SkipjackEngine
-
initialise a SKIPJACK cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.TEAEngine
-
initialise
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.TwofishEngine
-
initialise a Twofish cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.VMPCEngine
-
initialise a VMPC cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.XTEAEngine
-
initialise
- init(DerivationParameters) - Method in class org.bouncycastle.crypto.generators.BaseKDFBytesGenerator
-
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.DESedeKeyGenerator
-
initialise the key generator - if strength is set to zero
the key generated will be 192 bits in size, otherwise
strength can be 128 or 192 (or 112 or 168 if you don't count
parity bits), depending on whether you wish to do 2-key or 3-key
triple DES.
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.DESKeyGenerator
-
initialise the key generator - if strength is set to zero
the key generated will be 64 bits in size, otherwise
strength can be 64 or 56 bits (if you don't count the parity bits).
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.DHBasicKeyPairGenerator
-
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.DHKeyPairGenerator
-
- init(int, int, SecureRandom) - Method in class org.bouncycastle.crypto.generators.DHParametersGenerator
-
Initialise the parameters generator.
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.DSAKeyPairGenerator
-
- init(int, int, SecureRandom) - Method in class org.bouncycastle.crypto.generators.DSAParametersGenerator
-
initialise the key generator.
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.ECKeyPairGenerator
-
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.ElGamalKeyPairGenerator
-
- init(int, int, SecureRandom) - Method in class org.bouncycastle.crypto.generators.ElGamalParametersGenerator
-
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.GOST3410KeyPairGenerator
-
- init(int, int, SecureRandom) - Method in class org.bouncycastle.crypto.generators.GOST3410ParametersGenerator
-
initialise the key generator.
- init(DerivationParameters) - Method in class org.bouncycastle.crypto.generators.MGF1BytesGenerator
-
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.NaccacheSternKeyPairGenerator
-
- init(byte[], byte[]) - Method in class org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator
-
Initialise - note the iteration count for this algorithm is fixed at 1.
- init(CipherParameters) - Method in class org.bouncycastle.crypto.generators.RSABlindingFactorGenerator
-
Initialise the factor generator
- init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.RSAKeyPairGenerator
-
- init(CipherParameters) - Method in interface org.bouncycastle.crypto.Mac
-
Initialise the MAC.
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.CFBBlockCipherMac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.CMac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.GOST28147Mac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.HMac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.ISO9797Alg3Mac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.OldHMac
-
- init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.VMPCMac
-
- init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
initialise the underlying cipher.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
-
Initialise the cipher and, possibly, the initialisation vector (IV).
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.CFBBlockCipher
-
Initialise the cipher and, possibly, the initialisation vector (IV).
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- init(byte[]) - Method in class org.bouncycastle.crypto.modes.gcm.BasicGCMMultiplier
-
- init(byte[]) - Method in interface org.bouncycastle.crypto.modes.gcm.GCMMultiplier
-
- init(byte[]) - Method in class org.bouncycastle.crypto.modes.gcm.Tables64kGCMMultiplier
-
- init(byte[]) - Method in class org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.GOFBBlockCipher
-
Initialise the cipher and, possibly, the initialisation vector (IV).
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.OFBBlockCipher
-
Initialise the cipher and, possibly, the initialisation vector (IV).
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher
-
Initialise the cipher and, possibly, the initialisation vector (IV).
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.PGPCFBBlockCipher
-
Initialise the cipher and, possibly, the initialisation vector (IV).
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.SICBlockCipher
-
- init(SecureRandom) - Method in interface org.bouncycastle.crypto.paddings.BlockCipherPadding
-
Initialise the padder.
- init(SecureRandom) - Method in class org.bouncycastle.crypto.paddings.ISO10126d2Padding
-
Initialise the padder.
- init(SecureRandom) - Method in class org.bouncycastle.crypto.paddings.ISO7816d4Padding
-
Initialise the padder.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
initialise the cipher.
- init(SecureRandom) - Method in class org.bouncycastle.crypto.paddings.PKCS7Padding
-
Initialise the padder.
- init(SecureRandom) - Method in class org.bouncycastle.crypto.paddings.TBCPadding
-
Initialise the padder.
- init(SecureRandom) - Method in class org.bouncycastle.crypto.paddings.X923Padding
-
Initialise the padder.
- init(SecureRandom) - Method in class org.bouncycastle.crypto.paddings.ZeroBytePadding
-
Initialise the padder.
- init(byte[], byte[], int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
-
initialise the PBE generator.
- init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.Signer
-
Initialise the signer for signing or verification.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.DSADigestSigner
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.DSASigner
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.ECDSASigner
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.ECGOST3410Signer
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.ECNRSigner
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.GenericSigner
-
initialise the signer for signing or verification.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.GOST3410Signer
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
Initialise the signer.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.PSSSigner
-
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
-
initialise the signer for signing or verification.
- init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.StreamBlockCipher
-
initialise the underlying cipher.
- init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.StreamCipher
-
Initialise the cipher.
- init(byte[], byte[], byte[]) - Method in class org.bouncycastle.crypto.tls.TlsBlockCipherCipherSuite
-
- init(byte[], byte[], byte[]) - Method in class org.bouncycastle.crypto.tls.TlsCipherSuite
-
- init(byte[], byte[], byte[]) - Method in class org.bouncycastle.crypto.tls.TlsNullCipherSuite
-
- init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.Wrapper
-
- init(DerivationParameters) - Method in class org.bouncycastle.jce.provider.BrokenKDF2BytesGenerator
-
- init(CertPath, PKIXParameters) - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
Initializes the PKIXCertPathReviewer with the given CertPath
and PKIXParameters
params
- init(InputStream) - Method in class org.bouncycastle.x509.X509StreamParser
-
- init(byte[]) - Method in class org.bouncycastle.x509.X509StreamParser
-
- initialiseDecodingTable() - Method in class org.bouncycastle.util.encoders.Base64Encoder
-
- initialiseDecodingTable() - Method in class org.bouncycastle.util.encoders.HexEncoder
-
- initialize(int, SecureRandom) - Method in class org.bouncycastle.jce.provider.asymmetric.ec.KeyPairGenerator.EC
-
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class org.bouncycastle.jce.provider.asymmetric.ec.KeyPairGenerator.EC
-
- initialize(int, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.DH
-
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.DH
-
- initialize(int, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.DSA
-
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.DSA
-
- initialize(int, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.ElGamal
-
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.ElGamal
-
- initialize(int, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.GOST3410
-
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.GOST3410
-
- initialize(int, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator
-
- initialize(int, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.RSA
-
- initialize(AlgorithmParameterSpec, SecureRandom) - Method in class org.bouncycastle.jce.provider.JDKKeyPairGenerator.RSA
-
- INITIALS - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
- initKey(byte[], byte[]) - Method in class org.bouncycastle.crypto.engines.VMPCEngine
-
- initKey(byte[], byte[]) - Method in class org.bouncycastle.crypto.engines.VMPCKSA3Engine
-
- INSTANCE - Static variable in class org.bouncycastle.asn1.BERNull
-
- INSTANCE - Static variable in class org.bouncycastle.asn1.DERNull
-
- InstructionCode - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Hold Instruction Code
- INTEGER - Static variable in interface org.bouncycastle.asn1.DERTags
-
- integerToBytes(BigInteger, int) - Method in class org.bouncycastle.asn1.x9.X9IntegerConverter
-
- Intermediate_Certificate_1_CP_02_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_07_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_08_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PL_01_10_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_01_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_01_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_01_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_01_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_01_07_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_01_08_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_06_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_06_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_06_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_PP_06_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_RL_03_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_RL_05_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_1_RL_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_CP_02_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_07_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_08_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PL_01_10_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_01_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_01_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_01_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_01_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_01_07_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_01_08_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_06_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_06_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_06_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_PP_06_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_RL_03_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_RL_05_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_2_RL_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PL_01_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PL_01_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PL_01_07_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PL_01_08_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PL_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PL_01_10_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_01_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_01_07_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_01_08_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_06_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_06_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_06_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_3_PP_06_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PL_01_07_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PL_01_08_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PL_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PL_01_10_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PP_01_09_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PP_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PP_06_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PP_06_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PP_06_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_4_PP_06_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_01_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_01_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_02_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_02_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_02_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_02_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_03_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_03_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_03_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_03_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_04_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_04_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_04_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_04_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_04_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_04_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_05_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_CP_06_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_01_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_02_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_02_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_02_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_02_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_04_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_05_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_05_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_05_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_06_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_06_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_IC_06_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PL_01_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PL_01_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_01_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_01_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_08_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_08_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_08_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_08_04_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_08_05_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_PP_08_06_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_02_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_03_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_03_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_05_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_06_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_07_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_07_02_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_07_03_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_08_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_Certificate_RL_09_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_CP_02_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_07_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_08_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PL_01_10_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_01_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_01_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_01_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_01_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_01_07_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_01_08_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_06_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_06_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_06_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_PP_06_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_RL_03_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_RL_05_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_1_RL_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_CP_02_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_07_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_08_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PL_01_10_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_01_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_01_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_01_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_01_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_01_07_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_01_08_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_06_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_06_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_06_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_PP_06_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_RL_03_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_RL_05_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_2_RL_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PL_01_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PL_01_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PL_01_07_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PL_01_08_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PL_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PL_01_10_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_01_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_01_07_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_01_08_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_06_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_06_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_06_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_3_PP_06_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PL_01_07_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PL_01_08_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PL_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PL_01_10_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PP_01_09_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PP_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PP_06_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PP_06_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PP_06_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_4_PP_06_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_01_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_01_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_02_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_02_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_02_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_02_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_03_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_03_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_03_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_03_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_04_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_04_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_04_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_04_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_04_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_04_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_CP_06_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_01_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_02_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_02_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_02_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_02_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_04_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_05_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_05_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_05_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_06_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_06_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_IC_06_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PL_01_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PL_01_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_01_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_01_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_08_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_08_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_08_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_08_04_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_08_05_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_PP_08_06_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_02_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_03_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_03_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_05_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_06_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_07_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_07_02_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_07_03_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_08_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Intermediate_CRL_RL_09_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- INTERNAL_ERROR - Static variable in class org.bouncycastle.asn1.ocsp.OCSPResponseStatus
-
- INTERNAL_ERROR - Static variable in class org.bouncycastle.ocsp.OCSPRespGenerator
-
- INTERNAL_ERROR - Static variable in interface org.bouncycastle.ocsp.OCSPRespStatus
-
- intersectEmptyPermittedSubtree(int) - Method in class org.bouncycastle.jce.provider.PKIXNameConstraintValidator
-
- intersectPermittedSubtree(ASN1Sequence) - Method in class org.bouncycastle.jce.provider.PKIXNameConstraintValidator
-
Updates the permitted set of these name constraints with the intersection
with the given subtree.
- IntsTo32bits(int[], int) - Method in class org.bouncycastle.crypto.engines.CAST5Engine
-
- intToBigEndian(int, byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
-
- intValue() - Method in class org.bouncycastle.asn1.DERBitString
-
- InvalidCipherTextException - Exception in org.bouncycastle.crypto
-
this exception is thrown whenever we find something we don't expect in a
message.
- InvalidCipherTextException() - Constructor for exception org.bouncycastle.crypto.InvalidCipherTextException
-
base constructor.
- InvalidCipherTextException(String) - Constructor for exception org.bouncycastle.crypto.InvalidCipherTextException
-
create a InvalidCipherTextException with the given message.
- InvalidityDate - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Invalidity Date
- iPAddress - Static variable in class org.bouncycastle.asn1.x509.GeneralName
-
- IPAddress - Class in org.bouncycastle.util
-
- IPAddress() - Constructor for class org.bouncycastle.util.IPAddress
-
- IPTest - Class in org.bouncycastle.util
-
- IPTest() - Constructor for class org.bouncycastle.util.IPTest
-
- ISAACEngine - Class in org.bouncycastle.crypto.engines
-
Implementation of Bob Jenkin's ISAAC (Indirection Shift Accumulate Add and Count).
- ISAACEngine() - Constructor for class org.bouncycastle.crypto.engines.ISAACEngine
-
- isAdditionalLocationsEnabled() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Returns if additional
X509Store
s for locations like LDAP found
in certificates or CRLs should be used.
- isakmpOakley - Static variable in interface org.bouncycastle.asn1.iana.IANAObjectIdentifiers
-
- isAlphabetic() - Method in class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
-
- isAnyPolicy(Set) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- isASN1FormatString(String) - Method in class org.bouncycastle.jce.provider.JDKAlgorithmParameters
-
- isCA() - Method in class org.bouncycastle.asn1.x509.BasicConstraints
-
- isCompleteCRLEnabled() - Method in class org.bouncycastle.x509.X509CRLStoreSelector
-
If true
only complete CRLs are returned.
- isConstructed() - Method in class org.bouncycastle.asn1.BERTaggedObjectParser
-
- isConstructed() - Method in class org.bouncycastle.asn1.DERApplicationSpecific
-
- isConstructed() - Method in class org.bouncycastle.asn1.DERUnknownTag
-
- isCritical() - Method in class org.bouncycastle.asn1.x509.X509Extension
-
- isCritical() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- isDebug() - Method in class org.bouncycastle.crypto.params.NaccacheSternKeyGenerationParameters
-
- isDeltaCRLIndicatorEnabled() - Method in class org.bouncycastle.x509.X509CRLStoreSelector
-
Returns if this selector must match CRLs with the delta CRL indicator
extension set.
- isEmpty() - Method in class org.bouncycastle.asn1.ASN1TaggedObject
-
- isEmpty() - Method in class org.bouncycastle.asn1.x509.X509ExtensionsGenerator
-
Return true if there are no extension present in this generator.
- isExhausted() - Method in class org.bouncycastle.util.test.FixedSecureRandom
-
- isExplicit() - Method in class org.bouncycastle.asn1.ASN1TaggedObject
-
return whether or not the object may be explicitly tagged.
- isIA5String(String) - Static method in class org.bouncycastle.asn1.DERIA5String
-
return true if the passed in String can be represented without
loss as an IA5String, false otherwise.
- isImplicitlyCA() - Method in class org.bouncycastle.asn1.x9.X962Parameters
-
- isIndirectCRL() - Method in class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
- ISISMTTObjectIdentifiers - Interface in org.bouncycastle.asn1.isismtt
-
- isIssuingDistributionPointEnabled() - Method in class org.bouncycastle.x509.X509CRLStoreSelector
-
Returns if the issuing distribution point criteria should be applied.
- isNamedCurve() - Method in class org.bouncycastle.asn1.x9.X962Parameters
-
- isNumericString(String) - Static method in class org.bouncycastle.asn1.DERNumericString
-
Return true if the string can be represented as a NumericString ('0'..'9', ' ')
- ISO10126d2Padding - Class in org.bouncycastle.crypto.paddings
-
A padder that adds ISO10126-2 padding to a block.
- ISO10126d2Padding() - Constructor for class org.bouncycastle.crypto.paddings.ISO10126d2Padding
-
- ISO18033KDFParameters - Class in org.bouncycastle.crypto.params
-
parameters for Key derivation functions for ISO-18033
- ISO18033KDFParameters(byte[]) - Constructor for class org.bouncycastle.crypto.params.ISO18033KDFParameters
-
- Iso4217CurrencyCode - Class in org.bouncycastle.asn1.x509.qualified
-
The Iso4217CurrencyCode object.
- Iso4217CurrencyCode(int) - Constructor for class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
-
- Iso4217CurrencyCode(String) - Constructor for class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
-
- ISO7816d4Padding - Class in org.bouncycastle.crypto.paddings
-
A padder that adds the padding according to the scheme referenced in
ISO 7814-4 - scheme 2 from ISO 9797-1.
- ISO7816d4Padding() - Constructor for class org.bouncycastle.crypto.paddings.ISO7816d4Padding
-
- ISO9796d1Encoding - Class in org.bouncycastle.crypto.encodings
-
ISO 9796-1 padding.
- ISO9796d1Encoding(AsymmetricBlockCipher) - Constructor for class org.bouncycastle.crypto.encodings.ISO9796d1Encoding
-
- ISO9796d2PSSSigner - Class in org.bouncycastle.crypto.signers
-
ISO9796-2 - mechanism using a hash function with recovery (scheme 2 and 3).
- ISO9796d2PSSSigner(AsymmetricBlockCipher, Digest, int, boolean) - Constructor for class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
Generate a signer for the with either implicit or explicit trailers
for ISO9796-2, scheme 2 or 3.
- ISO9796d2PSSSigner(AsymmetricBlockCipher, Digest, int) - Constructor for class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
Constructor for a signer with an explicit digest trailer.
- ISO9796d2Signer - Class in org.bouncycastle.crypto.signers
-
ISO9796-2 - mechanism using a hash function with recovery (scheme 1)
- ISO9796d2Signer(AsymmetricBlockCipher, Digest, boolean) - Constructor for class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
Generate a signer for the with either implicit or explicit trailers
for ISO9796-2.
- ISO9796d2Signer(AsymmetricBlockCipher, Digest) - Constructor for class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
Constructor for a signer with an explicit digest trailer.
- ISO9797Alg3Mac - Class in org.bouncycastle.crypto.macs
-
DES based CBC Block Cipher MAC according to ISO9797, algorithm 3 (ANSI X9.19 Retail MAC)
This could as well be derived from CBCBlockCipherMac, but then the property mac in the base
class must be changed to protected
- ISO9797Alg3Mac(BlockCipher) - Constructor for class org.bouncycastle.crypto.macs.ISO9797Alg3Mac
-
create a Retail-MAC based on a CBC block cipher.
- ISO9797Alg3Mac(BlockCipher, BlockCipherPadding) - Constructor for class org.bouncycastle.crypto.macs.ISO9797Alg3Mac
-
create a Retail-MAC based on a CBC block cipher.
- ISO9797Alg3Mac(BlockCipher, int) - Constructor for class org.bouncycastle.crypto.macs.ISO9797Alg3Mac
-
create a Retail-MAC based on a block cipher with the size of the
MAC been given in bits.
- ISO9797Alg3Mac(BlockCipher, int, BlockCipherPadding) - Constructor for class org.bouncycastle.crypto.macs.ISO9797Alg3Mac
-
create a standard MAC based on a block cipher with the size of the
MAC been given in bits.
- isPredefined() - Method in class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-
- isPrintableString(String) - Static method in class org.bouncycastle.asn1.DERPrintableString
-
return true if the passed in String can be represented without
loss as a PrintableString, false otherwise.
- isPrivate() - Method in class org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- isRevoked(Certificate) - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
Checks whether the given certificate is on this CRL.
- isSelfIssued(X509Certificate) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- isSignaturePolicyImplied() - Method in class org.bouncycastle.asn1.esf.SignaturePolicyIdentifier
-
- isSigned() - Method in class org.bouncycastle.ocsp.OCSPReq
-
Return whether or not this request is signed.
- isSuccessful() - Method in class org.bouncycastle.util.test.SimpleTestResult
-
- isSuccessful() - Method in interface org.bouncycastle.util.test.TestResult
-
- IssuerAlternativeName - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Issuer Alternative Name
- IssuerAndSerialNumber - Class in org.bouncycastle.asn1.cms
-
- IssuerAndSerialNumber(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.cms.IssuerAndSerialNumber
-
- IssuerAndSerialNumber(X509Name, BigInteger) - Constructor for class org.bouncycastle.asn1.cms.IssuerAndSerialNumber
-
- IssuerAndSerialNumber(X509Name, DERInteger) - Constructor for class org.bouncycastle.asn1.cms.IssuerAndSerialNumber
-
- IssuerAndSerialNumber - Class in org.bouncycastle.asn1.pkcs
-
- IssuerAndSerialNumber(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber
-
- IssuerAndSerialNumber(X509Name, BigInteger) - Constructor for class org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber
-
- IssuerAndSerialNumber(X509Name, DERInteger) - Constructor for class org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber
-
- IssuerSerial - Class in org.bouncycastle.asn1.x509
-
- IssuerSerial(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.IssuerSerial
-
- IssuerSerial(GeneralNames, DERInteger) - Constructor for class org.bouncycastle.asn1.x509.IssuerSerial
-
- ISSUING_DISTRIBUTION_POINT - Static variable in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- ISSUING_DISTRIBUTION_POINT - Static variable in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- IssuingDistributionPoint - Class in org.bouncycastle.asn1.x509
-
IssuingDistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
onlySomeReasons [3] ReasonFlags OPTIONAL,
indirectCRL [4] BOOLEAN DEFAULT FALSE,
onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
- IssuingDistributionPoint(DistributionPointName, boolean, boolean, ReasonFlags, boolean, boolean) - Constructor for class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
Constructor from given details.
- IssuingDistributionPoint(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
Constructor from ASN1Sequence
- IssuingDistributionPoint - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Issuing Distribution Point
- isTagged() - Method in class org.bouncycastle.asn1.cms.RecipientIdentifier
-
- isTagged() - Method in class org.bouncycastle.asn1.cms.RecipientInfo
-
- isTagged() - Method in class org.bouncycastle.asn1.cms.SignerIdentifier
-
- isTrue() - Method in class org.bouncycastle.asn1.DERBoolean
-
- isUseDeltasEnabled() - Method in class org.bouncycastle.x509.ExtendedPKIXParameters
-
Defaults to false
.
- isValid(X509CertificateStructure[]) - Method in class org.bouncycastle.crypto.tls.AlwaysValidVerifyer
-
Return true.
- isValid(X509CertificateStructure[]) - Method in interface org.bouncycastle.crypto.tls.CertificateVerifyer
-
- isValid(String) - Static method in class org.bouncycastle.util.IPAddress
-
Validate the given IPv4 or IPv6 address.
- isValidCertPath() - Method in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- isValidIPv4(String) - Static method in class org.bouncycastle.util.IPAddress
-
Validate the given IPv4 address.
- isValidIPv4WithNetmask(String) - Static method in class org.bouncycastle.util.IPAddress
-
- isValidIPv6(String) - Static method in class org.bouncycastle.util.IPAddress
-
Validate the given IPv6 address.
- isValidIPv6WithNetmask(String) - Static method in class org.bouncycastle.util.IPAddress
-
- isValidWithNetMask(String) - Static method in class org.bouncycastle.util.IPAddress
-
Validate the given IPv4 or IPv6 address and netmask.
- isWeakKey(byte[], int, int) - Static method in class org.bouncycastle.crypto.params.DESedeParameters
-
return true if the passed in key is a DES-EDE weak key.
- isWeakKey(byte[], int) - Static method in class org.bouncycastle.crypto.params.DESedeParameters
-
return true if the passed in key is a DES-EDE weak key.
- isWeakKey(byte[], int) - Static method in class org.bouncycastle.crypto.params.DESParameters
-
DES has 16 weak keys.
- iterationCount - Variable in class org.bouncycastle.crypto.PBEParametersGenerator
-
- IV_MATERIAL - Static variable in class org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
-
- P - Variable in class org.bouncycastle.crypto.engines.VMPCEngine
-
- Pack - Class in org.bouncycastle.crypto.util
-
- Pack() - Constructor for class org.bouncycastle.crypto.util.Pack
-
- padBits - Variable in class org.bouncycastle.asn1.DERBitString
-
- padCount(byte[]) - Method in interface org.bouncycastle.crypto.paddings.BlockCipherPadding
-
return the number of pad bytes present in the block.
- padCount(byte[]) - Method in class org.bouncycastle.crypto.paddings.ISO10126d2Padding
-
return the number of pad bytes present in the block.
- padCount(byte[]) - Method in class org.bouncycastle.crypto.paddings.ISO7816d4Padding
-
return the number of pad bytes present in the block.
- padCount(byte[]) - Method in class org.bouncycastle.crypto.paddings.PKCS7Padding
-
return the number of pad bytes present in the block.
- padCount(byte[]) - Method in class org.bouncycastle.crypto.paddings.TBCPadding
-
return the number of pad bytes present in the block.
- padCount(byte[]) - Method in class org.bouncycastle.crypto.paddings.X923Padding
-
return the number of pad bytes present in the block.
- padCount(byte[]) - Method in class org.bouncycastle.crypto.paddings.ZeroBytePadding
-
return the number of pad bytes present in the block.
- PaddedBlockCipher - Class in org.bouncycastle.crypto.modes
-
Deprecated.
use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.
- PaddedBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.modes.PaddedBlockCipher
-
Deprecated.
Create a buffered block cipher with, or without, padding.
- PaddedBufferedBlockCipher - Class in org.bouncycastle.crypto.paddings
-
A wrapper class that allows block ciphers to be used to process data in
a piecemeal fashion with padding.
- PaddedBufferedBlockCipher(BlockCipher, BlockCipherPadding) - Constructor for class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
Create a buffered block cipher with the desired padding.
- PaddedBufferedBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
Create a buffered block cipher PKCS7 padding
- padding - Variable in class org.bouncycastle.util.encoders.Base64Encoder
-
- ParametersWithIV - Class in org.bouncycastle.crypto.params
-
- ParametersWithIV(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithIV
-
- ParametersWithIV(CipherParameters, byte[], int, int) - Constructor for class org.bouncycastle.crypto.params.ParametersWithIV
-
- ParametersWithRandom - Class in org.bouncycastle.crypto.params
-
- ParametersWithRandom(CipherParameters, SecureRandom) - Constructor for class org.bouncycastle.crypto.params.ParametersWithRandom
-
- ParametersWithRandom(CipherParameters) - Constructor for class org.bouncycastle.crypto.params.ParametersWithRandom
-
- ParametersWithSalt - Class in org.bouncycastle.crypto.params
-
Cipher parameters with a fixed salt value associated with them.
- ParametersWithSalt(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithSalt
-
- ParametersWithSalt(CipherParameters, byte[], int, int) - Constructor for class org.bouncycastle.crypto.params.ParametersWithSalt
-
- ParametersWithSBox - Class in org.bouncycastle.crypto.params
-
- ParametersWithSBox(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithSBox
-
- parent - Variable in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.Certificate
-
Parse the ServerCertificate message.
- parser() - Method in class org.bouncycastle.asn1.ASN1OctetString
-
- parser() - Method in class org.bouncycastle.asn1.ASN1Sequence
-
- parser() - Method in class org.bouncycastle.asn1.ASN1Set
-
- parseTest(byte[]) - Method in class org.bouncycastle.jce.provider.test.PKCS7SignedDataTest
-
- partialBlockOkay - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
-
- password - Variable in class org.bouncycastle.crypto.PBEParametersGenerator
-
- PasswordException - Exception in org.bouncycastle.openssl
-
- PasswordException(String) - Constructor for exception org.bouncycastle.openssl.PasswordException
-
- PasswordFinder - Interface in org.bouncycastle.openssl
-
call back to allow a password to be fetched when one is requested.
- PasswordRecipientInfo - Class in org.bouncycastle.asn1.cms
-
- PasswordRecipientInfo(AlgorithmIdentifier, ASN1OctetString) - Constructor for class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
- PasswordRecipientInfo(AlgorithmIdentifier, AlgorithmIdentifier, ASN1OctetString) - Constructor for class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
- PasswordRecipientInfo(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
- Patentanwalt - Static variable in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
Patentanwalt
- Patentanwltin - Static variable in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
Patentanw�ltin
- PBE - Interface in org.bouncycastle.jce.provider
-
- PBE.Util - Class in org.bouncycastle.jce.provider
-
uses the appropriate mixer to generate the key and IV if necessary.
- PBE.Util() - Constructor for class org.bouncycastle.jce.provider.PBE.Util
-
- pbeHash - Variable in class org.bouncycastle.jce.provider.WrapCipherSpi
-
- pbeIvSize - Variable in class org.bouncycastle.jce.provider.WrapCipherSpi
-
- pbeKeySize - Variable in class org.bouncycastle.jce.provider.WrapCipherSpi
-
- PBEParametersGenerator - Class in org.bouncycastle.crypto
-
super class for all Password Based Encryption (PBE) parameter generator classes.
- PBEParametersGenerator() - Constructor for class org.bouncycastle.crypto.PBEParametersGenerator
-
base constructor.
- PBES2Algorithms - Class in org.bouncycastle.asn1.pkcs
-
Deprecated.
- use AlgorithmIdentifier and PBES2Parameters
- PBES2Algorithms(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.pkcs.PBES2Algorithms
-
Deprecated.
- PBES2Parameters - Class in org.bouncycastle.asn1.pkcs
-
- PBES2Parameters(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.pkcs.PBES2Parameters
-
- PBETest - Class in org.bouncycastle.jce.provider.test
-
test out the various PBE modes, making sure the JCE implementations
are compatible woth the light weight ones.
- PBETest() - Constructor for class org.bouncycastle.jce.provider.test.PBETest
-
- pbeType - Variable in class org.bouncycastle.jce.provider.WrapCipherSpi
-
- pbeWithMD2AndDES_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithMD2AndRC2_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithMD5AndDES_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithMD5AndRC2_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithSHA1AndDES_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithSHA1AndRC2_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithSHAAnd128BitRC2_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithSHAAnd128BitRC4 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithSHAAnd2_KeyTripleDES_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithSHAAnd3_KeyTripleDES_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbewithSHAAnd40BitRC2_CBC - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pbeWithSHAAnd40BitRC4 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- PBKDF2Params - Class in org.bouncycastle.asn1.pkcs
-
- PBKDF2Params(byte[], int) - Constructor for class org.bouncycastle.asn1.pkcs.PBKDF2Params
-
- PBKDF2Params(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.pkcs.PBKDF2Params
-
- PBMParameter - Class in org.bouncycastle.asn1.cmp
-
- PEMData - Class in org.bouncycastle.jce.provider.test
-
- PEMData() - Constructor for class org.bouncycastle.jce.provider.test.PEMData
-
- PEMException - Exception in org.bouncycastle.openssl
-
- PEMException(String) - Constructor for exception org.bouncycastle.openssl.PEMException
-
- PEMException(String, Exception) - Constructor for exception org.bouncycastle.openssl.PEMException
-
- PEMReader - Class in org.bouncycastle.openssl
-
Class for reading OpenSSL PEM encoded streams containing
X509 certificates, PKCS8 encoded keys and PKCS7 objects.
- PEMReader(Reader) - Constructor for class org.bouncycastle.openssl.PEMReader
-
Create a new PEMReader
- PEMReader(Reader, PasswordFinder) - Constructor for class org.bouncycastle.openssl.PEMReader
-
Create a new PEMReader with a password finder
- PEMReader(Reader, PasswordFinder, String) - Constructor for class org.bouncycastle.openssl.PEMReader
-
Create a new PEMReader with a password finder
- PEMUtil - Class in org.bouncycastle.jce.provider
-
- PEMWriter - Class in org.bouncycastle.openssl
-
General purpose writer for OpenSSL PEM objects.
- PEMWriter(Writer) - Constructor for class org.bouncycastle.openssl.PEMWriter
-
Base constructor.
- PEMWriter(Writer, String) - Constructor for class org.bouncycastle.openssl.PEMWriter
-
- perform() - Method in class org.bouncycastle.jce.provider.test.DoFinalTest
-
- perform() - Method in class org.bouncycastle.jce.provider.test.EncryptedPrivateKeyInfoTest
-
- perform() - Method in class org.bouncycastle.jce.provider.test.FIPSDESTest
-
- perform() - Method in class org.bouncycastle.jce.provider.test.NetscapeCertRequestTest
-
- perform() - Method in class org.bouncycastle.jce.provider.test.PKCS7SignedDataTest
-
- perform() - Method in class org.bouncycastle.jce.provider.test.PKIXTest
-
- perform() - Method in class org.bouncycastle.jce.provider.test.SealedTest
-
- perform() - Method in class org.bouncycastle.jce.provider.test.WrapTest
-
- perform() - Method in class org.bouncycastle.util.test.SimpleTest
-
- perform() - Method in interface org.bouncycastle.util.test.Test
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.AESSICTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.AESTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.AlgorithmParametersTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.AttrCertSelectorTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.AttrCertTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.BlockCipherTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CamelliaTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CertPathBuilderTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CertPathTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CertPathValidatorTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CertStoreTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CertTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CertUniqueIDTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CipherStreamTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.CRL5Test
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.DESedeTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.DHTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.DigestTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.DSATest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.ECDSA5Test
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.ECEncodingTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.ECNRTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.ElGamalTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.GOST28147Test
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.GOST3410Test
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.HMacTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.IESTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.ImplicitlyCaTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.KeyStoreTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.MacTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.MQVTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.MultiCertStoreTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.NamedCurveTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.NoekeonTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.PBETest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.PKCS10CertRequestTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.PKCS12StoreTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.PKIXNameConstraintsTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.PKIXPolicyMappingTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.PSSTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.RSATest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.SEEDTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.SerialisationTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.SigNameTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.SigTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.SlotTwoTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.X509CertificatePairTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.X509LDAPCertStoreTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.X509StoreTest
-
- performTest() - Method in class org.bouncycastle.jce.provider.test.X509StreamParserTest
-
- performTest() - Method in class org.bouncycastle.ocsp.test.OCSPTest
-
- performTest() - Method in class org.bouncycastle.openssl.test.ReaderTest
-
- performTest() - Method in class org.bouncycastle.openssl.test.WriterTest
-
- performTest() - Method in class org.bouncycastle.util.test.SimpleTest
-
- PersonalData - Class in org.bouncycastle.asn1.x509.sigi
-
Contains personal data for the otherName field in the subjectAltNames
extension.
- PersonalData(NameOrPseudonym, BigInteger, DERGeneralizedTime, DirectoryString, String, DirectoryString) - Constructor for class org.bouncycastle.asn1.x509.sigi.PersonalData
-
Constructor from a given details.
- Pfx - Class in org.bouncycastle.asn1.pkcs
-
the infamous Pfx from PKCS12
- Pfx(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.pkcs.Pfx
-
- Pfx(ContentInfo, MacData) - Constructor for class org.bouncycastle.asn1.pkcs.Pfx
-
- pgpCFB - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
-
- PGPCFBBlockCipher - Class in org.bouncycastle.crypto.modes
-
Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode on top of a simple cipher.
- PGPCFBBlockCipher(BlockCipher, boolean) - Constructor for class org.bouncycastle.crypto.modes.PGPCFBBlockCipher
-
Basic constructor.
- PICTURE - Static variable in class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-
- pipeAll(InputStream, OutputStream) - Static method in class org.bouncycastle.util.io.Streams
-
- pipeAllLimited(InputStream, long, OutputStream) - Static method in class org.bouncycastle.util.io.Streams
-
- pkaAddress - Static variable in interface org.bouncycastle.asn1.gnu.GNUObjectIdentifiers
-
- PKCS10CertificationRequest - Class in org.bouncycastle.jce
-
A class for verifying and creating PKCS10 Certification requests.
- PKCS10CertificationRequest(byte[]) - Constructor for class org.bouncycastle.jce.PKCS10CertificationRequest
-
construct a PKCS10 certification request from a DER encoded
byte stream.
- PKCS10CertificationRequest(ASN1Sequence) - Constructor for class org.bouncycastle.jce.PKCS10CertificationRequest
-
- PKCS10CertificationRequest(String, X509Name, PublicKey, ASN1Set, PrivateKey) - Constructor for class org.bouncycastle.jce.PKCS10CertificationRequest
-
create a PKCS10 certfication request using the BC provider.
- PKCS10CertificationRequest(String, X500Principal, PublicKey, ASN1Set, PrivateKey) - Constructor for class org.bouncycastle.jce.PKCS10CertificationRequest
-
create a PKCS10 certfication request using the BC provider.
- PKCS10CertificationRequest(String, X500Principal, PublicKey, ASN1Set, PrivateKey, String) - Constructor for class org.bouncycastle.jce.PKCS10CertificationRequest
-
create a PKCS10 certfication request using the named provider.
- PKCS10CertificationRequest(String, X509Name, PublicKey, ASN1Set, PrivateKey, String) - Constructor for class org.bouncycastle.jce.PKCS10CertificationRequest
-
create a PKCS10 certfication request using the named provider.
- PKCS10CertRequestTest - Class in org.bouncycastle.jce.provider.test
-
- PKCS10CertRequestTest() - Constructor for class org.bouncycastle.jce.provider.test.PKCS10CertRequestTest
-
- PKCS12 - Static variable in interface org.bouncycastle.jce.provider.BrokenPBE
-
- PKCS12 - Static variable in interface org.bouncycastle.jce.provider.PBE
-
- PKCS12BagAttributeCarrier - Interface in org.bouncycastle.jce.interfaces
-
allow us to set attributes on objects that can go into a PKCS12 store.
- PKCS12Example - Class in org.bouncycastle.jce.examples
-
Example of how to set up a certificiate chain and a PKCS 12 store for
a private individual - obviously you'll need to generate your own keys,
and you may need to add a NetscapeCertType extension or add a key
usage extension depending on your application, but you should get the
idea!
- PKCS12Example() - Constructor for class org.bouncycastle.jce.examples.PKCS12Example
-
- PKCS12ParametersGenerator - Class in org.bouncycastle.crypto.generators
-
Generator for PBE derived keys and ivs as defined by PKCS 12 V1.0.
- PKCS12ParametersGenerator(Digest) - Constructor for class org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
-
Construct a PKCS 12 Parameters generator.
- PKCS12PasswordToBytes(char[]) - Static method in class org.bouncycastle.crypto.PBEParametersGenerator
-
converts a password to a byte array according to the scheme in
PKCS12 (unicode, big endian, 2 zero pad bytes at the end).
- PKCS12PBEParams - Class in org.bouncycastle.asn1.pkcs
-
- PKCS12PBEParams(byte[], int) - Constructor for class org.bouncycastle.asn1.pkcs.PKCS12PBEParams
-
- PKCS12PBEParams(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.pkcs.PKCS12PBEParams
-
- PKCS12StoreTest - Class in org.bouncycastle.jce.provider.test
-
Exercise the various key stores, making sure we at least get back what we put in!
- PKCS12StoreTest() - Constructor for class org.bouncycastle.jce.provider.test.PKCS12StoreTest
-
- PKCS1Encoding - Class in org.bouncycastle.crypto.encodings
-
this does your basic PKCS 1 v1.5 padding - whether or not you should be using this
depends on your application - see PKCS1 Version 2 for details.
- PKCS1Encoding(AsymmetricBlockCipher) - Constructor for class org.bouncycastle.crypto.encodings.PKCS1Encoding
-
Basic constructor.
- PKCS5PasswordToBytes(char[]) - Static method in class org.bouncycastle.crypto.PBEParametersGenerator
-
converts a password to a byte array according to the scheme in
PKCS5 (ascii, no padding)
- PKCS5PasswordToUTF8Bytes(char[]) - Static method in class org.bouncycastle.crypto.PBEParametersGenerator
-
converts a password to a byte array according to the scheme in
PKCS5 (UTF-8, no padding)
- PKCS5S1 - Static variable in interface org.bouncycastle.jce.provider.BrokenPBE
-
- PKCS5S1 - Static variable in interface org.bouncycastle.jce.provider.PBE
-
- PKCS5S1ParametersGenerator - Class in org.bouncycastle.crypto.generators
-
Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 1.
- PKCS5S1ParametersGenerator(Digest) - Constructor for class org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator
-
Construct a PKCS 5 Scheme 1 Parameters generator.
- PKCS5S2 - Static variable in interface org.bouncycastle.jce.provider.BrokenPBE
-
- PKCS5S2 - Static variable in interface org.bouncycastle.jce.provider.PBE
-
- PKCS5S2ParametersGenerator - Class in org.bouncycastle.crypto.generators
-
Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 2.
- PKCS5S2ParametersGenerator() - Constructor for class org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator
-
construct a PKCS5 Scheme 2 Parameters generator.
- PKCS7Padding - Class in org.bouncycastle.crypto.paddings
-
A padder that adds PKCS7/PKCS5 padding to a block.
- PKCS7Padding() - Constructor for class org.bouncycastle.crypto.paddings.PKCS7Padding
-
- PKCS7SignedData - Class in org.bouncycastle.jce
-
Deprecated.
this class really is obsolete - use the CMS package.
- PKCS7SignedData(byte[]) - Constructor for class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Read an existing PKCS#7 object from a DER encoded byte array using
the BC provider.
- PKCS7SignedData(byte[], String) - Constructor for class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Read an existing PKCS#7 object from a DER encoded byte array
- PKCS7SignedData(PrivateKey, Certificate[], String) - Constructor for class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Create a new PKCS#7 object from the specified key using the BC provider.
- PKCS7SignedData(PrivateKey, Certificate[], String, String) - Constructor for class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Create a new PKCS#7 object from the specified key.
- PKCS7SignedData(PrivateKey, Certificate[], CRL[], String, String) - Constructor for class org.bouncycastle.jce.PKCS7SignedData
-
Deprecated.
Create a new PKCS#7 object from the specified key.
- PKCS7SignedDataTest - Class in org.bouncycastle.jce.provider.test
-
- PKCS7SignedDataTest() - Constructor for class org.bouncycastle.jce.provider.test.PKCS7SignedDataTest
-
- pkcs8ShroudedKeyBag - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_1 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_12 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_12PbeIds - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_3 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_5 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_7 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9 - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_challengePassword - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_contentType - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_counterSignature - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_emailAddress - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_extendedCertificateAttributes - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_extensionRequest - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_friendlyName - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_localKeyId - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_messageDigest - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_signingDescription - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_signingTime - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_smimeCapabilities - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_unstructuredAddress - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- pkcs_9_at_unstructuredName - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- PKCSObjectIdentifiers - Interface in org.bouncycastle.asn1.pkcs
-
- PKIBody - Class in org.bouncycastle.asn1.cmp
-
- PKIConfirmContent - Class in org.bouncycastle.asn1.cmp
-
- PKIFailureInfo - Class in org.bouncycastle.asn1.cmp
-
PKIFailureInfo ::= BIT STRING {
badAlg (0),
-- unrecognized or unsupported Algorithm Identifier
badMessageCheck (1), -- integrity check failed (e.g., signature did not verify)
badRequest (2),
-- transaction not permitted or supported
badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy
badCertId (4), -- no certificate could be found matching the provided criteria
badDataFormat (5),
-- the data submitted has the wrong format
wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token
incorrectData (7), -- the requester's data is incorrect (for notary services)
missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy)
badPOP (9) -- the proof-of-possession failed
timeNotAvailable (14),
-- the TSA's time source is not available
unacceptedPolicy (15),
-- the requested TSA policy is not supported by the TSA
unacceptedExtension (16),
-- the requested extension is not supported by the TSA
addInfoNotAvailable (17)
-- the additional information requested could not be understood
-- or is not available
systemFailure (25)
-- the request cannot be handled due to system failure
- PKIFailureInfo(int) - Constructor for class org.bouncycastle.asn1.cmp.PKIFailureInfo
-
Basic constructor.
- PKIFailureInfo(DERBitString) - Constructor for class org.bouncycastle.asn1.cmp.PKIFailureInfo
-
- PKIFreeText - Class in org.bouncycastle.asn1.cmp
-
- PKIFreeText(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.cmp.PKIFreeText
-
- PKIFreeText(DERUTF8String) - Constructor for class org.bouncycastle.asn1.cmp.PKIFreeText
-
- PKIHeader - Class in org.bouncycastle.asn1.cmp
-
- PKIMessage - Class in org.bouncycastle.asn1.cmp
-
- PKIMessages - Class in org.bouncycastle.asn1.cmp
-
- PKIPublicationInfo - Class in org.bouncycastle.asn1.crmf
-
- PKIStatus - Class in org.bouncycastle.asn1.cmp
-
- PKIStatusInfo - Class in org.bouncycastle.asn1.cmp
-
- PKIStatusInfo(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- PKIStatusInfo(int) - Constructor for class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- PKIStatusInfo(int, PKIFreeText) - Constructor for class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- PKIStatusInfo(int, PKIFreeText, PKIFailureInfo) - Constructor for class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
- pkix_ocsp - Static variable in interface org.bouncycastle.asn1.ocsp.OCSPObjectIdentifiers
-
- PKIX_VALIDITY_MODEL - Static variable in class org.bouncycastle.x509.ExtendedPKIXParameters
-
This is the default PKIX validity model.
- PKIXAttrCertChecker - Class in org.bouncycastle.x509
-
- PKIXAttrCertChecker() - Constructor for class org.bouncycastle.x509.PKIXAttrCertChecker
-
- PKIXAttrCertPathBuilderSpi - Class in org.bouncycastle.jce.provider
-
- PKIXAttrCertPathBuilderSpi() - Constructor for class org.bouncycastle.jce.provider.PKIXAttrCertPathBuilderSpi
-
- PKIXAttrCertPathValidatorSpi - Class in org.bouncycastle.jce.provider
-
CertPathValidatorSpi implementation for X.509 Attribute Certificates la RFC 3281.
- PKIXAttrCertPathValidatorSpi() - Constructor for class org.bouncycastle.jce.provider.PKIXAttrCertPathValidatorSpi
-
- PKIXCertPath - Class in org.bouncycastle.jce.provider
-
CertPath implementation for X.509 certificates.
- PKIXCertPathBuilderSpi - Class in org.bouncycastle.jce.provider
-
Implements the PKIX CertPathBuilding algorithm for BouncyCastle.
- PKIXCertPathBuilderSpi() - Constructor for class org.bouncycastle.jce.provider.PKIXCertPathBuilderSpi
-
- PKIXCertPathReviewer - Class in org.bouncycastle.x509
-
PKIXCertPathReviewer
Validation of X.509 Certificate Paths.
- PKIXCertPathReviewer(CertPath, PKIXParameters) - Constructor for class org.bouncycastle.x509.PKIXCertPathReviewer
-
Creates a PKIXCertPathReviewer and initializes it with the given CertPath
and PKIXParameters
params
- PKIXCertPathReviewer() - Constructor for class org.bouncycastle.x509.PKIXCertPathReviewer
-
Creates an empty PKIXCertPathReviewer.
- PKIXCertPathValidatorSpi - Class in org.bouncycastle.jce.provider
-
CertPathValidatorSpi implementation for X.509 Certificate validation � la RFC
3280.
- PKIXCertPathValidatorSpi() - Constructor for class org.bouncycastle.jce.provider.PKIXCertPathValidatorSpi
-
- PKIXNameConstraintsTest - Class in org.bouncycastle.jce.provider.test
-
- PKIXNameConstraintsTest() - Constructor for class org.bouncycastle.jce.provider.test.PKIXNameConstraintsTest
-
- PKIXNameConstraintValidator - Class in org.bouncycastle.jce.provider
-
- PKIXNameConstraintValidator() - Constructor for class org.bouncycastle.jce.provider.PKIXNameConstraintValidator
-
- PKIXNameConstraintValidatorException - Exception in org.bouncycastle.jce.provider
-
- PKIXNameConstraintValidatorException(String) - Constructor for exception org.bouncycastle.jce.provider.PKIXNameConstraintValidatorException
-
- pkixParams - Variable in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- PKIXPolicyMappingTest - Class in org.bouncycastle.jce.provider.test
-
- PKIXPolicyMappingTest() - Constructor for class org.bouncycastle.jce.provider.test.PKIXPolicyMappingTest
-
- PKIXPolicyNode - Class in org.bouncycastle.jce.provider
-
- PKIXPolicyNode(List, int, Set, PolicyNode, Set, String, boolean) - Constructor for class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- PKIXTest - Class in org.bouncycastle.jce.provider.test
-
- PKIXTest() - Constructor for class org.bouncycastle.jce.provider.test.PKIXTest
-
- PLACE_OF_BIRTH - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)
- POLICY_CONSTRAINTS - Static variable in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- POLICY_CONSTRAINTS - Static variable in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- POLICY_MAPPINGS - Static variable in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- POLICY_MAPPINGS - Static variable in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- PolicyConstraints - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Policy Constraints
- PolicyInformation - Class in org.bouncycastle.asn1.x509
-
- PolicyInformation(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.PolicyInformation
-
- PolicyInformation(DERObjectIdentifier) - Constructor for class org.bouncycastle.asn1.x509.PolicyInformation
-
- PolicyInformation(DERObjectIdentifier, ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.PolicyInformation
-
- PolicyMappings - Class in org.bouncycastle.asn1.x509
-
PolicyMappings V3 extension, described in RFC3280.
- PolicyMappings(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.PolicyMappings
-
Creates a new PolicyMappings
instance.
- PolicyMappings(Hashtable) - Constructor for class org.bouncycastle.asn1.x509.PolicyMappings
-
Creates a new PolicyMappings
instance.
- PolicyMappings - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Policy Mappings
- PolicyQualifierId - Class in org.bouncycastle.asn1.x509
-
PolicyQualifierId, used in the CertificatePolicies
X509V3 extension.
- PolicyQualifierInfo - Class in org.bouncycastle.asn1.x509
-
Policy qualifiers, used in the X509V3 CertificatePolicies
extension.
- PolicyQualifierInfo(DERObjectIdentifier, DEREncodable) - Constructor for class org.bouncycastle.asn1.x509.PolicyQualifierInfo
-
Creates a new PolicyQualifierInfo
instance.
- PolicyQualifierInfo(String) - Constructor for class org.bouncycastle.asn1.x509.PolicyQualifierInfo
-
Creates a new PolicyQualifierInfo
containing a
cPSuri qualifier.
- PolicyQualifierInfo(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.PolicyQualifierInfo
-
Creates a new PolicyQualifierInfo
instance.
- policyQualifiers - Variable in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- policyTree - Variable in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- PollRepContent - Class in org.bouncycastle.asn1.cmp
-
- PollReqContent - Class in org.bouncycastle.asn1.cmp
-
- POPODecKeyChallContent - Class in org.bouncycastle.asn1.cmp
-
- POPODecKeyRespContent - Class in org.bouncycastle.asn1.cmp
-
- POPOPrivKey - Class in org.bouncycastle.asn1.crmf
-
- POPOSigningKey - Class in org.bouncycastle.asn1.crmf
-
- POPOSigningKeyInput - Class in org.bouncycastle.asn1.crmf
-
- POSTAL_ADDRESS - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF
DirectoryString(SIZE(1..30))
- POSTAL_CODE - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
postalCode - DirectoryString(SIZE(1..40)
- ppBasis - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- preferSignedData - Static variable in interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
-
- preferSignedData - Static variable in class org.bouncycastle.asn1.smime.SMIMECapabilities
-
general preferences
- preferSignedData - Static variable in class org.bouncycastle.asn1.smime.SMIMECapability
-
general preferences
- prepareCertB(CertPath, int, List[], PKIXPolicyNode, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertA(CertPath, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertB1(int, List[], String, Map, X509Certificate) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- prepareNextCertB2(int, List[], String, PKIXPolicyNode) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- prepareNextCertG(CertPath, int, PKIXNameConstraintValidator) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertH1(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertH2(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertH3(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertI1(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertI2(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertJ(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertK(CertPath, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertL(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertM(CertPath, int, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertN(CertPath, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- prepareNextCertO(CertPath, int, Set, List) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- PRF(byte[], byte[], byte[], byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
-
- prime192v1 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- prime192v2 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- prime192v3 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- prime239v1 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- prime239v2 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- prime239v3 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- prime256v1 - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- prime_field - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- primeCurve - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- PrincipalUtil - Class in org.bouncycastle.jce
-
a utility class that will extract X509Principal objects from X.509 certificates.
- PrincipalUtil() - Constructor for class org.bouncycastle.jce.PrincipalUtil
-
- PRINTABLE_STRING - Static variable in interface org.bouncycastle.asn1.DERTags
-
- privateExponent - Variable in class org.bouncycastle.jce.provider.JCERSAPrivateKey
-
- PrivateKeyFactory - Class in org.bouncycastle.crypto.util
-
Factory for creating private key objects from PKCS8 PrivateKeyInfo objects.
- PrivateKeyFactory() - Constructor for class org.bouncycastle.crypto.util.PrivateKeyFactory
-
- PrivateKeyInfo - Class in org.bouncycastle.asn1.pkcs
-
- PrivateKeyInfo(AlgorithmIdentifier, DERObject) - Constructor for class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- PrivateKeyInfo(AlgorithmIdentifier, DERObject, ASN1Set) - Constructor for class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- PrivateKeyInfo(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
- PrivateKeyUsagePeriod - Class in org.bouncycastle.asn1.x509
-
PrivateKeyUsagePeriod ::= SEQUENCE {
notBefore [0] GeneralizedTime OPTIONAL,
notAfter [1] GeneralizedTime OPTIONAL }
- PrivateKeyUsagePeriod - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
Private Key Usage Period
- privateToExplicitParameters(PrivateKey, String) - Static method in class org.bouncycastle.jce.ECKeyUtil
-
Convert a passed in private EC key to have explicit parameters.
- privateToExplicitParameters(PrivateKey, Provider) - Static method in class org.bouncycastle.jce.ECKeyUtil
-
Convert a passed in private EC key to have explicit parameters.
- PRIVILEGE_WITHDRAWN - Static variable in class org.bouncycastle.asn1.x509.CRLReason
-
Deprecated.
use lower case version
- PRIVILEGE_WITHDRAWN - Static variable in class org.bouncycastle.asn1.x509.ReasonFlags
-
Deprecated.
use lower case version
- privilegeWithdrawn - Static variable in class org.bouncycastle.asn1.x509.CRLReason
-
- privilegeWithdrawn - Static variable in class org.bouncycastle.asn1.x509.ReasonFlags
-
- processBlock(byte[], int, int) - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
-
process the block of len bytes stored in in from offset inOff.
- processBlock(byte[], int, byte[], int) - Method in interface org.bouncycastle.crypto.BlockCipher
-
Process one block of input from the array in and write it to
the out array.
- processBlock() - Method in class org.bouncycastle.crypto.digests.GeneralDigest
-
- processBlock(byte[], int) - Method in class org.bouncycastle.crypto.digests.GOST3411Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.LongDigest
-
- processBlock(byte[]) - Method in class org.bouncycastle.crypto.digests.MD2Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.MD4Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.MD5Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.RIPEMD128Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.RIPEMD160Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.RIPEMD256Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.RIPEMD320Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
-
- processBlock() - Method in class org.bouncycastle.crypto.digests.WhirlpoolDigest
-
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.encodings.ISO9796d1Encoding
-
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.encodings.OAEPEncoding
-
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.AESEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.AESFastEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.AESLightEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.BlowfishEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.CamelliaEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.CamelliaLightEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.CAST5Engine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.DESedeEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.DESEngine
-
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.ElGamalEngine
-
Process a single block using the basic ElGamal algorithm.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.GOST28147Engine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.IDEAEngine
-
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.IESEngine
-
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.NaccacheSternEngine
-
Process a single Block using the Naccache-Stern algorithm.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.NoekeonEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.NullEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.RC2Engine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.RC532Engine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.RC564Engine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.RC6Engine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.RijndaelEngine
-
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
-
Process a single block using the basic RSA algorithm.
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
-
Process a single block using the RSA blinding algorithm.
- processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.RSAEngine
-
Process a single block using the basic RSA algorithm.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.SEEDEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.SerpentEngine
-
Process one block of input from the array in and write it to
the out array.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.SkipjackEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.TEAEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.TwofishEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.XTEAEngine
-
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
-
Process one block of input from the array in and write it to
the out array.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.CFBBlockCipher
-
Process one block of input from the array in and write it to
the out array.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.GOFBBlockCipher
-
Process one block of input from the array in and write it to
the out array.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.OFBBlockCipher
-
Process one block of input from the array in and write it to
the out array.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.OpenPGPCFBBlockCipher
-
Process one block of input from the array in and write it to
the out array.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.PGPCFBBlockCipher
-
Process one block of input from the array in and write it to
the out array.
- processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.SICBlockCipher
-
- processByte(byte) - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
-
add another byte for processing.
- processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
-
process a single byte, producing an output block if neccessary.
- processByte(byte, byte[], int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
encrypt/decrypt a single byte.
- processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
- processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.modes.CTSBlockCipher
-
process a single byte, producing an output block if neccessary.
- processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
-
Deprecated.
process a single byte, producing an output block if neccessary.
- processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
process a single byte, producing an output block if neccessary.
- processByte(byte, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedDecoder
-
- processByte(byte, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedEncoder
-
- processBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
-
add len bytes to the buffer for processing.
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
-
process an array of bytes, producing output if necessary.
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.Grain128Engine
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.Grainv1Engine
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.HC128Engine
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.HC256Engine
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.ISAACEngine
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.RC4Engine
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.Salsa20Engine
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.engines.VMPCEngine
-
- processBytes(byte[], int, int, byte[], int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
-
process a block of bytes from in putting the result into out.
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.modes.CTSBlockCipher
-
process an array of bytes, producing output if necessary.
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.modes.EAXBlockCipher
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
-
Deprecated.
process an array of bytes, producing output if necessary.
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
-
process an array of bytes, producing output if necessary.
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.StreamBlockCipher
-
process a block of bytes from in putting the result into out.
- processBytes(byte[], int, int, byte[], int) - Method in interface org.bouncycastle.crypto.StreamCipher
-
process a block of bytes from in putting the result into out.
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedDecoder
-
- processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedEncoder
-
- processCertA(CertPath, ExtendedPKIXParameters, int, PublicKey, boolean, X500Principal, X509Certificate) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCertBC(CertPath, int, PKIXNameConstraintValidator) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCertD(CertPath, int, Set, PKIXPolicyNode, List[], int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCertD1i(int, List[], DERObjectIdentifier, Set) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- processCertD1ii(int, List[], DERObjectIdentifier, Set) - Static method in class org.bouncycastle.jce.provider.CertPathValidatorUtilities
-
- processCertE(CertPath, int, PKIXPolicyNode) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCertF(CertPath, int, PKIXPolicyNode, int) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCheckSum(byte[]) - Method in class org.bouncycastle.crypto.digests.MD2Digest
-
- processCRLA1i(Date, ExtendedPKIXParameters, X509Certificate, X509CRL) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCRLA1ii(Date, ExtendedPKIXParameters, X509Certificate, X509CRL) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCRLB1(DistributionPoint, Object, X509CRL) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
If the DP includes cRLIssuer, then verify that the issuer field in the
complete CRL matches cRLIssuer in the DP and that the complete CRL
contains an issuing distribution point extension with the indirectCRL
boolean asserted.
- processCRLB2(DistributionPoint, Object, X509CRL) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
If the complete CRL includes an issuing distribution point (IDP) CRL
extension check the following:
(i) If the distribution point name is present in the IDP CRL extension
and the distribution field is present in the DP, then verify that one of
the names in the IDP matches one of the names in the DP.
- processCRLC(X509CRL, X509CRL, ExtendedPKIXParameters) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
If use-deltas is set, verify the issuer and scope of the delta CRL.
- processCRLD(X509CRL, DistributionPoint) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCRLF(X509CRL, Object, X509Certificate, PublicKey, ExtendedPKIXParameters, List) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
Obtain and validate the certification path for the complete CRL issuer.
- processCRLG(X509CRL, Set) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCRLH(Set, PublicKey) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCRLI(Date, X509CRL, Object, CertStatus, ExtendedPKIXParameters) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processCRLJ(Date, X509CRL, Object, CertStatus) - Static method in class org.bouncycastle.jce.provider.RFC3280CertPathUtilities
-
- processData(byte[]) - Method in class org.bouncycastle.crypto.engines.NaccacheSternEngine
-
Convenience Method for data exchange with the cipher.
- processData(short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocolHandler
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
-
- processLength(long, long) - Method in class org.bouncycastle.crypto.digests.LongDigest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.MD4Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.MD5Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.RIPEMD128Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.RIPEMD160Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.RIPEMD256Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.RIPEMD320Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.SHA1Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.SHA224Digest
-
- processLength(long) - Method in class org.bouncycastle.crypto.digests.SHA256Digest
-
- processPacket(byte[], int, int) - Method in class org.bouncycastle.crypto.modes.CCMBlockCipher
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.LongDigest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.MD4Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.MD5Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.RIPEMD128Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.RIPEMD160Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.RIPEMD256Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.RIPEMD320Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA1Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA224Digest
-
- processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA256Digest
-
- ProcurationSyntax - Class in org.bouncycastle.asn1.isismtt.x509
-
Attribute to indicate that the certificate holder may sign in the name of a
third person.
- ProcurationSyntax(String, DirectoryString, IssuerSerial) - Constructor for class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
Constructor from a given details.
- ProcurationSyntax(String, DirectoryString, GeneralName) - Constructor for class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
Constructor from a given details.
- ProfessionInfo - Class in org.bouncycastle.asn1.isismtt.x509
-
Professions, specializations, disciplines, fields of activity, etc.
- ProfessionInfo(NamingAuthority, DirectoryString[], DERObjectIdentifier[], String, ASN1OctetString) - Constructor for class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
Constructor from given details.
- proofOfApproval - Static variable in interface org.bouncycastle.asn1.esf.CommitmentTypeIdentifier
-
- proofOfCreation - Static variable in interface org.bouncycastle.asn1.esf.CommitmentTypeIdentifier
-
- proofOfDelivery - Static variable in interface org.bouncycastle.asn1.esf.CommitmentTypeIdentifier
-
- proofOfOrigin - Static variable in interface org.bouncycastle.asn1.esf.CommitmentTypeIdentifier
-
- ProofOfPossession - Class in org.bouncycastle.asn1.crmf
-
- proofOfReceipt - Static variable in interface org.bouncycastle.asn1.esf.CommitmentTypeIdentifier
-
- proofOfSender - Static variable in interface org.bouncycastle.asn1.esf.CommitmentTypeIdentifier
-
- ProtectedPart - Class in org.bouncycastle.asn1.cmp
-
- PROVIDER_NAME - Static variable in class org.bouncycastle.jce.provider.BouncyCastleProvider
-
- ProviderConfigurationPermission - Class in org.bouncycastle.jce
-
A permission class to define what can be done with the ConfigurableProvider interface.
- ProviderConfigurationPermission(String) - Constructor for class org.bouncycastle.jce.ProviderConfigurationPermission
-
- ProviderConfigurationPermission(String, String) - Constructor for class org.bouncycastle.jce.ProviderConfigurationPermission
-
- ProviderUtil - Class in org.bouncycastle.jce.provider
-
- ProviderUtil() - Constructor for class org.bouncycastle.jce.provider.ProviderUtil
-
- PSEUDONYM - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)
- PSSSigner - Class in org.bouncycastle.crypto.signers
-
RSA-PSS as described in PKCS# 1 v 2.1.
- PSSSigner(AsymmetricBlockCipher, Digest, int) - Constructor for class org.bouncycastle.crypto.signers.PSSSigner
-
basic constructor
- PSSSigner(AsymmetricBlockCipher, Digest, int, byte) - Constructor for class org.bouncycastle.crypto.signers.PSSSigner
-
- PSSSigner(AsymmetricBlockCipher, Digest, Digest, int, byte) - Constructor for class org.bouncycastle.crypto.signers.PSSSigner
-
- PSSTest - Class in org.bouncycastle.jce.provider.test
-
- PSSTest() - Constructor for class org.bouncycastle.jce.provider.test.PSSTest
-
- publicKey - Static variable in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
The public key is hashed.
- PublicKeyAndChallenge - Class in org.bouncycastle.asn1.mozilla
-
This is designed to parse
the PublicKeyAndChallenge created by the KEYGEN tag included by
Mozilla based browsers.
- PublicKeyAndChallenge(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.mozilla.PublicKeyAndChallenge
-
- publicKeyCert - Static variable in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
The public key certificate is hashed.
- publicKeyCertificate - Static variable in class org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate
-
- PublicKeyFactory - Class in org.bouncycastle.crypto.util
-
Factory to create asymmetric public key parameters for asymmetric ciphers
from range of ASN.1 encoded SubjectPublicKeyInfo objects.
- PublicKeyFactory() - Constructor for class org.bouncycastle.crypto.util.PublicKeyFactory
-
- publicToExplicitParameters(PublicKey, String) - Static method in class org.bouncycastle.jce.ECKeyUtil
-
Convert a passed in public EC key to have explicit parameters.
- publicToExplicitParameters(PublicKey, Provider) - Static method in class org.bouncycastle.jce.ECKeyUtil
-
Convert a passed in public EC key to have explicit parameters.
- T - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
Title
- T61_STRING - Static variable in interface org.bouncycastle.asn1.DERTags
-
- table - Variable in class org.bouncycastle.jce.provider.JDKKeyStore
-
- Tables64kGCMMultiplier - Class in org.bouncycastle.crypto.modes.gcm
-
- Tables64kGCMMultiplier() - Constructor for class org.bouncycastle.crypto.modes.gcm.Tables64kGCMMultiplier
-
- Tables8kGCMMultiplier - Class in org.bouncycastle.crypto.modes.gcm
-
- Tables8kGCMMultiplier() - Constructor for class org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier
-
- TAGGED - Static variable in interface org.bouncycastle.asn1.DERTags
-
- Target - Class in org.bouncycastle.asn1.x509
-
Target structure used in target information extension for attribute
certificates from RFC 3281.
- Target(int, GeneralName) - Constructor for class org.bouncycastle.asn1.x509.Target
-
Constructor from given details.
- targetGroup - Static variable in class org.bouncycastle.asn1.x509.Target
-
- TargetInformation - Class in org.bouncycastle.asn1.x509
-
Target information extension for attributes certificates according to RFC
3281.
- TargetInformation(Targets) - Constructor for class org.bouncycastle.asn1.x509.TargetInformation
-
Constructs a target information from a single targets element.
- TargetInformation(Target[]) - Constructor for class org.bouncycastle.asn1.x509.TargetInformation
-
According to RFC 3281 only one targets element must be produced.
- TargetInformation - Static variable in class org.bouncycastle.asn1.x509.X509Extensions
-
TargetInformation extension in attribute certificates.
- targetName - Static variable in class org.bouncycastle.asn1.x509.Target
-
- Targets - Class in org.bouncycastle.asn1.x509
-
Targets structure used in target information extension for attribute
certificates from RFC 3281.
- Targets(Target[]) - Constructor for class org.bouncycastle.asn1.x509.Targets
-
Constructor from given targets.
- TBCPadding - Class in org.bouncycastle.crypto.paddings
-
A padder that adds Trailing-Bit-Compliment padding to a block.
- TBCPadding() - Constructor for class org.bouncycastle.crypto.paddings.TBCPadding
-
- TBSCertificateStructure - Class in org.bouncycastle.asn1.x509
-
The TBSCertificate object.
- TBSCertificateStructure(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- TBSCertList - Class in org.bouncycastle.asn1.x509
-
PKIX RFC-2459 - TBSCertList object.
- TBSCertList(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.TBSCertList
-
- TBSCertList.CRLEntry - Class in org.bouncycastle.asn1.x509
-
- TBSCertList.CRLEntry(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
- TBSRequest - Class in org.bouncycastle.asn1.ocsp
-
- TBSRequest(GeneralName, ASN1Sequence, X509Extensions) - Constructor for class org.bouncycastle.asn1.ocsp.TBSRequest
-
- TBSRequest(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.ocsp.TBSRequest
-
- TEAEngine - Class in org.bouncycastle.crypto.engines
-
An TEA engine.
- TEAEngine() - Constructor for class org.bouncycastle.crypto.engines.TEAEngine
-
Create an instance of the TEA encryption algorithm
and set some defaults
- TELEPHONE_NUMBER - Static variable in class org.bouncycastle.asn1.x509.X509Name
-
id-at-telephoneNumber
- teleTrusTAlgorithm - Static variable in interface org.bouncycastle.asn1.teletrust.TeleTrusTObjectIdentifiers
-
- TeleTrusTNamedCurves - Class in org.bouncycastle.asn1.teletrust
-
elliptic curves defined in "ECC Brainpool Standard Curves and Curve Generation"
http://www.ecc-brainpool.org/download/draft_pkix_additional_ecc_dp.txt
- TeleTrusTNamedCurves() - Constructor for class org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
-
- TeleTrusTObjectIdentifiers - Interface in org.bouncycastle.asn1.teletrust
-
- teleTrusTRSAsignatureAlgorithm - Static variable in interface org.bouncycastle.asn1.teletrust.TeleTrusTObjectIdentifiers
-
- test(String, byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.BlockCipherTest
-
- test(int, byte[], byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.CamelliaTest
-
- test(int, byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.DESedeTest
-
- test(String, byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.FIPSDESTest
-
- test(int, byte[], byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.NoekeonTest
-
- test(int, byte[], byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.SEEDTest
-
- Test - Interface in org.bouncycastle.util.test
-
- TEST_10_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_11_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_12_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_13_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_14_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_15_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_16_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_17_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_18_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_19_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_1_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_20_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_21_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_22_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_23_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_24_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_25_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_26_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_27_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_28_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_29_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_2_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_30_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_31_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_32_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_33_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_34_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_35_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_36_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_37_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_38_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_39_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_3_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_40_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_41_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_42_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_43_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_44_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_45_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_46_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_47_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_48_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_49_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_4_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_50_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_51_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_52_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_53_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_54_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_55_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_56_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_57_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_58_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_59_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_5_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_60_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_61_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_62_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_63_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_64_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_65_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_66_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_67_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_68_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_69_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_6_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_70_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_71_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_72_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_73_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_74_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_75_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_76_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_7_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_8_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- TEST_9_DATA - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- testA() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testAllCertificatesAnyPolicyTest11() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testAllCertificatesAnyPolicyTest11() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testAllCertificatesNoPoliciesTest2() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testAllCertificatesNoPoliciesTest2() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testAllCertificatesSamePoliciesTest10() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testAllCertificatesSamePoliciesTest10() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testAllCertificatesSamePoliciesTest13() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testAllCertificatesSamePoliciesTest13() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testAllCertificatesSamePolicyTest1() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testAllCertificatesSamePolicyTest1() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testAnyPolicyTest14() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testAnyPolicyTest14() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testB() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testC() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testCANotBeforeDateTest1() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testCANotBeforeDateTest1() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testCFB(int, byte[], byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.GOST28147Test
-
- testCurve(String) - Method in class org.bouncycastle.jce.provider.test.NamedCurveTest
-
- testD() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testDifferentPoliciesTest12() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testDifferentPoliciesTest12() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testDifferentPoliciesTest3() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testDifferentPoliciesTest3() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testDifferentPoliciesTest4() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testDifferentPoliciesTest4() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testDifferentPoliciesTest5() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testDifferentPoliciesTest5() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testDifferentPoliciesTest7() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testDifferentPoliciesTest7() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testDifferentPoliciesTest8() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testDifferentPoliciesTest8() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testDifferentPoliciesTest9() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testDifferentPoliciesTest9() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testE() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testECB(int, byte[], byte[], byte[]) - Method in class org.bouncycastle.jce.provider.test.GOST28147Test
-
- testECDSA(String) - Method in class org.bouncycastle.jce.provider.test.NamedCurveTest
-
- testECGOST(String) - Method in class org.bouncycastle.jce.provider.test.NamedCurveTest
-
- testF() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- TestFailedException - Exception in org.bouncycastle.util.test
-
- TestFailedException(TestResult) - Constructor for exception org.bouncycastle.util.test.TestFailedException
-
- testG() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testH() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testHMac(String, byte[]) - Method in class org.bouncycastle.jce.provider.test.HMacTest
-
- testI() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testInvalidCANotAfterDateTest5() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidCANotAfterDateTest5() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidCASignatureTest2() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidCASignatureTest2() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvaliddistributionPointTest3() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvaliddistributionPointTest8() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvaliddistributionPointTest9() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidDSASignaturesTest6() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidDSASignaturesTest6() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidEENotAfterDateTest6() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidEENotAfterDateTest6() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidEENotBeforeDateTest2() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidEENotBeforeDateTest2() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidEESignatureTest3() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidEESignatureTest3() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidInhibitPolicyMappingTest1() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidNegativeSerialNumberTest15() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidNegativeSerialNumberTest15() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidonlySomeReasonsTest17() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidUnknownCRLExtensionTest10() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testInvalidValidPre2000UTCNotAfterDateTest7() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testInvalidValidPre2000UTCNotAfterDateTest7() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testIPv4() - Method in class org.bouncycastle.util.IPTest
-
- testIPv6() - Method in class org.bouncycastle.util.IPTest
-
- testJ() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testJCE() - Method in class org.bouncycastle.jce.provider.test.AllTests
-
- testL() - Method in class org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest
-
- testOCSP() - Method in class org.bouncycastle.ocsp.test.AllTests
-
- testOpenSSL() - Method in class org.bouncycastle.openssl.test.AllTests
-
- testOverlappingPoliciesTest6() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testOverlappingPoliciesTest6() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testPBEHMac(String, byte[]) - Method in class org.bouncycastle.jce.provider.test.PBETest
-
- testPKCS12Store() - Method in class org.bouncycastle.jce.provider.test.PKCS12StoreTest
-
- TestResult - Interface in org.bouncycastle.util.test
-
- tests - Static variable in class org.bouncycastle.jce.provider.test.RegressionTest
-
- testSelector() - Method in class org.bouncycastle.jce.provider.test.AttrCertSelectorTest
-
- testUserNoticeQualifierTest15() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testUserNoticeQualifierTest15() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testUserNoticeQualifierTest16() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testUserNoticeQualifierTest16() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testUserNoticeQualifierTest17() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testUserNoticeQualifierTest17() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testUserNoticeQualifierTest18() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testUserNoticeQualifierTest18() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testUserNoticeQualifierTest19() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testUserNoticeQualifierTest19() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValiddistributionPointTest5() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidDSAParameterInheritanceTest5() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidDSASignaturesTest4() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testValidDSASignaturesTest4() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidGeneralizedTimeNotBeforeDateTest4() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testValidGeneralizedTimeNotBeforeDateTest4() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidinhibitPolicyMappingTest2() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidpathLenConstraintTest13() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidPre2000UTCNotBeforeDateTest3() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testValidPre2000UTCNotBeforeDateTest3() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidSelfIssuedinhibitAnyPolicyTest7() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidSeparateCertificateandCRLKeysTest19() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- testValidSignaturesTest1() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathReviewerTest
-
- testValidSignaturesTest1() - Method in class org.bouncycastle.jce.provider.test.nist.NistCertPathTest
-
- THREAD_LOCAL_EC_IMPLICITLY_CA - Static variable in interface org.bouncycastle.jce.interfaces.ConfigurableProvider
-
- ThreadedSeedGenerator - Class in org.bouncycastle.crypto.prng
-
A thread based seed generator - one source of randomness.
- ThreadedSeedGenerator() - Constructor for class org.bouncycastle.crypto.prng.ThreadedSeedGenerator
-
- TIGER - Static variable in interface org.bouncycastle.jce.provider.PBE
-
- Tiger_192 - Static variable in interface org.bouncycastle.asn1.gnu.GNUObjectIdentifiers
-
- TigerDigest - Class in org.bouncycastle.crypto.digests
-
- TigerDigest() - Constructor for class org.bouncycastle.crypto.digests.TigerDigest
-
Standard constructor
- TigerDigest(TigerDigest) - Constructor for class org.bouncycastle.crypto.digests.TigerDigest
-
Copy constructor.
- Time - Class in org.bouncycastle.asn1.cms
-
- Time(DERObject) - Constructor for class org.bouncycastle.asn1.cms.Time
-
- Time(Date) - Constructor for class org.bouncycastle.asn1.cms.Time
-
creates a time object from a given date - if the date is between 1950
and 2049 a UTCTime object is generated, otherwise a GeneralizedTime
is used.
- Time - Class in org.bouncycastle.asn1.x509
-
- Time(DERObject) - Constructor for class org.bouncycastle.asn1.x509.Time
-
- Time(Date) - Constructor for class org.bouncycastle.asn1.x509.Time
-
creates a time object from a given date - if the date is between 1950
and 2049 a UTCTime object is generated, otherwise a GeneralizedTime
is used.
- TIME_NOT_AVAILABLE - Static variable in class org.bouncycastle.asn1.cmp.PKIFailureInfo
-
Deprecated.
use lower case version
- timeNotAvailable - Static variable in class org.bouncycastle.asn1.cmp.PKIFailureInfo
-
- TimeStampReq - Class in org.bouncycastle.asn1.tsp
-
- TimeStampReq(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.tsp.TimeStampReq
-
- TimeStampReq(MessageImprint, DERObjectIdentifier, DERInteger, DERBoolean, X509Extensions) - Constructor for class org.bouncycastle.asn1.tsp.TimeStampReq
-
- TimeStampResp - Class in org.bouncycastle.asn1.tsp
-
- TimeStampResp(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.tsp.TimeStampResp
-
- TimeStampResp(PKIStatusInfo, ContentInfo) - Constructor for class org.bouncycastle.asn1.tsp.TimeStampResp
-
- TlsBlockCipherCipherSuite - Class in org.bouncycastle.crypto.tls
-
A generic TLS 1.0 block cipher suite.
- TlsBlockCipherCipherSuite(BlockCipher, BlockCipher, Digest, Digest, int, short) - Constructor for class org.bouncycastle.crypto.tls.TlsBlockCipherCipherSuite
-
- TlsCipherSuite - Class in org.bouncycastle.crypto.tls
-
A generic class for ciphersuites in TLS 1.0.
- TlsCipherSuite() - Constructor for class org.bouncycastle.crypto.tls.TlsCipherSuite
-
- TlsCipherSuiteManager - Class in org.bouncycastle.crypto.tls
-
A manager for ciphersuite.
- TlsCipherSuiteManager() - Constructor for class org.bouncycastle.crypto.tls.TlsCipherSuiteManager
-
- TlsInputStream - Class in org.bouncycastle.crypto.tls
-
An InputStream for an TLS 1.0 connection.
- TlsMac - Class in org.bouncycastle.crypto.tls
-
A generic TLS MAC implementation, which can be used with any kind of
Digest to act as an HMAC.
- TlsMac(Digest, byte[], int, int) - Constructor for class org.bouncycastle.crypto.tls.TlsMac
-
Generate a new instance of an TlsMac.
- TlsNullCipherSuite - Class in org.bouncycastle.crypto.tls
-
A NULL CipherSuite in java, this should only be used during handshake.
- TlsNullCipherSuite() - Constructor for class org.bouncycastle.crypto.tls.TlsNullCipherSuite
-
- TlsOuputStream - Class in org.bouncycastle.crypto.tls
-
An OutputStream for an TLS connection.
- TlsProtocolHandler - Class in org.bouncycastle.crypto.tls
-
An implementation of all high level protocols in TLS 1.0.
- TlsProtocolHandler(InputStream, OutputStream) - Constructor for class org.bouncycastle.crypto.tls.TlsProtocolHandler
-
- TlsProtocolHandler(InputStream, OutputStream, SecureRandom) - Constructor for class org.bouncycastle.crypto.tls.TlsProtocolHandler
-
- TlsRuntimeException - Exception in org.bouncycastle.crypto.tls
-
- TlsRuntimeException(String, Throwable) - Constructor for exception org.bouncycastle.crypto.tls.TlsRuntimeException
-
- TlsRuntimeException(String) - Constructor for exception org.bouncycastle.crypto.tls.TlsRuntimeException
-
- TlsUtils - Class in org.bouncycastle.crypto.tls
-
Some helper fuctions for MicroTLS.
- TlsUtils() - Constructor for class org.bouncycastle.crypto.tls.TlsUtils
-
- toASN1EncodableVector() - Method in class org.bouncycastle.asn1.cms.AttributeTable
-
- toASN1Object() - Method in class org.bouncycastle.asn1.ASN1Encodable
-
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent
-
CAKeyUpdAnnContent ::= SEQUENCE {
oldWithNew CMPCertificate, -- old pub signed with new priv
newWithOld CMPCertificate, -- new pub signed with old priv
newWithNew CMPCertificate -- new pub signed with new priv
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CertConfirmContent
-
CertConfirmContent ::= SEQUENCE OF CertStatus
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CertifiedKeyPair
-
CertifiedKeyPair ::= SEQUENCE {
certOrEncCert CertOrEncCert,
privateKey [0] EncryptedValue OPTIONAL,
-- see [CRMF] for comment on encoding
publicationInfo [1] PKIPublicationInfo OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CertOrEncCert
-
CertOrEncCert ::= CHOICE {
certificate [0] CMPCertificate,
encryptedCert [1] EncryptedValue
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CertRepMessage
-
CertRepMessage ::= SEQUENCE {
caPubs [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
OPTIONAL,
response SEQUENCE OF CertResponse
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CertResponse
-
CertResponse ::= SEQUENCE {
certReqId INTEGER,
-- to match this response with corresponding request (a value
-- of -1 is to be used if certReqId is not specified in the
-- corresponding request)
status PKIStatusInfo,
certifiedKeyPair CertifiedKeyPair OPTIONAL,
rspInfo OCTET STRING OPTIONAL
-- analogous to the id-regInfo-utf8Pairs string defined
-- for regInfo in CertReqMsg [CRMF]
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CertStatus
-
CertStatus ::= SEQUENCE {
certHash OCTET STRING,
-- the hash of the certificate, using the same hash algorithm
-- as is used to create and verify the certificate signature
certReqId INTEGER,
-- to match this confirmation with the corresponding req/rep
statusInfo PKIStatusInfo OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.Challenge
-
Challenge ::= SEQUENCE {
owf AlgorithmIdentifier OPTIONAL,
-- MUST be present in the first Challenge; MAY be omitted in
-- any subsequent Challenge in POPODecKeyChallContent (if
-- omitted, then the owf used in the immediately preceding
-- Challenge is to be used).
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CMPCertificate
-
CMPCertificate ::= CHOICE {
x509v3PKCert Certificate
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.CRLAnnContent
-
CRLAnnContent ::= SEQUENCE OF CertificateList
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.ErrorMsgContent
-
ErrorMsgContent ::= SEQUENCE {
pKIStatusInfo PKIStatusInfo,
errorCode INTEGER OPTIONAL,
-- implementation-specific error codes
errorDetails PKIFreeText OPTIONAL
-- implementation-specific error details
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.GenMsgContent
-
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.GenRepContent
-
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.InfoTypeAndValue
-
InfoTypeAndValue ::= SEQUENCE {
infoType OBJECT IDENTIFIER,
infoValue ANY DEFINED BY infoType OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.KeyRecRepContent
-
KeyRecRepContent ::= SEQUENCE {
status PKIStatusInfo,
newSigCert [0] CMPCertificate OPTIONAL,
caCerts [1] SEQUENCE SIZE (1..MAX) OF
CMPCertificate OPTIONAL,
keyPairHist [2] SEQUENCE SIZE (1..MAX) OF
CertifiedKeyPair OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.OOBCertHash
-
OOBCertHash ::= SEQUENCE {
hashAlg [0] AlgorithmIdentifier OPTIONAL,
certId [1] CertId OPTIONAL,
hashVal BIT STRING
-- hashVal is calculated over the DER encoding of the
-- self-signed certificate with the identifier certID.
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PBMParameter
-
PBMParameter ::= SEQUENCE {
salt OCTET STRING,
-- note: implementations MAY wish to limit acceptable sizes
-- of this string to values appropriate for their environment
-- in order to reduce the risk of denial-of-service attacks
owf AlgorithmIdentifier,
-- AlgId for a One-Way Function (SHA-1 recommended)
iterationCount INTEGER,
-- number of times the OWF is applied
-- note: implementations MAY wish to limit acceptable sizes
-- of this integer to values appropriate for their environment
-- in order to reduce the risk of denial-of-service attacks
mac AlgorithmIdentifier
-- the MAC AlgId (e.g., DES-MAC, Triple-DES-MAC [PKCS11],
} -- or HMAC [RFC2104, RFC2202])
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIBody
-
PKIBody ::= CHOICE { -- message-specific body elements
ir [0] CertReqMessages, --Initialization Request
ip [1] CertRepMessage, --Initialization Response
cr [2] CertReqMessages, --Certification Request
cp [3] CertRepMessage, --Certification Response
p10cr [4] CertificationRequest, --imported from [PKCS10]
popdecc [5] POPODecKeyChallContent, --pop Challenge
popdecr [6] POPODecKeyRespContent, --pop Response
kur [7] CertReqMessages, --Key Update Request
kup [8] CertRepMessage, --Key Update Response
krr [9] CertReqMessages, --Key Recovery Request
krp [10] KeyRecRepContent, --Key Recovery Response
rr [11] RevReqContent, --Revocation Request
rp [12] RevRepContent, --Revocation Response
ccr [13] CertReqMessages, --Cross-Cert.
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIConfirmContent
-
PKIConfirmContent ::= NULL
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIFreeText
-
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIHeader
-
PKIHeader ::= SEQUENCE {
pvno INTEGER { cmp1999(1), cmp2000(2) },
sender GeneralName,
-- identifies the sender
recipient GeneralName,
-- identifies the intended recipient
messageTime [0] GeneralizedTime OPTIONAL,
-- time of production of this message (used when sender
-- believes that the transport will be "suitable"; i.e.,
-- that the time will still be meaningful upon receipt)
protectionAlg [1] AlgorithmIdentifier OPTIONAL,
-- algorithm used for calculation of protection bits
senderKID [2] KeyIdentifier OPTIONAL,
recipKID [3] KeyIdentifier OPTIONAL,
-- to identify specific keys used for protection
transactionID [4] OCTET STRING OPTIONAL,
-- identifies the transaction; i.e., this will be the same in
-- corresponding request, response, certConf, and PKIConf
-- messages
senderNonce [5] OCTET STRING OPTIONAL,
recipNonce [6] OCTET STRING OPTIONAL,
-- nonces used to provide replay protection, senderNonce
-- is inserted by the creator of this message; recipNonce
-- is a nonce previously inserted in a related message by
-- the intended recipient of this message
freeText [7] PKIFreeText OPTIONAL,
-- this may be used to indicate context-specific instructions
-- (this field is intended for human consumption)
generalInfo [8] SEQUENCE SIZE (1..MAX) OF
InfoTypeAndValue OPTIONAL
-- this may be used to convey context-specific information
-- (this field not primarily intended for human consumption)
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIMessage
-
PKIMessage ::= SEQUENCE {
header PKIHeader,
body PKIBody,
protection [0] PKIProtection OPTIONAL,
extraCerts [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIMessages
-
PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIStatus
-
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PKIStatusInfo
-
PKIStatusInfo ::= SEQUENCE {
status PKIStatus, (INTEGER)
statusString PKIFreeText OPTIONAL,
failInfo PKIFailureInfo OPTIONAL (BIT STRING)
}
PKIStatus:
granted (0), -- you got exactly what you asked for
grantedWithMods (1), -- you got something like what you asked for
rejection (2), -- you don't get it, more information elsewhere in the message
waiting (3), -- the request body part has not yet been processed, expect to hear more later
revocationWarning (4), -- this message contains a warning that a revocation is imminent
revocationNotification (5), -- notification that a revocation has occurred
keyUpdateWarning (6) -- update already done for the oldCertId specified in CertReqMsg
PKIFailureInfo:
badAlg (0), -- unrecognized or unsupported Algorithm Identifier
badMessageCheck (1), -- integrity check failed (e.g., signature did not verify)
badRequest (2), -- transaction not permitted or supported
badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy
badCertId (4), -- no certificate could be found matching the provided criteria
badDataFormat (5), -- the data submitted has the wrong format
wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token
incorrectData (7), -- the requester's data is incorrect (for notary services)
missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy)
badPOP (9) -- the proof-of-possession failed
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PollRepContent
-
PollRepContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER,
checkAfter INTEGER, -- time in seconds
reason PKIFreeText OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.PollReqContent
-
PollReqContent ::= SEQUENCE OF SEQUENCE {
certReqId INTEGER
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.POPODecKeyChallContent
-
POPODecKeyChallContent ::= SEQUENCE OF Challenge
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.POPODecKeyRespContent
-
POPODecKeyRespContent ::= SEQUENCE OF INTEGER
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.ProtectedPart
-
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.RevAnnContent
-
RevAnnContent ::= SEQUENCE {
status PKIStatus,
certId CertId,
willBeRevokedAt GeneralizedTime,
badSinceDate GeneralizedTime,
crlDetails Extensions OPTIONAL
-- extra CRL details (e.g., crl number, reason, location, etc.)
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.RevDetails
-
RevDetails ::= SEQUENCE {
certDetails CertTemplate,
-- allows requester to specify as much as they can about
-- the cert. for which revocation is requested
-- (e.g., for cases in which serialNumber is not available)
crlEntryDetails Extensions OPTIONAL
-- requested crlEntryExtensions
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.RevRepContent
-
RevRepContent ::= SEQUENCE {
status SEQUENCE SIZE (1..MAX) OF PKIStatusInfo,
-- in same order as was sent in RevReqContent
revCerts [0] SEQUENCE SIZE (1..MAX) OF CertId OPTIONAL,
-- IDs for which revocation was requested
-- (same order as status)
crls [1] SEQUENCE SIZE (1..MAX) OF CertificateList OPTIONAL
-- the resulting CRLs (there may be more than one)
}
- toASN1Object() - Method in class org.bouncycastle.asn1.cmp.RevReqContent
-
RevReqContent ::= SEQUENCE OF RevDetails
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.Attribute
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.AuthenticatedData
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.AuthEnvelopedData
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.CompressedData
-
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.ContentInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.ecc.MQVuserKeyingMaterial
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.EncryptedContentInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.EncryptedData
-
EncryptedData ::= SEQUENCE {
version CMSVersion,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.EnvelopedData
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.IssuerAndSerialNumber
-
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.KEKIdentifier
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.KEKRecipientInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientIdentifier
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.KeyTransRecipientInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.OriginatorInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.OriginatorPublicKey
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.OtherKeyAttribute
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.OtherRecipientInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.RecipientEncryptedKey
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.RecipientIdentifier
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.RecipientInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.SignedData
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.SignerIdentifier
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.SignerInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.cms.Time
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.AttributeTypeAndValue
-
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY DEFINED BY type }
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.CertId
-
CertId ::= SEQUENCE {
issuer GeneralName,
serialNumber INTEGER }
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.CertReqMessages
-
CertReqMessages ::= SEQUENCE SIZE (1..MAX) OF CertReqMsg
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.CertReqMsg
-
CertReqMsg ::= SEQUENCE {
certReq CertRequest,
pop ProofOfPossession OPTIONAL,
-- content depends upon key type
regInfo SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.CertRequest
-
CertRequest ::= SEQUENCE {
certReqId INTEGER, -- ID for matching request and reply
certTemplate CertTemplate, -- Selected fields of cert to be issued
controls Controls OPTIONAL } -- Attributes affecting issuance
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.CertTemplate
-
CertTemplate ::= SEQUENCE {
version [0] Version OPTIONAL,
serialNumber [1] INTEGER OPTIONAL,
signingAlg [2] AlgorithmIdentifier OPTIONAL,
issuer [3] Name OPTIONAL,
validity [4] OptionalValidity OPTIONAL,
subject [5] Name OPTIONAL,
publicKey [6] SubjectPublicKeyInfo OPTIONAL,
issuerUID [7] UniqueIdentifier OPTIONAL,
subjectUID [8] UniqueIdentifier OPTIONAL,
extensions [9] Extensions OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.Controls
-
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.EncryptedValue
-
EncryptedValue ::= SEQUENCE {
intendedAlg [0] AlgorithmIdentifier OPTIONAL,
-- the intended algorithm for which the value will be used
symmAlg [1] AlgorithmIdentifier OPTIONAL,
-- the symmetric algorithm used to encrypt the value
encSymmKey [2] BIT STRING OPTIONAL,
-- the (encrypted) symmetric key used to encrypt the value
keyAlg [3] AlgorithmIdentifier OPTIONAL,
-- algorithm used to encrypt the symmetric key
valueHint [4] OCTET STRING OPTIONAL,
-- a brief description or identifier of the encValue content
-- (may be meaningful only to the sending entity, and used only
-- if EncryptedValue might be re-examined by the sending entity
-- in the future)
encValue BIT STRING }
-- the encrypted value itself
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.OptionalValidity
-
OptionalValidity ::= SEQUENCE {
notBefore [0] Time OPTIONAL,
notAfter [1] Time OPTIONAL } --at least one MUST be present
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.PKIPublicationInfo
-
PKIPublicationInfo ::= SEQUENCE {
action INTEGER {
dontPublish (0),
pleasePublish (1) },
pubInfos SEQUENCE SIZE (1..MAX) OF SinglePubInfo OPTIONAL }
-- pubInfos MUST NOT be present if action is "dontPublish"
-- (if action is "pleasePublish" and pubInfos is omitted,
-- "dontCare" is assumed)
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.POPOPrivKey
-
POPOPrivKey ::= CHOICE {
thisMessage [0] BIT STRING, -- Deprecated
-- possession is proven in this message (which contains the private
-- key itself (encrypted for the CA))
subsequentMessage [1] SubsequentMessage,
-- possession will be proven in a subsequent message
dhMAC [2] BIT STRING, -- Deprecated
agreeMAC [3] PKMACValue,
encryptedKey [4] EnvelopedData }
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.POPOSigningKey
-
POPOSigningKey ::= SEQUENCE {
poposkInput [0] POPOSigningKeyInput OPTIONAL,
algorithmIdentifier AlgorithmIdentifier,
signature BIT STRING }
-- The signature (using "algorithmIdentifier") is on the
-- DER-encoded value of poposkInput.
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.POPOSigningKeyInput
-
POPOSigningKeyInput ::= SEQUENCE {
authInfo CHOICE {
sender [0] GeneralName,
-- used only if an authenticated identity has been
-- established for the sender (e.g., a DN from a
-- previously-issued and currently-valid certificate
publicKeyMAC PKMACValue },
-- used if no authenticated GeneralName currently exists for
-- the sender; publicKeyMAC contains a password-based MAC
-- on the DER-encoded value of publicKey
publicKey SubjectPublicKeyInfo } -- from CertTemplate
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.ProofOfPossession
-
ProofOfPossession ::= CHOICE {
raVerified [0] NULL,
-- used if the RA has already verified that the requester is in
-- possession of the private key
signature [1] POPOSigningKey,
keyEncipherment [2] POPOPrivKey,
keyAgreement [3] POPOPrivKey }
- toASN1Object() - Method in class org.bouncycastle.asn1.crmf.SinglePubInfo
-
SinglePubInfo ::= SEQUENCE {
pubMethod INTEGER {
dontCare (0),
x500 (1),
web (2),
ldap (3) },
pubLocation GeneralName OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.cryptopro.ECGOST3410ParamSetParameters
-
- toASN1Object() - Method in class org.bouncycastle.asn1.cryptopro.GOST28147Parameters
-
Gost28147-89-Parameters ::=
SEQUENCE {
iv Gost28147-89-IV,
encryptionParamSet OBJECT IDENTIFIER
}
Gost28147-89-IV ::= OCTET STRING (SIZE (8))
- toASN1Object() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters
-
- toASN1Object() - Method in class org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
- toASN1Object() - Method in class org.bouncycastle.asn1.DERObject
-
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.CommitmentTypeIndication
-
CommitmentTypeIndication ::= SEQUENCE {
commitmentTypeId CommitmentTypeIdentifier,
commitmentTypeQualifier SEQUENCE SIZE (1..MAX) OF
CommitmentTypeQualifier OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.CommitmentTypeQualifier
-
Returns a DER-encodable representation of this instance.
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.OtherHashAlgAndValue
-
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OtherHashValue }
OtherHashValue ::= OCTET STRING
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SignaturePolicyId
-
SignaturePolicyId ::= SEQUENCE {
sigPolicyId SigPolicyId,
sigPolicyHash SigPolicyHash,
sigPolicyQualifiers SEQUENCE SIZE (1..MAX) OF SigPolicyQualifierInfo OPTIONAL}
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SignaturePolicyIdentifier
-
SignaturePolicyIdentifier ::= CHOICE{
SignaturePolicyId SignaturePolicyId,
SignaturePolicyImplied SignaturePolicyImplied }
SignaturePolicyImplied ::= NULL
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SignerAttribute
-
SignerAttribute ::= SEQUENCE OF CHOICE {
claimedAttributes [0] ClaimedAttributes,
certifiedAttributes [1] CertifiedAttributes }
ClaimedAttributes ::= SEQUENCE OF Attribute
CertifiedAttributes ::= AttributeCertificate -- as defined in RFC 3281: see clause 4.1.
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SignerLocation
-
SignerLocation ::= SEQUENCE {
countryName [0] DirectoryString OPTIONAL,
localityName [1] DirectoryString OPTIONAL,
postalAddress [2] PostalAddress OPTIONAL }
PostalAddress ::= SEQUENCE SIZE(1..6) OF DirectoryString
DirectoryString ::= CHOICE {
teletexString TeletexString (SIZE (1..MAX)),
printableString PrintableString (SIZE (1..MAX)),
universalString UniversalString (SIZE (1..MAX)),
utf8String UTF8String (SIZE (1..
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SigPolicyQualifierInfo
-
SigPolicyQualifierInfo ::= SEQUENCE {
sigPolicyQualifierId SigPolicyQualifierId,
sigQualifier ANY DEFINED BY sigPolicyQualifierId }
SigPolicyQualifierId ::= OBJECT IDENTIFIER
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SigPolicyQualifiers
-
SigPolicyQualifiers ::= SEQUENCE SIZE (1..MAX) OF SigPolicyQualifierInfo
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SPuri
-
SPuri ::= IA5String
- toASN1Object() - Method in class org.bouncycastle.asn1.esf.SPUserNotice
-
SPUserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.ContentHints
-
ContentHints ::= SEQUENCE {
contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
contentType ContentType }
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.ContentIdentifier
-
The definition of ContentIdentifier is
ContentIdentifier ::= OCTET STRING
id-aa-contentIdentifier OBJECT IDENTIFIER ::= { iso(1)
member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
smime(16) id-aa(2) 7 }
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.ESSCertID
-
ESSCertID ::= SEQUENCE {
certHash Hash,
issuerSerial IssuerSerial OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.ESSCertIDv2
-
ESSCertIDv2 ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier
DEFAULT {algorithm id-sha256},
certHash Hash,
issuerSerial IssuerSerial OPTIONAL
}
Hash ::= OCTET STRING
IssuerSerial ::= SEQUENCE {
issuer GeneralNames,
serialNumber CertificateSerialNumber
}
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.OtherCertID
-
OtherCertID ::= SEQUENCE {
otherCertHash OtherHash,
issuerSerial IssuerSerial OPTIONAL }
OtherHash ::= CHOICE {
sha1Hash OCTET STRING,
otherHash OtherHashAlgAndValue }
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OCTET STRING }
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.OtherSigningCertificate
-
The definition of OtherSigningCertificate is
OtherSigningCertificate ::= SEQUENCE {
certs SEQUENCE OF OtherCertID,
policies SEQUENCE OF PolicyInformation OPTIONAL
}
id-aa-ets-otherSigCert OBJECT IDENTIFIER ::= { iso(1)
member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
smime(16) id-aa(2) 19 }
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.SigningCertificate
-
The definition of SigningCertificate is
SigningCertificate ::= SEQUENCE {
certs SEQUENCE OF ESSCertID,
policies SEQUENCE OF PolicyInformation OPTIONAL
}
id-aa-signingCertificate OBJECT IDENTIFIER ::= { iso(1)
member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
smime(16) id-aa(2) 12 }
- toASN1Object() - Method in class org.bouncycastle.asn1.ess.SigningCertificateV2
-
The definition of SigningCertificateV2 is
SigningCertificateV2 ::= SEQUENCE {
certs SEQUENCE OF ESSCertIDv2,
policies SEQUENCE OF PolicyInformation OPTIONAL
}
id-aa-signingCertificateV2 OBJECT IDENTIFIER ::= { iso(1)
member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
smime(16) id-aa(2) 47 }
- toASN1Object() - Method in class org.bouncycastle.asn1.icao.DataGroupHash
-
- toASN1Object() - Method in class org.bouncycastle.asn1.icao.LDSSecurityObject
-
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.ocsp.CertHash
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.Admissions
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.AdmissionSyntax
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.DeclarationOfMajority
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.MonetaryLimit
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.NamingAuthority
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.ProcurationSyntax
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.ProfessionInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.isismtt.x509.Restriction
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.misc.CAST5CBCParameters
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.misc.IDEACBCPar
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.mozilla.PublicKeyAndChallenge
-
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.CertID
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.CertStatus
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.CrlID
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.OCSPRequest
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.OCSPResponse
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.Request
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.ResponderID
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.ResponseBytes
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.ResponseData
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.RevokedInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.ServiceLocator
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.Signature
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.SingleResponse
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.ocsp.TBSRequest
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.oiw.ElGamalParameter
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.Attribute
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.AuthenticatedSafe
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.CertBag
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequest
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.CertificationRequestInfo
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.ContentInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.DHParameter
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.EncryptedData
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.MacData
-
MacData ::= SEQUENCE {
mac DigestInfo,
macSalt OCTET STRING,
iterations INTEGER DEFAULT 1
-- Note: The default is for historic reasons and its use is deprecated.
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.PBES2Parameters
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.PBKDF2Params
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.Pfx
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.PKCS12PBEParams
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.PrivateKeyInfo
-
write out an RSA private key with its associated information
as described in PKCS8.
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.RC2CBCParameter
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.RSAESOAEPparams
-
RSAES-OAEP-params ::= SEQUENCE {
hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1,
pSourceAlgorithm [2] PKCS1PSourceAlgorithms DEFAULT pSpecifiedEmpty
}
OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-sha1 PARAMETERS NULL }|
{ OID id-sha256 PARAMETERS NULL }|
{ OID id-sha384 PARAMETERS NULL }|
{ OID id-sha512 PARAMETERS NULL },
... -- Allows for future expansion --
}
PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms },
... -- Allows for future expansion --
}
PKCS1PSourceAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-pSpecified PARAMETERS OCTET STRING },
... -- Allows for future expansion --
}
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure
-
This outputs the key in PKCS1v2 format.
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.RSASSAPSSparams
-
RSASSA-PSS-params ::= SEQUENCE {
hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1,
saltLength [2] INTEGER DEFAULT 20,
trailerField [3] TrailerField DEFAULT trailerFieldBC
}
OAEP-PSSDigestAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-sha1 PARAMETERS NULL }|
{ OID id-sha256 PARAMETERS NULL }|
{ OID id-sha384 PARAMETERS NULL }|
{ OID id-sha512 PARAMETERS NULL },
... -- Allows for future expansion --
}
PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= {
{ OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms },
... -- Allows for future expansion --
}
TrailerField ::= INTEGER { trailerFieldBC(1) }
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.SafeBag
-
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.SignedData
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.pkcs.SignerInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.sec.ECPrivateKeyStructure
-
ECPrivateKey ::= SEQUENCE {
version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1),
privateKey OCTET STRING,
parameters [0] Parameters OPTIONAL,
publicKey [1] BIT STRING OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.smime.SMIMECapabilities
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.smime.SMIMECapability
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.tsp.Accuracy
-
Accuracy ::= SEQUENCE {
seconds INTEGER OPTIONAL,
millis [0] INTEGER (1..999) OPTIONAL,
micros [1] INTEGER (1..999) OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.tsp.MessageImprint
-
MessageImprint ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashedMessage OCTET STRING }
- toASN1Object() - Method in class org.bouncycastle.asn1.tsp.TimeStampReq
-
TimeStampReq ::= SEQUENCE {
version INTEGER { v1(1) },
messageImprint MessageImprint,
--a hash algorithm OID and the hash value of the data to be
--time-stamped
reqPolicy TSAPolicyId OPTIONAL,
nonce INTEGER OPTIONAL,
certReq BOOLEAN DEFAULT FALSE,
extensions [0] IMPLICIT Extensions OPTIONAL
}
- toASN1Object() - Method in class org.bouncycastle.asn1.tsp.TimeStampResp
-
TimeStampResp ::= SEQUENCE {
status PKIStatusInfo,
timeStampToken TimeStampToken OPTIONAL }
- toASN1Object() - Method in class org.bouncycastle.asn1.tsp.TSTInfo
-
TSTInfo ::= SEQUENCE {
version INTEGER { v1(1) },
policy TSAPolicyId,
messageImprint MessageImprint,
-- MUST have the same value as the similar field in
-- TimeStampReq
serialNumber INTEGER,
-- Time-Stamping users MUST be ready to accommodate integers
-- up to 160 bits.
- toASN1Object() - Method in class org.bouncycastle.asn1.x500.DirectoryString
-
DirectoryString ::= CHOICE {
teletexString TeletexString (SIZE (1..MAX)),
printableString PrintableString (SIZE (1..MAX)),
universalString UniversalString (SIZE (1..MAX)),
utf8String UTF8String (SIZE (1..MAX)),
bmpString BMPString (SIZE (1..MAX)) }
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AccessDescription
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AlgorithmIdentifier
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AttCertIssuer
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AttCertValidityPeriod
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.Attribute
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AttributeCertificate
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AttributeCertificateInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AuthorityInformationAccess
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.BasicConstraints
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.CertificateList
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.CertificatePair
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.CertificatePolicies
-
Deprecated.
use an ASN1Sequence of PolicyInformation
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.CRLDistPoint
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.DigestInfo
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.DisplayText
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.DistributionPoint
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.DistributionPointName
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.DSAParameter
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.ExtendedKeyUsage
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.GeneralName
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.GeneralNames
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.GeneralSubtree
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.Holder
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.IetfAttrSyntax
-
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.IssuerSerial
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.NameConstraints
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.NoticeReference
-
Describe toASN1Object
method here.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.ObjectDigestInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.PolicyInformation
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.PolicyMappings
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.PolicyQualifierInfo
-
Returns a DER-encodable representation of this instance.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.qualified.BiometricData
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.qualified.MonetaryValue
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.qualified.QCStatement
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.qualified.SemanticsInformation
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.RoleSyntax
-
Implementation of the method toASN1Object
as
required by the superclass ASN1Encodable
.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.RSAPublicKeyStructure
-
This outputs the key in PKCS1v2 format.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.sigi.NameOrPseudonym
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.sigi.PersonalData
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.SubjectDirectoryAttributes
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.SubjectKeyIdentifier
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.Target
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.TargetInformation
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.Targets
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.TBSCertificateStructure
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.TBSCertList
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.Time
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.UserNotice
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.V2Form
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.X509CertificateStructure
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.X509Extensions
-
Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension
Extension ::= SEQUENCE {
extnId EXTENSION.
- toASN1Object() - Method in class org.bouncycastle.asn1.x509.X509Name
-
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.KeySpecificInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.OtherInfo
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.X962Parameters
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.X9Curve
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.X9ECParameters
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.X9ECPoint
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.X9FieldElement
-
Produce an object suitable for an ASN1OutputStream.
- toASN1Object() - Method in class org.bouncycastle.asn1.x9.X9FieldID
-
Produce a DER encoding of the following structure.
- toASN1Object() - Method in class org.bouncycastle.jce.netscape.NetscapeCertRequest
-
- toASN1Object() - Method in class org.bouncycastle.jce.X509KeyUsage
-
- toASN1Object() - Method in class org.bouncycastle.mozilla.SignedPublicKeyAndChallenge
-
- toASN1Object() - Method in class org.bouncycastle.ocsp.CertificateID
-
- toASN1Object() - Method in class org.bouncycastle.ocsp.RespID
-
- toASN1Object() - Method in class org.bouncycastle.x509.X509Attribute
-
- toAttributeTypeAndValueArray() - Method in class org.bouncycastle.asn1.crmf.Controls
-
- toByteArray(String) - Static method in class org.bouncycastle.util.Strings
-
- toCertificateListArray() - Method in class org.bouncycastle.asn1.cmp.CRLAnnContent
-
- toCertReqMsgArray() - Method in class org.bouncycastle.asn1.crmf.CertReqMessages
-
- toCertStatusArray() - Method in class org.bouncycastle.asn1.cmp.CertConfirmContent
-
- toChallengeArray() - Method in class org.bouncycastle.asn1.cmp.POPODecKeyChallContent
-
- toDEREncodableVector() - Method in class org.bouncycastle.asn1.smime.SMIMECapabilityVector
-
- toDERIntegerArray() - Method in class org.bouncycastle.asn1.cmp.POPODecKeyRespContent
-
- toHashtable() - Method in class org.bouncycastle.asn1.cms.AttributeTable
-
- toInfoTypeAndValueArray() - Method in class org.bouncycastle.asn1.cmp.GenMsgContent
-
- toInfoTypeAndValueArray() - Method in class org.bouncycastle.asn1.cmp.GenRepContent
-
- toLowerCase(String) - Static method in class org.bouncycastle.util.Strings
-
A locale independent version of toLowerCase.
- toPKIMessageArray() - Method in class org.bouncycastle.asn1.cmp.PKIMessages
-
- toRevDetailsArray() - Method in class org.bouncycastle.asn1.cmp.RevReqContent
-
- toString() - Method in class org.bouncycastle.asn1.ASN1Null
-
- toString() - Method in class org.bouncycastle.asn1.ASN1OctetString
-
- toString() - Method in class org.bouncycastle.asn1.ASN1Sequence
-
- toString() - Method in class org.bouncycastle.asn1.ASN1Set
-
- toString() - Method in class org.bouncycastle.asn1.ASN1TaggedObject
-
- toString() - Method in class org.bouncycastle.asn1.cmp.PKIFailureInfo
-
- toString() - Method in class org.bouncycastle.asn1.DERBitString
-
- toString() - Method in class org.bouncycastle.asn1.DERBMPString
-
- toString() - Method in class org.bouncycastle.asn1.DERBoolean
-
- toString() - Method in class org.bouncycastle.asn1.DERGeneralString
-
- toString() - Method in class org.bouncycastle.asn1.DERIA5String
-
- toString() - Method in class org.bouncycastle.asn1.DERInteger
-
- toString() - Method in class org.bouncycastle.asn1.DERNumericString
-
- toString() - Method in class org.bouncycastle.asn1.DERObjectIdentifier
-
- toString() - Method in class org.bouncycastle.asn1.DERPrintableString
-
- toString() - Method in class org.bouncycastle.asn1.DERT61String
-
- toString() - Method in class org.bouncycastle.asn1.DERUniversalString
-
- toString() - Method in class org.bouncycastle.asn1.DERUTCTime
-
- toString() - Method in class org.bouncycastle.asn1.DERUTF8String
-
- toString() - Method in class org.bouncycastle.asn1.DERVisibleString
-
- toString() - Method in class org.bouncycastle.asn1.misc.NetscapeCertType
-
- toString() - Method in class org.bouncycastle.asn1.misc.NetscapeRevocationURL
-
- toString() - Method in class org.bouncycastle.asn1.misc.VerisignCzagExtension
-
- toString() - Method in class org.bouncycastle.asn1.x500.DirectoryString
-
- toString() - Method in class org.bouncycastle.asn1.x509.AccessDescription
-
- toString() - Method in class org.bouncycastle.asn1.x509.AuthorityInformationAccess
-
- toString() - Method in class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
-
- toString() - Method in class org.bouncycastle.asn1.x509.BasicConstraints
-
- toString() - Method in class org.bouncycastle.asn1.x509.CertificatePolicies
-
- toString() - Method in class org.bouncycastle.asn1.x509.CRLDistPoint
-
- toString() - Method in class org.bouncycastle.asn1.x509.CRLNumber
-
- toString() - Method in class org.bouncycastle.asn1.x509.CRLReason
-
- toString() - Method in class org.bouncycastle.asn1.x509.DistributionPoint
-
- toString() - Method in class org.bouncycastle.asn1.x509.DistributionPointName
-
- toString() - Method in class org.bouncycastle.asn1.x509.GeneralName
-
- toString() - Method in class org.bouncycastle.asn1.x509.GeneralNames
-
- toString() - Method in class org.bouncycastle.asn1.x509.IssuingDistributionPoint
-
- toString() - Method in class org.bouncycastle.asn1.x509.KeyUsage
-
- toString() - Method in class org.bouncycastle.asn1.x509.RoleSyntax
-
- toString() - Method in class org.bouncycastle.asn1.x509.Time
-
- toString(boolean, Hashtable) - Method in class org.bouncycastle.asn1.x509.X509Name
-
convert the structure to a string - if reverse is true the
oids and values are listed out starting with the last element
in the sequence (ala RFC 2253), otherwise the string will begin
with the first element of the structure.
- toString() - Method in class org.bouncycastle.asn1.x509.X509Name
-
- toString() - Method in class org.bouncycastle.jce.provider.JCEECPrivateKey
-
- toString() - Method in class org.bouncycastle.jce.provider.JCEECPublicKey
-
- toString() - Method in class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
-
- toString() - Method in class org.bouncycastle.jce.provider.JCERSAPublicKey
-
- toString() - Method in class org.bouncycastle.jce.provider.JDKDSAPublicKey
-
- toString() - Method in class org.bouncycastle.jce.provider.JDKGOST3410PublicKey
-
- toString() - Method in class org.bouncycastle.jce.provider.PKIXNameConstraintValidator
-
- toString() - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- toString(String) - Method in class org.bouncycastle.jce.provider.PKIXPolicyNode
-
- toString() - Method in class org.bouncycastle.jce.provider.X509CertificateObject
-
- toString() - Method in class org.bouncycastle.jce.provider.X509CRLEntryObject
-
- toString() - Method in class org.bouncycastle.jce.provider.X509CRLObject
-
Returns a string representation of this CRL.
- toString() - Method in class org.bouncycastle.util.test.SimpleTestResult
-
- toString() - Method in interface org.bouncycastle.util.test.TestResult
-
- toString() - Method in class org.bouncycastle.x509.X509CollectionStoreParameters
-
Returns a formatted string describing the parameters.
- toUpperCase(String) - Static method in class org.bouncycastle.util.Strings
-
A locale independent version of toUpperCase.
- toUTF8ByteArray(String) - Static method in class org.bouncycastle.util.Strings
-
- toUTF8ByteArray(char[]) - Static method in class org.bouncycastle.util.Strings
-
- tpBasis - Static variable in interface org.bouncycastle.asn1.x9.X9ObjectIdentifiers
-
- TRAILER_IMPLICIT - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
- TRAILER_IMPLICIT - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
- TRAILER_IMPLICIT - Static variable in class org.bouncycastle.crypto.signers.PSSSigner
-
- TRAILER_RIPEMD128 - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
- TRAILER_RIPEMD128 - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
- TRAILER_RIPEMD160 - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
- TRAILER_RIPEMD160 - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
- TRAILER_SHA1 - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2PSSSigner
-
- TRAILER_SHA1 - Static variable in class org.bouncycastle.crypto.signers.ISO9796d2Signer
-
- translator - Variable in class org.bouncycastle.util.encoders.BufferedDecoder
-
- translator - Variable in class org.bouncycastle.util.encoders.BufferedEncoder
-
- Translator - Interface in org.bouncycastle.util.encoders
-
general interface for an translator.
- TRUE - Static variable in class org.bouncycastle.asn1.DERBoolean
-
- Trust_Anchor_CP_01_01_crt - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- Trust_Anchor_CRL_CP_01_01_crl - Static variable in class org.bouncycastle.jce.provider.test.NISTCertPathTest
-
- trustAnchor - Variable in class org.bouncycastle.x509.PKIXCertPathReviewer
-
- TRY_LATER - Static variable in class org.bouncycastle.asn1.ocsp.OCSPResponseStatus
-
- TRY_LATER - Static variable in class org.bouncycastle.ocsp.OCSPRespGenerator
-
- TRY_LATER - Static variable in interface org.bouncycastle.ocsp.OCSPRespStatus
-
- TSTInfo - Class in org.bouncycastle.asn1.tsp
-
- TSTInfo(ASN1Sequence) - Constructor for class org.bouncycastle.asn1.tsp.TSTInfo
-
- TSTInfo(DERObjectIdentifier, MessageImprint, DERInteger, DERGeneralizedTime, Accuracy, DERBoolean, DERInteger, GeneralName, X509Extensions) - Constructor for class org.bouncycastle.asn1.tsp.TSTInfo
-
- TwofishEngine - Class in org.bouncycastle.crypto.engines
-
A class that provides Twofish encryption operations.
- TwofishEngine() - Constructor for class org.bouncycastle.crypto.engines.TwofishEngine
-
- TypeOfBiometricData - Class in org.bouncycastle.asn1.x509.qualified
-
The TypeOfBiometricData object.
- TypeOfBiometricData(int) - Constructor for class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-
- TypeOfBiometricData(DERObjectIdentifier) - Constructor for class org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData
-