| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
IBouncyCastleFactory.createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm,
IASN1Encodable parameters)
Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper
for the parameters.
|
IASN1BitString |
IBouncyCastleFactory.createASN1BitString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper.
|
IASN1Enumerated |
IBouncyCastleFactory.createASN1Enumerated(IASN1Encodable object)
Create ASN1 Enumerated wrapper from
IASN1Encodable value. |
IASN1GeneralizedTime |
IBouncyCastleFactory.createASN1GeneralizedTime(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Generalized time wrapper.
|
IASN1Integer |
IBouncyCastleFactory.createASN1Integer(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Integer wrapper.
|
IASN1ObjectIdentifier |
IBouncyCastleFactory.createASN1ObjectIdentifier(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 object identifier wrapper.
|
IASN1OctetString |
IBouncyCastleFactory.createASN1OctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.
|
IASN1Primitive |
IBouncyCastleFactory.createASN1Primitive(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Primitive wrapper.
|
IASN1Sequence |
IBouncyCastleFactory.createASN1Sequence(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 Sequence wrapper.
|
IASN1Set |
IBouncyCastleFactory.createASN1Set(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Set wrapper.
|
IASN1String |
IBouncyCastleFactory.createASN1String(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 String wrapper.
|
IASN1TaggedObject |
IBouncyCastleFactory.createASN1TaggedObject(IASN1Encodable encodable)
Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.
|
IASN1UTCTime |
IBouncyCastleFactory.createASN1UTCTime(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 UTC Time wrapper.
|
IContentInfo |
IBouncyCastleFactory.createContentInfo(IASN1ObjectIdentifier objectIdentifier,
IASN1Encodable encodable)
Create content info wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper.
|
IDEROctetString |
IBouncyCastleFactory.createDEROctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to DER Octet string wrapper.
|
IGeneralNames |
IBouncyCastleFactory.createGeneralNames(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to general names wrapper.
|
IRSASSAPSSParams |
IBouncyCastleFactory.createRSASSAPSSParams(IASN1Encodable encodable)
Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.
|
ITBSCertificate |
IBouncyCastleFactory.createTBSCertificate(IASN1Encodable encodable)
Create TBS Certificate wrapper from ASN1 Encodable wrapper.
|
boolean |
IBouncyCastleFactory.isNull(IASN1Encodable encodable)
Check if provided encodable wrapper wrap
null. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IASN1BitString
This interface represents the wrapper for ASN1BitString that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Enumerated
This interface represents the wrapper for ASN1Enumerated that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1GeneralizedTime
This interface represents the wrapper for ASN1GeneralizedTime that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Integer
This interface represents the wrapper for ASN1Integer that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1ObjectIdentifier
This interface represents the wrapper for ASN1ObjectIdentifier that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1OctetString
This interface represents the wrapper for ASN1OctetString that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Primitive
This interface represents the wrapper for ASN1Primitive that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Sequence
This interface represents the wrapper for ASN1Sequence that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1Set
This interface represents the wrapper for ASN1Set that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1TaggedObject
This interface represents the wrapper for ASN1TaggedObject that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IASN1UTCTime
This interface represents the wrapper for ASN1UTCTime that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERIA5String
This interface represents the wrapper for DERIA5String that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERNull
This interface represents the wrapper for DERNull that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDEROctetString
This interface represents the wrapper for DEROctetString that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERSequence
This interface represents the wrapper for DERSequence that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERSet
This interface represents the wrapper for DERSet that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDERTaggedObject
This interface represents the wrapper for DERTaggedObject that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Method and Description |
|---|---|
IASN1Encodable |
IASN1Sequence.getObjectAt(int i)
Calls actual
getObjectAt method for the wrapped ASN1Sequence object. |
IASN1Encodable |
IASN1Set.getObjectAt(int index)
Calls actual
getObjectAt method for the wrapped ASN1Set object. |
IASN1Encodable[] |
IASN1Sequence.toArray()
Calls actual
toArray method for the wrapped ASN1Sequence object. |
IASN1Encodable[] |
IASN1Set.toArray()
Calls actual
toArray method for the wrapped ASN1Set object. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPKIFailureInfo
This interface represents the wrapper for PKIFailureInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAttribute
This interface represents the wrapper for Attribute that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IContentInfo
This interface represents the wrapper for ContentInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IEncryptedContentInfo
This interface represents the wrapper for EncryptedContentInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IEnvelopedData
This interface represents the wrapper for EnvelopedData that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IIssuerAndSerialNumber
This interface represents the wrapper for IssuerAndSerialNumber that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IKeyTransRecipientInfo
This interface represents the wrapper for KeyTransRecipientInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IOriginatorInfo
This interface represents the wrapper for OriginatorInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IRecipientIdentifier
This interface represents the wrapper for RecipientIdentifier that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IRecipientInfo
This interface represents the wrapper for RecipientInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOtherHashAlgAndValue
This interface represents the wrapper for OtherHashAlgAndValue that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ISignaturePolicyId
This interface represents the wrapper for SignaturePolicyId that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ISignaturePolicyIdentifier
This interface represents the wrapper for SignaturePolicyIdentifier that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ISigPolicyQualifierInfo
This interface represents the wrapper for SigPolicyQualifierInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IESSCertID
This interface represents the wrapper for ESSCertID that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IESSCertIDv2
This interface represents the wrapper for ESSCertIDv2 that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ISigningCertificate
This interface represents the wrapper for SigningCertificate that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ISigningCertificateV2
This interface represents the wrapper for SigningCertificateV2 that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBasicOCSPResponse
This interface represents the wrapper for BasicOCSPResponse that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IOCSPResponse
This interface represents the wrapper for OCSPResponse that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IOCSPResponseStatus
This interface represents the wrapper for OCSPResponseStatus that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IResponseBytes
This interface represents the wrapper for ResponseBytes that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPrivateKeyInfo
This interface represents the wrapper for PrivateKeyInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IRSASSAPSSParams
Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMessageImprint
This interface represents the wrapper for MessageImprint that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ITSTInfo
This interface represents the wrapper for TSTInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IX500Name
This interface represents the wrapper for X500Name that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAlgorithmIdentifier
This interface represents the wrapper for AlgorithmIdentifier that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IAuthorityKeyIdentifier
This interface represents the wrapper for AuthorityKeyIdentifier that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IBasicConstraints
This interface represents the wrapper for BasicConstraints that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ICRLDistPoint
This interface represents the wrapper for CRLDistPoint that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ICRLReason
This interface represents the wrapper for CRLReason that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDistributionPoint
This interface represents the wrapper for DistributionPoint that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IDistributionPointName
This interface represents the wrapper for DistributionPointName that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IExtendedKeyUsage
This interface represents the wrapper for ExtendedKeyUsage that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IExtension
This interface represents the wrapper for Extension that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IExtensions
This interface represents the wrapper for Extensions that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IGeneralName
This interface represents the wrapper for GeneralName that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IGeneralNames
This interface represents the wrapper for GeneralNames that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IIssuingDistributionPoint
This interface represents the wrapper for IssuingDistributionPoint that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IKeyPurposeId
This interface represents the wrapper for KeyPurposeId that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IKeyUsage
This interface represents the wrapper for KeyUsage that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
IReasonFlags
This interface represents the wrapper for ReasonFlags that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ISubjectKeyIdentifier
This interface represents the wrapper for SubjectKeyIdentifier that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ISubjectPublicKeyInfo
This interface represents the wrapper for SubjectPublicKeyInfo that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ITBSCertificate
This interface represents the wrapper for TBSCertificate that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
interface |
ITime
This interface represents the wrapper for Time that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
|
| Modifier and Type | Method and Description |
|---|---|
IASN1Encodable |
IDistributionPointName.getName()
Calls actual
getName method for the wrapped DistributionPointName object. |
IASN1Encodable |
IAlgorithmIdentifier.getParameters()
Calls actual
getParameters method for the wrapped AlgorithmIdentifier object. |
| Modifier and Type | Method and Description |
|---|---|
IX509v2CRLBuilder |
IX509v2CRLBuilder.addExtension(IASN1ObjectIdentifier objectIdentifier,
boolean isCritical,
IASN1Encodable extension)
Calls actual
addExtension method for the wrapped X509v2CRLBuilder object. |
| Modifier and Type | Method and Description |
|---|---|
IJcaX509v3CertificateBuilder |
IJcaX509v3CertificateBuilder.addExtension(IASN1ObjectIdentifier extensionOID,
boolean critical,
IASN1Encodable extensionValue)
Calls actual
addExtension method for the wrapped JcaX509v3CertificateBuilder object. |
| Modifier and Type | Method and Description |
|---|---|
IASN1Encodable |
IBasicOCSPResp.getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier)
Gets parsed value of the extension retrieved using actual
getExtension method
for the wrapped BasicOCSPResp object. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.