MCPcopy Index your code
hub / github.com/secdev/scapy / GSS_UnwrapEx

Method GSS_UnwrapEx

scapy/layers/gssapi.py:539–550  ·  view source on GitHub ↗

:param Context: the SSP context :param msgs: list of WRAP_MSG :param signature: the signature :raises ValueError: if MIC failure. :returns: data

(
        self, Context: CONTEXT, msgs: List[WRAP_MSG], signature
    )

Source from the content-addressed store, hash-verified

537
538 @abc.abstractmethod
539 def GSS_UnwrapEx(
540 self, Context: CONTEXT, msgs: List[WRAP_MSG], signature
541 ) -> List[WRAP_MSG]:
542 """
543 :param Context: the SSP context
544 :param msgs: list of WRAP_MSG
545 :param signature: the signature
546
547 :raises ValueError: if MIC failure.
548 :returns: data
549 """
550 raise NotImplementedError
551
552 @dataclass
553 class MIC_MSG:

Callers 2

GSS_UnwrapMethod · 0.95
in_pktMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected