public class X509ThumbprintParser extends Object
| Constructor and Description |
|---|
X509ThumbprintParser()
Empty constructor: Used only to keep GSON happy.
|
X509ThumbprintParser(String json)
Construct an X509ThumbprintParser object from json
|
X509ThumbprintParser(String primaryThumbprint,
String secondaryThumbprint)
Construct an X509ThumbprintParser object with the provided thumbprints
|
public X509ThumbprintParser()
public X509ThumbprintParser(String primaryThumbprint, String secondaryThumbprint)
primaryThumbprint - the primary thumbprint to setsecondaryThumbprint - the secondary thumbprint to setpublic X509ThumbprintParser(String json) throws IllegalArgumentException
json - the json to build withIllegalArgumentExceptionpublic String toJson()
Copyright © 2024. All rights reserved.