Searched defs:signedAttr (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedDataGenerator.java232 * @param signedAttr table of attributes to be included in signature
240 AttributeTable signedAttr,
244 addSigner(key, cert, getEncOID(key, digestOID), digestOID, signedAttr, unsignedAttr);
254 * @param signedAttr table of attributes to be included in signature
263 AttributeTable signedAttr,
268 new DefaultSignedAttributeTableGenerator(signedAttr),
269 new SimpleAttributeTableGenerator(unsignedAttr), signedAttr);
278 * @param signedAttr table of attributes to be included in signature
286 AttributeTable signedAttr,
290 addSigner(key, subjectKeyID, getEncOID(key, digestOID), digestOID, signedAttr,
236 addSigner( PrivateKey key, X509Certificate cert, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr) argument
258 addSigner( PrivateKey key, X509Certificate cert, String encryptionOID, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr) argument
282 addSigner( PrivateKey key, byte[] subjectKeyID, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr) argument
305 addSigner( PrivateKey key, byte[] subjectKeyID, String encryptionOID, String digestOID, AttributeTable signedAttr, AttributeTable unsignedAttr) argument
[all...]

Completed in 45 milliseconds