All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lacunasoftware.restpkicore.PrepareAuthenticationResult Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package com.lacunasoftware.restpkicore;

public class PrepareAuthenticationResult extends ToSignHashAndState {

    PrepareAuthenticationResult(DigestAlgorithmAndValueModel toSignHashModel, String state) {
        super(toSignHashModel, state);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy