javax.security.auth.message.callback
Class PrivateKeyCallback.IssuerSerialNumRequest

java.lang.Object
  extended by javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
All Implemented Interfaces:
PrivateKeyCallback.Request
Enclosing class:
PrivateKeyCallback

public static class PrivateKeyCallback.IssuerSerialNumRequest
extends java.lang.Object
implements PrivateKeyCallback.Request

Request type for private keys that are identified using an issuer/serial number.


Constructor Summary
PrivateKeyCallback.IssuerSerialNumRequest(javax.security.auth.x500.X500Principal issuer, java.math.BigInteger serialNumber)
          Constructs a IssuerSerialNumRequest with an issuer/serial number.
 
Method Summary
 javax.security.auth.x500.X500Principal getIssuer()
          Get the issuer.
 java.math.BigInteger getSerialNum()
          Get the serial number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateKeyCallback.IssuerSerialNumRequest

public PrivateKeyCallback.IssuerSerialNumRequest(javax.security.auth.x500.X500Principal issuer,
                                                 java.math.BigInteger serialNumber)
Constructs a IssuerSerialNumRequest with an issuer/serial number.

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.

Parameters:
issuer - The X500Principal name of the certificate issuer, or null.
serialNumber - The serial number of the certificate, or null.
Method Detail

getIssuer

public javax.security.auth.x500.X500Principal getIssuer()
Get the issuer.

Returns:
The issuer, or null.

getSerialNum

public java.math.BigInteger getSerialNum()
Get the serial number.

Returns:
The serial number, or null.


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.