org.apache.hadoop.hdfs.security.token.block
Class BlockKey

java.lang.Object
  extended by org.apache.hadoop.security.token.delegation.DelegationKey
      extended by 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


Constructor Summary
BlockKey()
           
BlockKey(int keyId, long expiryDate, SecretKey key)
           
 
Method Summary
 
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
 

Constructor Detail

BlockKey

public BlockKey()

BlockKey

public BlockKey(int keyId,
                long expiryDate,
                SecretKey key)


Copyright © 2009 The Apache Software Foundation