Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DSignatureTest.java846 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenNotAuthorizedToSign()
875 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenDigestNotAuthorized()
934 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenPaddingNotAuthorized()
976 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenKeyNotYetValid()
1004 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenKeyNoLongerValidForOrigination()
1036 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignIgnoresThatKeyNoLongerValidForConsumption()
1292 private static KeyProtection getMinimalWorkingImportParamsForSigning(String algorithm) { in getMinimalWorkingImportParamsForSigning() method in SignatureTest