public class EncryptionKeyInfo extends Object
EncryptionKeyInfo()
EncryptionKeyInfo(byte[] key, Map<String,String> metadata)
byte[]
getKey()
Map<String,String>
getMetadata()
void
setKey(byte[] key)
setMetadata(Map<String,String> metadata)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EncryptionKeyInfo()
public EncryptionKeyInfo(byte[] key, Map<String,String> metadata)
public byte[] getKey()
public void setKey(byte[] key)
public Map<String,String> getMetadata()
public void setMetadata(Map<String,String> metadata)
Copyright © 2017–2019 Apache Software Foundation. All rights reserved.