Skip navigation links
C G H N S V 

C

canSign() - Method in class net.adamcin.httpsig.hmac.HmacKey
HMAC Keys can always be used to sign
canVerify() - Method in class net.adamcin.httpsig.hmac.HmacKey
HMAC Keys can always be used to verify

G

getAlgorithms() - Method in class net.adamcin.httpsig.hmac.HmacKey
 
getId() - Method in class net.adamcin.httpsig.hmac.HmacKey
 
getId(Key) - Method in class net.adamcin.httpsig.hmac.HmacKeyId
 

H

HmacKey - Class in net.adamcin.httpsig.hmac
 
HmacKey(String, String) - Constructor for class net.adamcin.httpsig.hmac.HmacKey
Instantiates a new HMAC key with an identifier and a secret used to sign
HmacKeyId - Class in net.adamcin.httpsig.hmac
 
HmacKeyId() - Constructor for class net.adamcin.httpsig.hmac.HmacKeyId
 

N

net.adamcin.httpsig.hmac - package net.adamcin.httpsig.hmac
 

S

sign(Algorithm, byte[]) - Method in class net.adamcin.httpsig.hmac.HmacKey
Signs the challengeHash using the specified signature Algorithm

V

verify(Algorithm, byte[], byte[]) - Method in class net.adamcin.httpsig.hmac.HmacKey
Verifies the signatureBytes against the challengeHash using an underlying public key
C G H N S V 
Skip navigation links

Copyright © 2014-2017. All Rights Reserved.