JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

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 Object
implements PrivateKeyCallback.Request

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


Constructor Summary
PrivateKeyCallback.IssuerSerialNumRequest(X500Principal issuer, BigInteger serialNumber)
          Constructs a IssuerSerialNumRequest with an issuer/serial number.
 
Method Summary
 X500Principal getIssuer()
          Get the issuer.
 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(X500Principal issuer,
                                                 BigInteger serialNumber)

Constructs a IssuerSerialNumRequest with an issuer/serial number.

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

getIssuer

public X500Principal getIssuer()
Get the issuer.

Returns:
the issuer, or null.

getSerialNum

public BigInteger getSerialNum()
Get the serial number.

Returns:
the issuer, or null.

JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.