Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1OctetString
-
-
Uses of IASN1OctetString in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1OctetString Modifier and Type Method Description IASN1OctetString
BouncyCastleFactory. createASN1OctetString(byte[] bytes)
Create ASN1 Octet string wrapper frombyte[]
.IASN1OctetString
BouncyCastleFactory. createASN1OctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.IASN1OctetString
BouncyCastleFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.Methods in com.itextpdf.bouncycastle with parameters of type IASN1OctetString Modifier and Type Method Description IEncryptedContentInfo
BouncyCastleFactory. 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
BouncyCastleFactory. createExtension(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString)
Create extension wrapper from ASN1 Object identifier wrapper,boolean
and ASN1 Octet string wrapper.IKeyTransRecipientInfo
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.IOtherHashAlgAndValue
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
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1OctetString Modifier and Type Class Description class
ASN1OctetStringBC
Wrapper class forASN1OctetString
.class
DEROctetStringBC
Wrapper class forDEROctetString
. -
Uses of IASN1OctetString in com.itextpdf.bouncycastle.asn1.cms
Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IASN1OctetString Constructor Description EncryptedContentInfoBC(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
Constructors in com.itextpdf.bouncycastle.asn1.esf with parameters of type IASN1OctetString Constructor Description OtherHashAlgAndValueBC(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
Creates new wrapper instance forOtherHashAlgAndValue
. -
Uses of IASN1OctetString in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1OctetString Modifier and Type Method Description IASN1OctetString
BouncyCastleDefaultFactory. createASN1OctetString(byte[] bytes)
IASN1OctetString
BouncyCastleDefaultFactory. createASN1OctetString(IASN1Encodable encodable)
IASN1OctetString
BouncyCastleDefaultFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1OctetString Modifier and Type Method Description IEncryptedContentInfo
BouncyCastleDefaultFactory. createEncryptedContentInfo(IASN1ObjectIdentifier data, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
IExtension
BouncyCastleDefaultFactory. createExtension(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString)
IKeyTransRecipientInfo
BouncyCastleDefaultFactory. createKeyTransRecipientInfo(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
IOtherHashAlgAndValue
BouncyCastleDefaultFactory. createOtherHashAlgAndValue(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
-
Uses of IASN1OctetString in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1OctetString Modifier and Type Method Description IASN1OctetString
IBouncyCastleFactory. createASN1OctetString(byte[] bytes)
Create ASN1 Octet string wrapper frombyte[]
.IASN1OctetString
IBouncyCastleFactory. createASN1OctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to the ASN1 Octet string wrapper.IASN1OctetString
IBouncyCastleFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1OctetString Modifier and Type Method Description 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.IKeyTransRecipientInfo
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.IOtherHashAlgAndValue
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
Subinterfaces of IASN1OctetString in com.itextpdf.commons.bouncycastle.asn1 Modifier and Type Interface Description interface
IDEROctetString
This interface represents the wrapper for DEROctetString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1OctetString in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms declared as IASN1OctetString Modifier and Type Field Description private IASN1OctetString
EncapsulatedContentInfo. eContent
Optional.Methods in com.itextpdf.signatures.cms that return IASN1OctetString Modifier and Type Method Description IASN1OctetString
EncapsulatedContentInfo. getContent()
Returns the content.Constructors in com.itextpdf.signatures.cms with parameters of type IASN1OctetString Constructor Description EncapsulatedContentInfo(java.lang.String eContentType, IASN1OctetString eContent)
Creates an EncapsulatedContentInfo with contenttype and content.
-