Uses of Interface
org.bouncycastle.operator.InputExpanderProvider
-
Packages that use InputExpanderProvider Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE. -
-
Uses of InputExpanderProvider in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type InputExpanderProvider Modifier and Type Method Description byte[]
CMSCompressedData. getContent(InputExpanderProvider expanderProvider)
Return the uncompressed content.CMSTypedStream
CMSCompressedDataParser. getContent(InputExpanderProvider expanderProvider)
Return a typed stream which will allow the reading of the compressed content in expanded form. -
Uses of InputExpanderProvider in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement InputExpanderProvider Modifier and Type Class Description class
ZlibExpanderProvider
-