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 401 ASN1Primitive validContentType = getSingleValuedSignedAttribute(
403 if (validContentType == null)
417 if (!(validContentType instanceof ASN1ObjectIdentifier))
422 ASN1ObjectIdentifier signedContentType = (ASN1ObjectIdentifier)validContentType;

Completed in 136 milliseconds