|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
public static class PrivateKeyCallback.IssuerSerialNumRequest
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 |
---|
public PrivateKeyCallback.IssuerSerialNumRequest(javax.security.auth.x500.X500Principal issuer, java.math.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.Method Detail |
---|
public javax.security.auth.x500.X500Principal getIssuer()
public java.math.BigInteger getSerialNum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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