public class SecretKeyFactoryExtensions extends Object
| Constructor and Description |
|---|
SecretKeyFactoryExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static SecretKeyFactory |
newSecretKeyFactory(String algorithm)
Factory method for creating a new
SecretKeyFactory from the given algorithm. |
public static SecretKeyFactory newSecretKeyFactory(String algorithm) throws NoSuchAlgorithmException
SecretKeyFactory from the given algorithm.algorithm - the algorithmSecretKeyFactory from the given algorithm.NoSuchAlgorithmException - is thrown if instantiation of the SecretKeyFactory object fails.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.