| Modifier and Type | Method and Description |
|---|---|
IASN1ObjectIdentifier |
IBouncyCastleFactory.createASN1ObjectIdentifier(IASN1Encodable encodable)
Cast ASN1 encodable wrapper to the ASN1 object identifier wrapper.
|
IASN1ObjectIdentifier |
IBouncyCastleFactory.createASN1ObjectIdentifier(String str)
Create ASN1 Object identifier wrapper from
String. |
IASN1ObjectIdentifier |
IBouncyCastleFactory.createASN1ObjectIdentifierInstance(Object object)
Create ASN1 Object identifier wrapper from
Object using getInstance method call. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
IBouncyCastleFactory.createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm)
Create algorithm identifier wrapper from ASN1 Object identifier wrapper.
|
IAlgorithmIdentifier |
IBouncyCastleFactory.createAlgorithmIdentifier(IASN1ObjectIdentifier algorithm,
IASN1Encodable parameters)
Create algorithm identifier wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper
for the parameters.
|
IAttribute |
IBouncyCastleFactory.createAttribute(IASN1ObjectIdentifier attrType,
IASN1Set attrValues)
Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.
|
IContentInfo |
IBouncyCastleFactory.createContentInfo(IASN1ObjectIdentifier objectIdentifier,
IASN1Encodable encodable)
Create content info wrapper from ASN1 Object identifier wrapper and ASN1 Encodable wrapper.
|
IEncryptedContentInfo |
IBouncyCastleFactory.createEncryptedContentInfo(IASN1ObjectIdentifier data,
IAlgorithmIdentifier algorithmIdentifier,
IASN1OctetString octetString)
Create encrypted content info wrapper from ASN1 Object identifier wrapper,
algorithm identifier wrapper and ASN1 Octet string wrapper.
|
IExtension |
IBouncyCastleFactory.createExtension(IASN1ObjectIdentifier objectIdentifier,
boolean critical,
IASN1OctetString octetString)
Create extension wrapper from ASN1 Object identifier wrapper,
boolean and ASN1 Octet string wrapper. |
IKeyPurposeId |
IBouncyCastleFactory.createKeyPurposeId(IASN1ObjectIdentifier objectIdentifier)
Create key purpose id wrapper from
IASN1ObjectIdentifier. |
IResponseBytes |
IBouncyCastleFactory.createResponseBytes(IASN1ObjectIdentifier asn1ObjectIdentifier,
IDEROctetString derOctetString)
Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.
|
IRSASSAPSSParams |
IBouncyCastleFactory.createRSASSAPSSParamsWithMGF1(IASN1ObjectIdentifier digestAlgoOid,
int saltLen,
int trailerField)
Create a RSASSA-PSS params wrapper from a digest algorithm OID, a salt length and a trailer field length.
|
ISignaturePolicyId |
IBouncyCastleFactory.createSignaturePolicyId(IASN1ObjectIdentifier objectIdentifier,
IOtherHashAlgAndValue algAndValue)
Create signature policy id wrapper from ASN1 Object identifier wrapper and other hash alg and value wrapper.
|
ISignaturePolicyId |
IBouncyCastleFactory.createSignaturePolicyId(IASN1ObjectIdentifier objectIdentifier,
IOtherHashAlgAndValue algAndValue,
ISigPolicyQualifierInfo... policyQualifiers)
Create signature policy id wrapper from ASN1 Object identifier wrapper, other hash alg and value wrapper
and sig policy qualifier info wrappers.
|
ISigPolicyQualifierInfo |
IBouncyCastleFactory.createSigPolicyQualifierInfo(IASN1ObjectIdentifier objectIdentifier,
IDERIA5String string)
Create sig policy qualifier info wrapper from ASN1 Object identifier wrapper and DERIA5 String wrapper.
|
ITimeStampTokenGenerator |
IBouncyCastleFactory.createTimeStampTokenGenerator(ISignerInfoGenerator siGen,
IDigestCalculator dgCalc,
IASN1ObjectIdentifier policy)
Create timestamp token generator wrapper from signer info generator wrapper,
digest calculator wrapper and ASN1 Object identifier wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
IAttribute |
IAttributeTable.get(IASN1ObjectIdentifier oid)
Calls actual
get method for the wrapped AttributeTable object. |
| Modifier and Type | Method and Description |
|---|---|
IASN1ObjectIdentifier |
IOCSPObjectIdentifiers.getIdPkixOcspArchiveCutoff()
Gets
id_pkix_ocsp_archive_cutoff constant for the wrapped OCSPObjectIdentifiers. |
IASN1ObjectIdentifier |
IOCSPObjectIdentifiers.getIdPkixOcspBasic()
Gets
id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers. |
IASN1ObjectIdentifier |
IOCSPObjectIdentifiers.getIdPkixOcspNoCheck()
Gets
id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers. |
IASN1ObjectIdentifier |
IOCSPObjectIdentifiers.getIdPkixOcspNonce()
Gets
id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers. |
| Modifier and Type | Method and Description |
|---|---|
IASN1ObjectIdentifier |
IPKCSObjectIdentifiers.getData()
Gets
data constant for the wrapped PKCSObjectIdentifiers. |
IASN1ObjectIdentifier |
IPKCSObjectIdentifiers.getEnvelopedData()
Gets
envelopedData constant for the wrapped PKCSObjectIdentifiers. |
IASN1ObjectIdentifier |
IPKCSObjectIdentifiers.getIdAaEtsSigPolicyId()
Gets
id_aa_ets_sigPolicyId constant for the wrapped PKCSObjectIdentifiers. |
IASN1ObjectIdentifier |
IPKCSObjectIdentifiers.getIdAaSignatureTimeStampToken()
Gets
id_aa_signatureTimeStampToken constant for the wrapped PKCSObjectIdentifiers. |
IASN1ObjectIdentifier |
IPKCSObjectIdentifiers.getIdSpqEtsUri()
Gets
id_spq_ets_uri constant for the wrapped PKCSObjectIdentifiers. |
| Modifier and Type | Method and Description |
|---|---|
IASN1ObjectIdentifier |
IAlgorithmIdentifier.getAlgorithm()
Calls actual
getAlgorithm method for the wrapped AlgorithmIdentifier object. |
IASN1ObjectIdentifier |
IExtension.getAuthorityInfoAccess()
Gets
authorityInfoAccess constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getAuthorityKeyIdentifier()
Gets
authorityKeyIdentifier constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getBasicConstraints()
Gets
basicConstraints constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getCRlDistributionPoints()
Gets
cRLDistributionPoints constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getExpiredCertsOnCRL()
Gets
expiredCertsOnCRL constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getExtendedKeyUsage()
Gets
extendedKeyUsage constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getIssuingDistributionPoint()
Gets
issuingDistributionPoint constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getKeyUsage()
Gets
keyUsage constant for the wrapped Extension. |
IASN1ObjectIdentifier |
IExtension.getSubjectKeyIdentifier()
Gets
subjectKeyIdentifier constant for the wrapped Extension. |
| 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 |
|---|---|
IASN1ObjectIdentifier |
ICertificateID.getHashAlgOID()
Calls actual
getHashAlgOID method for the wrapped CertificateID object. |
| Modifier and Type | Method and Description |
|---|---|
IExtension |
IOCSPReq.getExtension(IASN1ObjectIdentifier objectIdentifier)
Calls actual
getExtension method for the wrapped OCSPReq object. |
IASN1Encodable |
IBasicOCSPResp.getExtensionParsedValue(IASN1ObjectIdentifier objectIdentifier)
Gets parsed value of the extension retrieved using actual
getExtension method
for the wrapped BasicOCSPResp object. |
| Modifier and Type | Method and Description |
|---|---|
ITimeStampRequest |
ITimeStampRequestGenerator.generate(IASN1ObjectIdentifier objectIdentifier,
byte[] imprint,
BigInteger nonce)
Calls actual
generate method for the wrapped TimeStampRequestGenerator object. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.