ProtectionLevel Enum

  • java.lang.Object
    • java.lang.Enum<ProtectionLevel>
      • system.fabric.ProtectionLevel

public enum ProtectionLevel

Enumerates how communication is protected.

Fields

ENCRYPTANDSIGN

Both confidentiality and integrity are protected.

NONE

Not protected.

SIGN

Only integrity is protected.

Methods

getValue()

public int getValue()

Gets the system.fabric.ProtectionLevel value.

Returns

int
integer value representing system.fabric.ProtectionLevel.

Applies to