blob: f4fc217529ade90b25270a9d677cd01bf51f0d49 [file] [log] [blame]
Stuart McCullochf3173222012-06-07 21:57:32 +00001package aQute.libg.cryptography;
2
Stuart McCullochf3173222012-06-07 21:57:32 +00003public abstract class Key implements java.security.Key {
4 private static final long serialVersionUID = 1L;
5
Stuart McCullochf3173222012-06-07 21:57:32 +00006}