Class AttributeBC

    • Constructor Detail

      • AttributeBC

        public AttributeBC​(org.bouncycastle.asn1.cms.Attribute attribute)
        Creates new wrapper instance for Attribute.
        Parameters:
        attribute - Attribute to be wrapped
    • Method Detail

      • getAttribute

        public org.bouncycastle.asn1.cms.Attribute getAttribute()
        Gets actual org.bouncycastle object being wrapped.
        Returns:
        wrapped Attribute.
      • getAttrValues

        public IASN1Set getAttrValues()
        Calls actual getAttrValues method for the wrapped Attribute object.
        Specified by:
        getAttrValues in interface IAttribute
        Returns:
        IASN1Set wrapped attribute values.