OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:validcontenttype
(Results
1 - 1
of
1
) sorted by null
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java
447
ASN1Primitive
validContentType
= getSingleValuedSignedAttribute(
449
if (
validContentType
== null)
463
if (!(
validContentType
instanceof ASN1ObjectIdentifier))
468
ASN1ObjectIdentifier signedContentType = (ASN1ObjectIdentifier)
validContentType
;
Completed in 135 milliseconds