public class GSISigverRequestHandler extends TpcSigverRequestHandler<DHEncrypter>
Checks to see if the protocol security context requires the particular message to be preceded by a signing verification request, and returns one if so.
Uses the Diffie Hellman session to encrypt hash signatures.
client, encrypter| Constructor and Description |
|---|
GSISigverRequestHandler(DHEncrypter encrypter,
XrootdTpcClient client) |
| Modifier and Type | Method and Description |
|---|---|
OutboundSigverRequest |
createSigverRequest(io.netty.channel.ChannelHandlerContext ctx,
XrootdOutboundRequest request) |
public GSISigverRequestHandler(DHEncrypter encrypter, XrootdTpcClient client)
public OutboundSigverRequest createSigverRequest(io.netty.channel.ChannelHandlerContext ctx, XrootdOutboundRequest request) throws XrootdException
createSigverRequest in class TpcSigverRequestHandler<DHEncrypter>request - to be signedXrootdExceptionCopyright © 2011–2018 dCache.org. All rights reserved.