CertPathSelectorpublic class X509ThumbprintSelector extends java.lang.Object implements CertPathSelector
An application caller instantiates this class and passes the instance to the Certpath Builder service for building and validating a certificate chain.
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getX509Thumbprint() | Gets the thumbprint of an X.509 end certificate that serves as the selection criteria for locating and
 validating a certificate chain. | 
| java.lang.String | toString() | Returns a string representation of the object of this class. | 
public java.lang.String getX509Thumbprint()
public java.lang.String toString()
toString in class java.lang.Object