I have a DER encoded byte[] that I am trying to add as an Attribute Certificate attribute.
I am using the X509Generator, but the AddAttribute method requires an ASN1Encodable or Vector. Does anybody know how to create either of those from an already encode DER byte []?