public static class PrivateKeyCallback.IssuerSerialNumRequest extends Object implements PrivateKeyCallback.Request
Request type for private keys that are identified via an issuer/serial number.
| Constructor and Description |
|---|
IssuerSerialNumRequest(X500Principal issuer,
BigInteger serialNumber)
Constructs a IssuerSerialNumRequest with an issuer/serial number.
|
| Modifier and Type | Method and Description |
|---|---|
X500Principal |
getIssuer()
Get the issuer.
|
BigInteger |
getSerialNum()
Get the serial number.
|
public IssuerSerialNumRequest(X500Principal issuer, BigInteger serialNumber)
Constructs a IssuerSerialNumRequest with an issuer/serial number.
issuer - the X500Principal name of the certificate issuer, or null.serialNumber - the serial number of the certificate, or null.public X500Principal getIssuer()
public BigInteger getSerialNum()
Copyright © 2015 JBoss by Red Hat. All rights reserved.