Home
last modified time | relevance | path

Searched refs:getAttestationSecurityLevel (Results 1 – 5 of 5) sorted by relevance

/cts/tests/security/src/android/keystore/cts/
DAttestation.java116 public abstract int getAttestationSecurityLevel(); in getAttestationSecurityLevel() method in Attestation
154 s.append("\nAttest security: " + securityLevelToString(getAttestationSecurityLevel())); in toString()
DAsn1Attestation.java79 public int getAttestationSecurityLevel() { in getAttestationSecurityLevel() method in Asn1Attestation
DEatAttestation.java115 public int getAttestationSecurityLevel() { in getAttestationSecurityLevel() method in EatAttestation
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java79 public SecurityLevel getAttestationSecurityLevel() { in getAttestationSecurityLevel() method in ParsedAttestationRecord
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1059 switch (attestation.getAttestationSecurityLevel()) { in checkAttestationSecurityLevelDependentParams()
1091 + attestation.getAttestationSecurityLevel()); in checkAttestationSecurityLevelDependentParams()
1103 int attestationSecurityLevel = attestation.getAttestationSecurityLevel(); in checkDeviceLocked()