Package io.fusionauth.security
Class KeyUtils
java.lang.Object
io.fusionauth.security.KeyUtils
- Author:
- Daniel DeGroff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetKeyLength(Key key) Return the length of the key in bits.
-
Constructor Details
-
KeyUtils
public KeyUtils()
-
-
Method Details
-
getKeyLength
Return the length of the key in bits.- Parameters:
key- the key- Returns:
- the length in bites of the provided key.
-