Uses of Interface
org.dcache.xrootd.security.BufferDecrypter
-
Packages that use BufferDecrypter Package Description org.dcache.xrootd.core org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authn.none org.dcache.xrootd.protocol.messages -
-
Uses of BufferDecrypter in org.dcache.xrootd.core
Constructors in org.dcache.xrootd.core with parameters of type BufferDecrypter Constructor Description XrootdSigverDecoder(SigningPolicy signingPolicy, BufferDecrypter decryptionHandler) -
Uses of BufferDecrypter in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins that return BufferDecrypter Modifier and Type Method Description BufferDecrypterAuthenticationHandler. getDecrypter()Get the handler needed for signed hash verification -
Uses of BufferDecrypter in org.dcache.xrootd.plugins.authn.none
Methods in org.dcache.xrootd.plugins.authn.none that return BufferDecrypter Modifier and Type Method Description BufferDecrypterNoAuthenticationHandler. getDecrypter() -
Uses of BufferDecrypter in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages with parameters of type BufferDecrypter Modifier and Type Method Description voidSigverRequest. decrypt(BufferDecrypter decrypter)
-