Partager via


ProtectionLevel Énumération

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

public enum ProtectionLevel

Énumère la façon dont la communication est protégée.

Champs

ENCRYPTANDSIGN

La confidentialité et l’intégrité sont protégées.

NONE

Non protégé.

SIGN

Seule l’intégrité est protégée.

Méthodes

getValue()

public int getValue()

Obtient la valeur system.fabric.ProtectionLevel.

Retours

int
valeur entière représentant system.fabric.ProtectionLevel.

S’applique à