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.org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. -
-
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(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
Return the first attribute matching the OBJECT IDENTIFIER oid.Attribute[]
Attributes. getAttributes()
static Attribute
Attribute. getInstance(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. -
Uses of Attribute in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return Attribute Modifier and Type Method Description Attribute[]
CryptoInfos. getAttributes()
Constructors in org.bouncycastle.asn1.tsp with parameters of type Attribute Constructor Description CryptoInfos(Attribute[] attrs)
-