Uses of Class
org.bouncycastle.asn1.cms.AttributeTable
-
Packages that use AttributeTable Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630). -
-
Uses of AttributeTable in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return AttributeTable Modifier and Type Method Description AttributeTable
AttributeTable. add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)
Return a new table with the passed in attribute added.AttributeTable
AttributeTable. remove(ASN1ObjectIdentifier attrType)
-