Searched refs:dynAuthKeyCerts (Results 1 – 3 of 3) sorted by relevance
179 Collection<X509Certificate> dynAuthKeyCerts = credential.getAuthKeysNeedingCertification(); in provisionFoo() local180 credential.storeStaticAuthenticationData(dynAuthKeyCerts.iterator().next(), new byte[0]); in provisionFoo()
277 Collection<X509Certificate> dynAuthKeyCerts = credential.getAuthKeysNeedingCertification(); in doTestUserAuth() local278 credential.storeStaticAuthenticationData(dynAuthKeyCerts.iterator().next(), new byte[0]); in doTestUserAuth()
271 Collection<X509Certificate> dynAuthKeyCerts = credential.getAuthKeysNeedingCertification(); in readerAuth() local272 credential.storeStaticAuthenticationData(dynAuthKeyCerts.iterator().next(), new byte[0]); in readerAuth()