public class Crypto extends Object
| Constructor and Description |
|---|
Crypto() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromString(String spec,
Class<T> c) |
static String |
toString(Object key) |
static Verifier |
verifier(PublicKey key,
Digest digest) |
public static <T> T fromString(String spec, Class<T> c) throws Exception
T - spec - Exceptionpublic static Verifier verifier(PublicKey key, Digest digest) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2019 aQute SARL. All rights reserved.