org.testifyproject.bouncycastle.x509.NoSuchStoreException Maven / Gradle / Ivy
The newest version!
package org.testifyproject.bouncycastle.x509;
public class NoSuchStoreException
extends Exception
{
public NoSuchStoreException(String message)
{
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy