Class DeviceEngagement.Security
-
- All Implemented Interfaces:
public final class DeviceEngagement.SecurityThe type Security.
-
-
Field Summary
Fields Modifier and Type Field Description public final Array<byte>ephemeralPublicKeypublic final intcipherSuiteId
-
Method Summary
Modifier and Type Method Description Array<byte>getEphemeralPublicKey()Get ephemeral public key byte [ ]. intgetCipherSuiteId()Gets cipher suite id. StringtoString()-
-
Method Detail
-
getEphemeralPublicKey
@NonNull() Array<byte> getEphemeralPublicKey()
Get ephemeral public key byte [ ].
-
getCipherSuiteId
int getCipherSuiteId()
Gets cipher suite id.
-
-
-
-