public static interface BeaconKeyMaterials.Builder
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
beaconKey() |
BeaconKeyMaterials.Builder |
beaconKey(java.nio.ByteBuffer beaconKey) |
java.lang.String |
beaconKeyIdentifier() |
BeaconKeyMaterials.Builder |
beaconKeyIdentifier(java.lang.String beaconKeyIdentifier) |
BeaconKeyMaterials |
build() |
java.util.Map<java.lang.String,java.lang.String> |
encryptionContext() |
BeaconKeyMaterials.Builder |
encryptionContext(java.util.Map<java.lang.String,java.lang.String> encryptionContext) |
java.util.Map<java.lang.String,java.nio.ByteBuffer> |
hmacKeys() |
BeaconKeyMaterials.Builder |
hmacKeys(java.util.Map<java.lang.String,java.nio.ByteBuffer> hmacKeys) |
BeaconKeyMaterials.Builder beaconKeyIdentifier(java.lang.String beaconKeyIdentifier)
java.lang.String beaconKeyIdentifier()
BeaconKeyMaterials.Builder encryptionContext(java.util.Map<java.lang.String,java.lang.String> encryptionContext)
java.util.Map<java.lang.String,java.lang.String> encryptionContext()
BeaconKeyMaterials.Builder beaconKey(java.nio.ByteBuffer beaconKey)
java.nio.ByteBuffer beaconKey()
BeaconKeyMaterials.Builder hmacKeys(java.util.Map<java.lang.String,java.nio.ByteBuffer> hmacKeys)
java.util.Map<java.lang.String,java.nio.ByteBuffer> hmacKeys()
BeaconKeyMaterials build()