Class CMSTypedStream

    • Constructor Detail

      • CMSTypedStream

        public CMSTypedStream​(InputStream in)
      • CMSTypedStream

        public CMSTypedStream​(String oid,
                              InputStream in,
                              int bufSize)
      • CMSTypedStream

        public CMSTypedStream​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                              InputStream in)
      • CMSTypedStream

        public CMSTypedStream​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                              InputStream in,
                              int bufSize)
      • CMSTypedStream

        protected CMSTypedStream​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
    • Method Detail

      • getContentType

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
      • getContentStream

        public InputStream getContentStream()