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
- Exception
public static Verifier verifier(PublicKey key, Digest digest) throws NoSuchAlgorithmException
NoSuchAlgorithmException
Copyright © 2015 aQute SARL. All rights reserved.