Skip navigation links
A E F H 

A

at.favre.lib.crypto - package at.favre.lib.crypto
 

E

expand(byte[], byte[], int) - Method in class at.favre.lib.crypto.HKDF
Step 1 of RFC 5869 (Section 2.3)
extract(byte[], byte[]) - Method in class at.favre.lib.crypto.HKDF
Step 1 of RFC 5869 (Section 2.2)
extractAndExpand(byte[], byte[], byte[], int) - Method in class at.favre.lib.crypto.HKDF
Convenience method for extract & expand in a single method

F

from(HkdfMacFactory) - Static method in class at.favre.lib.crypto.HKDF
Create a new HKDF instance for given macFactory.
fromHmacSha256() - Static method in class at.favre.lib.crypto.HKDF
Return a shared instance using HMAC with Sha256.
fromHmacSha512() - Static method in class at.favre.lib.crypto.HKDF
Return a shared instance using HMAC with Sha512.

H

HKDF - Class in at.favre.lib.crypto
A standards-compliant implementation of RFC 5869 for HMAC-based Key Derivation Function.
A E F H 
Skip navigation links

Copyright © 2017. All rights reserved.