public class IssuerHash extends Object
| Constructor and Description |
|---|
IssuerHash(HashAlgo hashAlgo,
byte[] issuerNameHash,
byte[] issuerKeyHash) |
IssuerHash(HashAlgo hashAlgo,
org.bouncycastle.asn1.x509.Certificate issuerCert) |
| Modifier and Type | Method and Description |
|---|---|
HashAlgo |
getHashAlgo() |
byte[] |
getIssuerKeyHash() |
byte[] |
getIssuerNameHash() |
boolean |
match(HashAlgo hashAlgo,
byte[] issuerNameHash,
byte[] issuerKeyHash) |
public IssuerHash(HashAlgo hashAlgo, byte[] issuerNameHash, byte[] issuerKeyHash)
public IssuerHash(HashAlgo hashAlgo, org.bouncycastle.asn1.x509.Certificate issuerCert) throws IOException
IOExceptionCopyright © 2018. All rights reserved.