net.adamcin.httpsig.api
Interface KeyId


public interface KeyId

Interface used by a Keychain to generate keyId's from the Keys that it contains


Method Summary
 String getId(Key key)
           
 

Method Detail

getId

String getId(Key key)
Parameters:
key - the Key to identify
Returns:
the generated keyId or null if the Key cannot be identified


Copyright © 2013-2014. All Rights Reserved.