Class MessageProp
https://docs.oracle.com/en/java/javase/11/docs/api/java.security.jgss/org/ietf/jgss/MessageProp.html
public class MessageProp : JVMBridgeBase<MessageProp>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
MessageProp
- Implements
- Inherited Members
-
JVMBridgeBase<MessageProp>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])
- Extension Methods
Constructors
MessageProp()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public MessageProp()
MessageProp(bool)
public MessageProp(bool arg0)
Parameters
MessageProp(int, bool)
public MessageProp(int arg0, bool arg1)
Parameters
MessageProp(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public MessageProp(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MinorStatus
public int MinorStatus { get; }
Property Value
MinorString
public String MinorString { get; }
Property Value
Privacy
https://docs.oracle.com/en/java/javase/11/docs/api/java.security.jgss/org/ietf/jgss/MessageProp.html#getPrivacy() https://docs.oracle.com/en/java/javase/11/docs/api/java.security.jgss/org/ietf/jgss/MessageProp.html#setPrivacy(boolean)
public bool Privacy { get; set; }
Property Value
QOP
https://docs.oracle.com/en/java/javase/11/docs/api/java.security.jgss/org/ietf/jgss/MessageProp.html#getQOP() https://docs.oracle.com/en/java/javase/11/docs/api/java.security.jgss/org/ietf/jgss/MessageProp.html#setQOP(int)
public int QOP { get; set; }
Property Value
Methods
IsDuplicateToken()
public bool IsDuplicateToken()
Returns
IsGapToken()
public bool IsGapToken()
Returns
IsOldToken()
public bool IsOldToken()
Returns
IsUnseqToken()
public bool IsUnseqToken()
Returns
SetSupplementaryStates(bool, bool, bool, bool, int, String)
public void SetSupplementaryStates(bool arg0, bool arg1, bool arg2, bool arg3, int arg4, String arg5)