Class ASN1EncodableBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
- All Implemented Interfaces:
IASN1Encodable
- Direct Known Subclasses:
AlgorithmIdentifierBC, ASN1PrimitiveBC, AttributeBC, AuthorityKeyIdentifierBC, BasicConstraintsBC, BasicOCSPResponseBC, ContentInfoBC, CRLDistPointBC, CRLReasonBC, DistributionPointBC, DistributionPointNameBC, EncryptedContentInfoBC, EnvelopedDataBC, ESSCertIDBC, ESSCertIDv2BC, ExtendedKeyUsageBC, ExtensionBC, ExtensionsBC, GeneralNameBC, GeneralNamesBC, IssuerAndSerialNumberBC, IssuingDistributionPointBC, KeyPurposeIdBC, KeyTransRecipientInfoBC, KeyUsageBC, MessageImprintBC, OCSPResponseBC, OCSPResponseStatusBC, OriginatorInfoBC, OtherHashAlgAndValueBC, PrivateKeyInfoBC, RecipientIdentifierBC, RecipientInfoBC, ResponseBytesBC, RSASSAPSSParamsBC, SignaturePolicyIdBC, SignaturePolicyIdentifierBC, SigningCertificateBC, SigningCertificateV2BC, SigPolicyQualifierInfoBC, SubjectKeyIdentifierBC, SubjectPublicKeyInfoBC, TBSCertificateBC, TimeBC, TSTInfoBC, X500NameBC
Wrapper class for
ASN1Encodable.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionASN1EncodableBC(org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forASN1Encodable. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.org.bouncycastle.asn1.ASN1EncodableGets actual org.bouncycastle object being wrapped.inthashCode()Returns a hash code value based on the wrapped object.booleanisNull()Checks if wrapped object is null.Calls actualtoASN1Primitivemethod for the wrapped ASN1Encodable object.toString()DelegatestoStringmethod call to the wrapped object.
-
Field Details
-
encodable
private final org.bouncycastle.asn1.ASN1Encodable encodable
-
-
Constructor Details
-
ASN1EncodableBC
public ASN1EncodableBC(org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forASN1Encodable.- Parameters:
encodable-ASN1Encodableto be wrapped
-
-
Method Details
-
getEncodable
public org.bouncycastle.asn1.ASN1Encodable getEncodable()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
ASN1Encodable.
-
toASN1Primitive
Calls actualtoASN1Primitivemethod for the wrapped ASN1Encodable object.- Specified by:
toASN1Primitivein interfaceIASN1Encodable- Returns:
IASN1Primitivewrapped ASN1Primitive object.
-
isNull
public boolean isNull()Checks if wrapped object is null.- Specified by:
isNullin interfaceIASN1Encodable- Returns:
- true if
nullis wrapped, false otherwise.
-
equals
-
hashCode
-
toString
-