public class Thumbprint extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getDigest()
Gets the raw byte digest of the certificate's der encoding.
|
String |
toString() |
static Thumbprint |
toThumbprint(X509Certificate cert)
Creates a thumbprint of an X509Certificate.
|
public static Thumbprint toThumbprint(X509Certificate cert)
cert - The certificate to convert.public byte[] getDigest()
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.