Searched refs:getIntegerFromAsn1 (Results 1 – 1 of 1) sorted by relevance
295 this.mAttestationVersion = getIntegerFromAsn1( in AndroidKeystoreAttestationVerificationAttributes()303 this.mKeymasterVersion = getIntegerFromAsn1( in AndroidKeystoreAttestationVerificationAttributes()357 this.mKeyOsVersion = getIntegerFromAsn1(taggedEntry.getObject()); in AndroidKeystoreAttestationVerificationAttributes()360 this.mKeyOsPatchLevel = getIntegerFromAsn1(taggedEntry.getObject()); in AndroidKeystoreAttestationVerificationAttributes()372 this.mKeyVendorPatchLevel = getIntegerFromAsn1(taggedEntry.getObject()); in AndroidKeystoreAttestationVerificationAttributes()375 this.mKeyBootPatchLevel = getIntegerFromAsn1(taggedEntry.getObject()); in AndroidKeystoreAttestationVerificationAttributes()448 private int getIntegerFromAsn1(ASN1Encodable asn1) { in getIntegerFromAsn1() method in AndroidKeystoreAttestationVerificationAttributes