public class PKIAuthenticationTokenFactory extends Object
Constructor and Description |
---|
PKIAuthenticationTokenFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getSignaturePropertiesPath() |
PKIAuthenticationToken |
getTokenFromBytes(byte[] certBytes,
String realm) |
PKIAuthenticationToken |
getTokenFromCerts(X509Certificate[] certs,
String realm) |
PKIAuthenticationToken |
getTokenFromString(String certString,
boolean isEncoded,
String realm) |
void |
init()
Initializes Merlin crypto object.
|
void |
setSignaturePropertiesPath(String path) |
public void init()
public PKIAuthenticationToken getTokenFromString(String certString, boolean isEncoded, String realm)
public PKIAuthenticationToken getTokenFromBytes(byte[] certBytes, String realm)
public PKIAuthenticationToken getTokenFromCerts(X509Certificate[] certs, String realm)
public String getSignaturePropertiesPath()
public void setSignaturePropertiesPath(String path)
This work is licensed under a Creative Commons Attribution 4.0 International License.