D | WrappedKey.java | 43 public class WrappedKey { class 64 public static WrappedKey fromSecretKey(PlatformEncryptionKey wrappingKey, SecretKey key, in fromSecretKey() 100 return new WrappedKey( in fromSecretKey() 118 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, in WrappedKey() method in WrappedKey 136 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, in WrappedKey() method in WrappedKey 202 Map<String, WrappedKey> wrappedKeys) in unwrapKeys() 210 WrappedKey wrappedKey = wrappedKeys.get(alias); in unwrapKeys()
|