Uses of Class
org.opensaml.xmlsec.derivation.KeyDerivationException
-
Packages that use KeyDerivationException Package Description org.opensaml.xmlsec.derivation API components related to key derivation operations. -
-
Uses of KeyDerivationException in org.opensaml.xmlsec.derivation
Methods in org.opensaml.xmlsec.derivation that throw KeyDerivationException Modifier and Type Method Description SecretKeyKeyDerivation. derive(byte[] secret, String keyAlgorithm, Integer keyLength)Derive aSecretKeyfrom the specified secret.static IntegerKeyDerivationSupport. 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.
-