com.github.davidmoten.security.PublicKeyNotSetException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ppk Show documentation
Show all versions of ppk Show documentation
Public private key encryption
package com.github.davidmoten.security;
public class PublicKeyNotSetException extends RuntimeException {
private static final long serialVersionUID = -333973419048467394L;
}