Home
last modified time | relevance | path

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

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformation.java440 ASN1Primitive validContentType = getSingleValuedSignedAttribute( in doVerify() local
442 if (validContentType == null) in doVerify()
456 if (!(validContentType instanceof ASN1ObjectIdentifier)) in doVerify()
461 ASN1ObjectIdentifier signedContentType = (ASN1ObjectIdentifier)validContentType; in doVerify()