org.apache.hadoop.yarn.server.security
Class MasterKeyData

java.lang.Object
  extended by org.apache.hadoop.yarn.server.security.MasterKeyData

public class MasterKeyData
extends Object


Constructor Summary
MasterKeyData(int serialNo, SecretKey secretKey)
           
MasterKeyData(MasterKey masterKeyRecord, SecretKey secretKey)
           
 
Method Summary
 MasterKey getMasterKey()
           
 SecretKey getSecretKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterKeyData

public MasterKeyData(int serialNo,
                     SecretKey secretKey)

MasterKeyData

public MasterKeyData(MasterKey masterKeyRecord,
                     SecretKey secretKey)
Method Detail

getMasterKey

public MasterKey getMasterKey()

getSecretKey

public SecretKey getSecretKey()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.