Package com.sun.xml.wss.impl.callback
Class SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest
- java.lang.Object
-
- com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509CertificateRequest
-
- com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest
-
- All Implemented Interfaces:
SignatureVerificationKeyCallback.Request
- Enclosing class:
- SignatureVerificationKeyCallback
public static class SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest extends SignatureVerificationKeyCallback.X509CertificateRequest
Request for an X.509 certificate whose X.509 Subject Key Identifier value is given.
-
-
Constructor Summary
Constructors Constructor Description X509SubjectKeyIdentifierBasedRequest(byte[] x509SubjectKeyIdentifier)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getSubjectKeyIdentifier()
Get the byte stream of X509SubjectKeyIdentifier value stored in this Request.-
Methods inherited from class com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509CertificateRequest
getX509Certificate, setX509Certificate
-
-