Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java117 public static int[] allToKeymaster(@PurposeEnum int purposes) { in allToKeymaster() method in KeyProperties.Purpose
363 public static int[] allToKeymaster(@Nullable @BlockModeEnum String[] blockModes) { in allToKeymaster() method in KeyProperties.BlockMode
446 public static int[] allToKeymaster(@Nullable @EncryptionPaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.EncryptionPadding
506 static int[] allToKeymaster(@Nullable @SignaturePaddingEnum String[] paddings) { in allToKeymaster() method in KeyProperties.SignaturePadding
654 public static int[] allToKeymaster(@Nullable @DigestEnum String[] digests) { in allToKeymaster() method in KeyProperties.Digest