public static class PrivateKeyCallback.IssuerSerialNumRequest extends Object implements PrivateKeyCallback.Request
Constructor and Description |
---|
PrivateKeyCallback.IssuerSerialNumRequest(X500Principal issuer,
BigInteger serialNumber)
Constructs a IssuerSerialNumRequest with an issuer/serial number.
|
public PrivateKeyCallback.IssuerSerialNumRequest(X500Principal issuer, BigInteger serialNumber)
The issuer/serial number is used to identify a public key certificate. The corresponding private key is returned in the callback. The corresponding certificate chain for the private key is also returned. If the issuer/serialNumber parameters are null, the handler of the callback relies on its own defaults.
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.