com.lacunasoftware.restpkicore.PrepareAuthenticationResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restpkicore-client Show documentation
Show all versions of restpkicore-client Show documentation
Classes to consume Lacuna Software REST PKI Core
package com.lacunasoftware.restpkicore;
public class PrepareAuthenticationResult extends ToSignHashAndState {
PrepareAuthenticationResult(DigestAlgorithmAndValueModel toSignHashModel, String state) {
super(toSignHashModel, state);
}
}