Home
last modified time | relevance | path

Searched refs:unsignedAttributeTable (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformation.java280 AttributeTable unsignedAttributeTable = getUnsignedAttributes(); in getCounterSignatures() local
281 if (unsignedAttributeTable == null) in getCounterSignatures()
293 … ASN1EncodableVector allCSAttrs = unsignedAttributeTable.getAll(CMSAttributes.counterSignature); in getCounterSignatures()