Class ContentInfoBC

    • Constructor Detail

      • ContentInfoBC

        public ContentInfoBC​(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
        Creates new wrapper instance for ContentInfo.
        Parameters:
        contentInfo - ContentInfo to be wrapped
      • ContentInfoBC

        public ContentInfoBC​(IASN1ObjectIdentifier objectIdentifier,
                             IASN1Encodable encodable)
        Creates new wrapper instance for ContentInfo.
        Parameters:
        objectIdentifier - ASN1ObjectIdentifier wrapper
        encodable - ASN1Encodable wrapper
    • Method Detail

      • getContentInfo

        public org.bouncycastle.asn1.cms.ContentInfo getContentInfo()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped ContentInfo.