org.apache.hadoop.hdfs.security.token.block
Class BlockKey
java.lang.Object
org.apache.hadoop.security.token.delegation.DelegationKey
org.apache.hadoop.hdfs.security.token.block.BlockKey
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
@InterfaceAudience.Private
public class BlockKey
- extends org.apache.hadoop.security.token.delegation.DelegationKey
Key used for generating and verifying block tokens
Methods inherited from class org.apache.hadoop.security.token.delegation.DelegationKey |
getExpiryDate, getKey, getKeyId, readFields, setExpiryDate, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockKey
public BlockKey()
BlockKey
public BlockKey(int keyId,
long expiryDate,
SecretKey key)
Copyright © 2009 The Apache Software Foundation