Uses of Class
org.bouncycastle.asn1.cms.AttributeTable
| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.cms |
-
Uses of AttributeTable in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return AttributeTable Modifier and Type Method Description AttributeTableAttributeTable. add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)Return a new table with the passed in attribute added.AttributeTableAttributeTable. remove(ASN1ObjectIdentifier attrType) -
Uses of AttributeTable in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return AttributeTable Modifier and Type Method Description AttributeTableCMSAttributeTableGenerator. getAttributes(Map parameters)AttributeTableDefaultSignedAttributeTableGenerator. getAttributes(Map parameters)AttributeTableSimpleAttributeTableGenerator. getAttributes(Map parameters)AttributeTableSignerInformation. getSignedAttributes()return a table of the signed attributes - indexed by the OID of the attribute.AttributeTableSignerInformation. getUnsignedAttributes()return a table of the unsigned attributes indexed by the OID of the attribute.Methods in org.bouncycastle.cms with parameters of type AttributeTable Modifier and Type Method Description voidCMSSignedDataGenerator. addSigner(PrivateKey key, byte[] subjectKeyID, String encryptionOID, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr)Deprecated.use addSignerInfoGeneratorvoidCMSSignedDataGenerator. addSigner(PrivateKey key, byte[] subjectKeyID, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr)Deprecated.use addSignerInfoGeneratorvoidCMSSignedDataGenerator. addSigner(PrivateKey key, X509Certificate cert, String encryptionOID, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr)Deprecated.use addSignerInfoGeneratorvoidCMSSignedDataGenerator. addSigner(PrivateKey key, X509Certificate cert, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr)Deprecated.use addSignerInfoGeneratorprotected ASN1SetCMSSignedGenerator. getAttributeSet(AttributeTable attr)static SignerInformationSignerInformation. replaceUnsignedAttributes(SignerInformation signerInformation, AttributeTable unsignedAttributes)Return a signer information object with the passed in unsigned attributes replacing the ones that are current associated with the object passed in.Constructors in org.bouncycastle.cms with parameters of type AttributeTable Constructor Description DefaultSignedAttributeTableGenerator(AttributeTable attributeTable)Initialise with some extra attributes or overrides.SimpleAttributeTableGenerator(AttributeTable attributes)