Searched refs:secretKey (Results 1 – 4 of 4) sorted by relevance
135 SecretKey secretKey = secretKeyFactory.generateSecret(pbeKeySpec); in test_PBEWITHHMACSHA_Variants() local137 mac.init(secretKey); in test_PBEWITHHMACSHA_Variants()
685 public SecretKeyEntry(SecretKey secretKey) { in SecretKeyEntry() argument686 if (secretKey == null) { in SecretKeyEntry()689 this.sKey = secretKey; in SecretKeyEntry()708 public SecretKeyEntry(SecretKey secretKey, Set<Attribute> attributes) { in SecretKeyEntry() argument710 if (secretKey == null || attributes == null) { in SecretKeyEntry()713 this.sKey = secretKey; in SecretKeyEntry()
256 SecretKey secretKey = keyGen.generateKey(); in testEngineEntryInstanceOf() local260 keyStore.setKeyEntry(alias, secretKey, "pwd".toCharArray(), null); in testEngineEntryInstanceOf()
448 public SecretKeyEntry(javax.crypto.SecretKey secretKey) { in SecretKeyEntry() argument453 javax.crypto.SecretKey secretKey, in SecretKeyEntry() argument