Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DKeysetManagerTest.java578 TestUtil.createKeyTemplateWithNonExistingTypeUrl(); in testRotate_bogusKeyTemplate_shouldThrowException()
643 TestUtil.createKeyTemplateWithNonExistingTypeUrl(); in testAdd_bogusKeyTemplate_shouldThrowException_proto()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DTestUtil.java207 public static KeyTemplate createKeyTemplateWithNonExistingTypeUrl() throws Exception { in createKeyTemplateWithNonExistingTypeUrl() method in TestUtil