Package com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.X509IssuerSerialBasedRequest
java.lang.Object
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.X509IssuerSerialBasedRequest
- All Implemented Interfaces:
DecryptionKeyCallback.Request
- Enclosing class:
- DecryptionKeyCallback
public static class DecryptionKeyCallback.X509IssuerSerialBasedRequest
extends DecryptionKeyCallback.PrivateKeyRequest
Request for a private key when the Issuer Name and Serial Number
values for a corresponding X.509 Certificate are given.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the issuer name.Get the Certificate Serial Number.Methods inherited from class com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
getPrivateKey, setPrivateKey
-
Constructor Details
-
X509IssuerSerialBasedRequest
- Parameters:
issuerName- Name of the issuer.serialNumber- serial number of the Certificate.
-
-
Method Details
-
getIssuerName
Get the issuer name.- Returns:
- String representation of Certificate Issuer name.
-
getSerialNumber
Get the Certificate Serial Number.- Returns:
java.math.BigIntegerrepresenting the Ceritificate's serial number.
-