ASN1Pkcs12Attribute constructor

ASN1Pkcs12Attribute(
  1. ASN1ObjectIdentifier attrId,
  2. ASN1Set attrValues
)

Implementation

ASN1Pkcs12Attribute(this.attrId, this.attrValues);