Home
last modified time | relevance | path

Searched defs:toKeymaster (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java132 public static int toKeymaster(@PurposeEnum int purpose) { in toKeymaster() method in KeyProperties.Purpose
383 public static int toKeymaster(@NonNull @BlockModeEnum String blockMode) { in toKeymaster() method in KeyProperties.BlockMode
478 public static int toKeymaster(@NonNull @EncryptionPaddingEnum String padding) { in toKeymaster() method in KeyProperties.EncryptionPadding
552 public static int toKeymaster(@NonNull @SignaturePaddingEnum String padding) { in toKeymaster() method in KeyProperties.SignaturePadding
645 public static int toKeymaster(@NonNull @DigestEnum String digest) { in toKeymaster() method in KeyProperties.Digest
891 public static int toKeymaster(int securityLevel) { in toKeymaster() method in KeyProperties.SecurityLevel