Searched refs:encryptedKeyMaterial (Results 1 – 3 of 3) sorted by relevance
86 public @NonNull Builder setEncryptedKeyMaterial(@NonNull byte[] encryptedKeyMaterial) { in setEncryptedKeyMaterial() argument87 mInstance.mEncryptedKeyMaterial = encryptedKeyMaterial; in setEncryptedKeyMaterial()122 public WrappedApplicationKey(@NonNull String alias, @NonNull byte[] encryptedKeyMaterial) { in WrappedApplicationKey() argument124 mEncryptedKeyMaterial = Objects.requireNonNull(encryptedKeyMaterial); in WrappedApplicationKey()
81 byte[] encryptedKeyMaterial; in fromSecretKey()83 encryptedKeyMaterial = cipher.wrap(key); in fromSecretKey()102 /*keyMaterial=*/ encryptedKeyMaterial, in fromSecretKey()
910 byte[] encryptedKeyMaterial = applicationKey.getEncryptedKeyMaterial(); in recoverApplicationKeys()915 encryptedKeyMaterial, keyMetadata); in recoverApplicationKeys()