Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java51 private final int attestationSecurityLevel; field in Attestation
73attestationSecurityLevel = Asn1Utils.getIntegerFromAsn1(seq.getObjectAt(ATTESTATION_SECURITY_LEVEL… in Attestation()
86 public static String securityLevelToString(int attestationSecurityLevel) { in securityLevelToString() argument
87 switch (attestationSecurityLevel) { in securityLevelToString()
104 return attestationSecurityLevel; in getAttestationSecurityLevel()
139 s.append("\nAttest security: " + securityLevelToString(attestationSecurityLevel)); in toString()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java66 private SecurityLevel attestationSecurityLevel; field in ParsedAttestationRecord
80 return attestationSecurityLevel; in getAttestationSecurityLevel()
88 return attestationSecurityLevel; in getKeymasterSecurityLevel()
190 this.attestationSecurityLevel = in ParsedAttestationRecord()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java957 int attestationSecurityLevel = attestation.getAttestationSecurityLevel(); in checkDeviceLocked() local
958 switch (attestationSecurityLevel) { in checkDeviceLocked()
962 attestation.getKeymasterSecurityLevel(), is(attestationSecurityLevel)); in checkDeviceLocked()
976 attestation.securityLevelToString(attestationSecurityLevel)); in checkDeviceLocked()