public class BundleThumbprint 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 BundleThumbprint |
toThumbprint(byte[] bytes)
Creates a thumbprint of a byte array.
|
public static BundleThumbprint toThumbprint(byte[] bytes) throws NoSuchAlgorithmException
bytes - The byte array to convert to a thumbprint.CertificateExceptionNoSuchAlgorithmExceptionpublic byte[] getDigest()
Copyright © 2021. All rights reserved.