HomeSort by relevance Sort by last modified time
    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