@InterfaceAudience.Private public class BlockKey extends DelegationKey
Constructor and Description |
---|
BlockKey() |
BlockKey(int keyId,
long expiryDate,
byte[] encodedKey) |
BlockKey(int keyId,
long expiryDate,
SecretKey key) |
equals, getEncodedKey, getExpiryDate, getKey, getKeyId, hashCode, readFields, setExpiryDate, write
public BlockKey()
public BlockKey(int keyId, long expiryDate, SecretKey key)
public BlockKey(int keyId, long expiryDate, byte[] encodedKey)
Copyright © 2013 Apache Software Foundation. All rights reserved.