Uses of Class
org.opensaml.xmlsec.derivation.KeyDerivationException
Packages that use KeyDerivationException
Package
Description
API components related to key derivation operations.
-
Uses of KeyDerivationException in org.opensaml.xmlsec.derivation
Methods in org.opensaml.xmlsec.derivation that throw KeyDerivationExceptionModifier and TypeMethodDescriptionDerive aSecretKeyfrom the specified secret.static intKeyDerivationSupport.getEffectiveKeyLength(String algorithmURI, Integer specifiedKeyLength) Get the effective key length based on the specified algorithm URI and the specified key length, if present.static StringKeyDerivationSupport.getJCAKeyAlgorithm(String algorithmURI) Get the JCA key algorithm which corresponds to the specified algorithm URI.