Class PKCSObjectIdentifiersBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.pcks.PKCSObjectIdentifiersBC
- All Implemented Interfaces:
IPKCSObjectIdentifiers
Wrapper class for
PKCSObjectIdentifiers.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ASN1ObjectIdentifierBCprivate static final ASN1ObjectIdentifierBCprivate static final ASN1ObjectIdentifierBCprivate static final ASN1ObjectIdentifierBCprivate static final ASN1ObjectIdentifierBCprivate static final PKCSObjectIdentifiersBCprivate final org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers -
Constructor Summary
ConstructorsConstructorDescriptionPKCSObjectIdentifiersBC(org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers) Creates new wrapper instance forPKCSObjectIdentifiers. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.getData()Getsdataconstant for the wrapped PKCSObjectIdentifiers.GetsenvelopedDataconstant for the wrapped PKCSObjectIdentifiers.Getsid_aa_ets_sigPolicyIdconstant for the wrapped PKCSObjectIdentifiers.Getsid_aa_signatureTimeStampTokenconstant for the wrapped PKCSObjectIdentifiers.Getsid_spq_ets_uriconstant for the wrapped PKCSObjectIdentifiers.static PKCSObjectIdentifiersBCGets wrapper instance.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiersGets actual org.bouncycastle object being wrapped.inthashCode()Returns a hash code value based on the wrapped object.toString()DelegatestoStringmethod call to the wrapped object.
-
Field Details
-
INSTANCE
-
ID_AA_ETS_SIG_POLICY_ID
-
ID_AA_SIGNATURE_TIME_STAMP_TOKEN
-
ID_SPQ_ETS_URI
-
ENVELOPED_DATA
-
DATA
-
pkcsObjectIdentifiers
private final org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers
-
-
Constructor Details
-
PKCSObjectIdentifiersBC
public PKCSObjectIdentifiersBC(org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers) Creates new wrapper instance forPKCSObjectIdentifiers.- Parameters:
pkcsObjectIdentifiers-PKCSObjectIdentifiersto be wrapped
-
-
Method Details
-
getInstance
Gets wrapper instance.- Returns:
PKCSObjectIdentifiersBCinstance.
-
getPKCSObjectIdentifiers
public org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers getPKCSObjectIdentifiers()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
PKCSObjectIdentifiers.
-
getIdAaSignatureTimeStampToken
Getsid_aa_signatureTimeStampTokenconstant for the wrapped PKCSObjectIdentifiers.- Specified by:
getIdAaSignatureTimeStampTokenin interfaceIPKCSObjectIdentifiers- Returns:
- PKCSObjectIdentifiers.id_aa_signatureTimeStampToken wrapper.
-
getIdAaEtsSigPolicyId
Getsid_aa_ets_sigPolicyIdconstant for the wrapped PKCSObjectIdentifiers.- Specified by:
getIdAaEtsSigPolicyIdin interfaceIPKCSObjectIdentifiers- Returns:
- PKCSObjectIdentifiers.id_aa_ets_sigPolicyId wrapper.
-
getIdSpqEtsUri
Getsid_spq_ets_uriconstant for the wrapped PKCSObjectIdentifiers.- Specified by:
getIdSpqEtsUriin interfaceIPKCSObjectIdentifiers- Returns:
- PKCSObjectIdentifiers.id_spq_ets_uri wrapper.
-
getEnvelopedData
GetsenvelopedDataconstant for the wrapped PKCSObjectIdentifiers.- Specified by:
getEnvelopedDatain interfaceIPKCSObjectIdentifiers- Returns:
- PKCSObjectIdentifiers.envelopedData wrapper.
-
getData
Getsdataconstant for the wrapped PKCSObjectIdentifiers.- Specified by:
getDatain interfaceIPKCSObjectIdentifiers- Returns:
- PKCSObjectIdentifiers.data wrapper.
-
equals
-
hashCode
-
toString
-