Class PKCSObjectIdentifiersBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.pcks.PKCSObjectIdentifiersBC
- All Implemented Interfaces:
-
IPKCSObjectIdentifiers
Wrapper class for
PKCSObjectIdentifiers
.
-
Constructor Summary
ConstructorDescriptionPKCSObjectIdentifiersBC
(org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers) Creates new wrapper instance forPKCSObjectIdentifiers
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.getData()
Getsdata
constant for the wrapped PKCSObjectIdentifiers.GetsenvelopedData
constant for the wrapped PKCSObjectIdentifiers.Getsid_aa_ets_sigPolicyId
constant for the wrapped PKCSObjectIdentifiers.Getsid_aa_signatureTimeStampToken
constant for the wrapped PKCSObjectIdentifiers.Getsid_spq_ets_uri
constant for the wrapped PKCSObjectIdentifiers.static PKCSObjectIdentifiersBC
Gets wrapper instance.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
Gets actual org.bouncycastle object being wrapped.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.
-
Constructor Details
-
PKCSObjectIdentifiersBC
public PKCSObjectIdentifiersBC(org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers) Creates new wrapper instance forPKCSObjectIdentifiers
.- Parameters:
-
pkcsObjectIdentifiers
-PKCSObjectIdentifiers
to be wrapped
-
-
Method Details
-
getInstance
Gets wrapper instance.- Returns:
-
PKCSObjectIdentifiersBC
instance.
-
getPKCSObjectIdentifiers
public org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers getPKCSObjectIdentifiers()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
PKCSObjectIdentifiers
.
-
getIdAaSignatureTimeStampToken
Getsid_aa_signatureTimeStampToken
constant for the wrapped PKCSObjectIdentifiers.- Specified by:
-
getIdAaSignatureTimeStampToken
in interfaceIPKCSObjectIdentifiers
- Returns:
- PKCSObjectIdentifiers.id_aa_signatureTimeStampToken wrapper.
-
getIdAaEtsSigPolicyId
Getsid_aa_ets_sigPolicyId
constant for the wrapped PKCSObjectIdentifiers.- Specified by:
-
getIdAaEtsSigPolicyId
in interfaceIPKCSObjectIdentifiers
- Returns:
- PKCSObjectIdentifiers.id_aa_ets_sigPolicyId wrapper.
-
getIdSpqEtsUri
Getsid_spq_ets_uri
constant for the wrapped PKCSObjectIdentifiers.- Specified by:
-
getIdSpqEtsUri
in interfaceIPKCSObjectIdentifiers
- Returns:
- PKCSObjectIdentifiers.id_spq_ets_uri wrapper.
-
getEnvelopedData
GetsenvelopedData
constant for the wrapped PKCSObjectIdentifiers.- Specified by:
-
getEnvelopedData
in interfaceIPKCSObjectIdentifiers
- Returns:
- PKCSObjectIdentifiers.envelopedData wrapper.
-
getData
Getsdata
constant for the wrapped PKCSObjectIdentifiers.- Specified by:
-
getData
in interfaceIPKCSObjectIdentifiers
- Returns:
- PKCSObjectIdentifiers.data wrapper.
-
equals
Indicates whether some other object is "equal to" this one. Compares wrapped objects. -
hashCode
public int hashCode()Returns a hash code value based on the wrapped object. -
toString
DelegatestoString
method call to the wrapped object.
-