Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Aug 16, 2022
1 parent fc3482d commit b8d4e96
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ public void setScanNetworksListener(ScanNetworksListener listener) {
}

/**
* Sets this DeviceController to use the given issuer for issuing operational certs and
* verifying the DAC. By default, the DeviceController uses an internal, OperationalCredentialsDelegate
* Sets this DeviceController to use the given issuer for issuing operational certs and
* verifying the DAC. By default, the DeviceController uses an internal, OperationalCredentialsDelegate
* (see AndroidOperationalCredentialsIssuer).
*
* When a NOCChainIssuer is set for this controller, then onNOCChainGenerationNeeded will be
* called when the NOC CSR needs to be signed and DAC verified. This allows for custom credentials
* issuer and DAC verifier implementations, for example, when a proprietary cloud API will perform
* called when the NOC CSR needs to be signed and DAC verified. This allows for custom credentials
* issuer and DAC verifier implementations, for example, when a proprietary cloud API will perform
* DAC verification and the CSR signing.
*
*
* <p>When a NOCChainIssuer is set for this controller, the PartialDACVerifier will be used
* rather than the DefaultDACVerifier.
*
*
* @param issuer
*/
public void setNOCChainIssuer(NOCChainIssuer issuer) {
Expand Down Expand Up @@ -700,10 +700,10 @@ protected void finalize() throws Throwable {
public interface NOCChainIssuer {
/**
* When a NOCChainIssuer is set for this controller, then onNOCChainGenerationNeeded will be
* called when the DAC chain must be verified and NOC chain needs to be issued from a CSR. This allows for custom credentials
* issuer and DAC verifier implementations, for example, when a proprietary cloud API will perform
* called when the DAC chain must be verified and NOC chain needs to be issued from a CSR. This allows for custom credentials
* issuer and DAC verifier implementations, for example, when a proprietary cloud API will perform
* DAC verification and the NOC chain issuance from CSR.
*
*
* <p>When a NOCChainIssuer is set for this controller, the PartialDACVerifier will be used
* rather than the DefaultDACVerifier.
*
Expand All @@ -728,7 +728,7 @@ public interface NOCChainIssuer {
* <p>Set the AttemptNetworkScanWiFi or AttemptNetworkScanThread to configure the enable/disable
* WiFi or Thread network scan during commissioning in the the default CommissioningDelegate used
* by the ChipDeviceCommissioner.
*
*
* When the callbacks onScanNetworksFailure or onScanNetworksSuccess are invoked, the commissioning
* flow has reached the kNeedsNetworkCreds and will wait to advance until this device controller's
* updateCommissioningNetworkCredentials method is called with the desired network credentials set.
Expand Down

0 comments on commit b8d4e96

Please sign in to comment.