Method GSSAPI.Context()->wrap_size_limit()
- Method
wrap_size_limit
int(0..)
wrap_size_limit(int(0..)
output_size
,int
encrypt
,void
|int
qop
)- Description
Returns the maximum size of an input string to wrap that would produce no more than
output_size
bytes in the resulting output.This wraps GSS_Wrap_size_limit according to RFC 2743 section 2.2.7.
with_confidentiality
andqop
are the same as in the call to wrap.