Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1OctetString
Package
Description
-
Uses of IASN1OctetString in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createASN1OctetString
(byte[] bytes) Create ASN1 Octet string wrapper frombyte[]
.BouncyCastleFactory.createASN1OctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.BouncyCastleFactory.createASN1OctetString
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.Modifier and TypeMethodDescriptionBouncyCastleFactory.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.BouncyCastleFactory.createExtension
(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString) Create extension wrapper from ASN1 Object identifier wrapper,boolean
and ASN1 Octet string wrapper.BouncyCastleFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.BouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IASN1OctetString in com.itextpdf.bouncycastle.asn1
Modifier and TypeClassDescriptionclass
Wrapper class forASN1OctetString
.class
Wrapper class forDEROctetString
. -
Uses of IASN1OctetString in com.itextpdf.bouncycastle.asn1.cms
ModifierConstructorDescriptionEncryptedContentInfoBC
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forEncryptedContentInfo
.KeyTransRecipientInfoBC
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo
. -
Uses of IASN1OctetString in com.itextpdf.bouncycastle.asn1.esf
ModifierConstructorDescriptionOtherHashAlgAndValueBC
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
. -
Uses of IASN1OctetString in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createASN1OctetString
(byte[] bytes) Create ASN1 Octet string wrapper frombyte[]
.BouncyCastleFipsFactory.createASN1OctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.BouncyCastleFipsFactory.createASN1OctetString
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.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.BouncyCastleFipsFactory.createExtension
(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString) Create extension wrapper from ASN1 Object identifier wrapper,boolean
and ASN1 Octet string wrapper.BouncyCastleFipsFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.BouncyCastleFipsFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IASN1OctetString in com.itextpdf.bouncycastlefips.asn1
Modifier and TypeClassDescriptionclass
Wrapper class forASN1OctetString
.class
Wrapper class forDEROctetString
. -
Uses of IASN1OctetString in com.itextpdf.bouncycastlefips.asn1.cms
ModifierConstructorDescriptionEncryptedContentInfoBCFips
(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forEncryptedContentInfo
.KeyTransRecipientInfoBCFips
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo
. -
Uses of IASN1OctetString in com.itextpdf.bouncycastlefips.asn1.esf
ModifierConstructorDescriptionOtherHashAlgAndValueBCFips
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forOtherHashAlgAndValue
. -
Uses of IASN1OctetString in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createASN1OctetString
(byte[] bytes) Create ASN1 Octet string wrapper frombyte[]
.IBouncyCastleFactory.createASN1OctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.IBouncyCastleFactory.createASN1OctetString
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.Modifier and TypeMethodDescriptionIBouncyCastleFactory.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.IBouncyCastleFactory.createExtension
(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString) Create extension wrapper from ASN1 Object identifier wrapper,boolean
and ASN1 Octet string wrapper.IBouncyCastleFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.IBouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IASN1OctetString in com.itextpdf.commons.bouncycastle.asn1
Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for DEROctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.