Uses of Class
org.bouncycastle.asn1.cms.Attribute
-
Packages that use Attribute 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).org.bouncycastle.asn1.smime Support classes useful for encoding and supporting S/MIME. -
-
Uses of Attribute in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return Attribute Modifier and Type Method Description Attribute
AttributeTable. get(ASN1ObjectIdentifier oid)
Return the first attribute matching the OBJECT IDENTIFIER oid.Attribute[]
Attributes. getAttributes()
static Attribute
Attribute. getInstance(java.lang.Object o)
Return an Attribute object from the given object.Constructors in org.bouncycastle.asn1.cms with parameters of type Attribute Constructor Description AttributeTable(Attribute attr)
-
Uses of Attribute in org.bouncycastle.asn1.smime
Subclasses of Attribute in org.bouncycastle.asn1.smime Modifier and Type Class Description class
SMIMECapabilitiesAttribute
class
SMIMEEncryptionKeyPreferenceAttribute
The SMIMEEncryptionKeyPreference object.
-