aQute.libg.cryptography
Class Crypto
java.lang.Object
aQute.libg.cryptography.Crypto
public class Crypto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Crypto
public Crypto()
fromString
public static <T> T fromString(String spec,
Class<T> c)
throws Exception
- Type Parameters:
T - - Parameters:
spec -
- Returns:
-
- Throws:
Exception
toString
public static String toString(Object key)
verifier
public static Verifier verifier(PublicKey key,
Digest digest)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
Copyright © 2014 aQute SARL. All rights reserved.