com.github.davidmoten.security.PrivateKeyNotSetException 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 PrivateKeyNotSetException extends RuntimeException {
private static final long serialVersionUID = 1513176116077685385L;
}